t-step avatar

t-step

Community

@t-step

1Followers
|
11Public Repos
|
14Published Skills

t-step publishes Claude-native skills governing repository issue resolution, release decisions, license auditing, PR scoping, and session continuity for disciplined software delivery.

Skills Distribution
DomainDeveloper To...Release & Version .. (30%)Pull Request & Iss.. (25%)Repository Hygiene.. (20%)License & Complian.. (15%)

Agent Skills by t-step

Showing 14 vetted skills indexed across 1 GitHub repositories.

t-stept-step

issue-work-loop

Orchestrates a six-phase workflow for taking GitHub issues from discovery to verified close-out.

Community
Advanced
t-stept-step

Skill-Name-With-Hyphens

Provides a reusable template for authoring new Skill units with standard sections.

Community
Basic
t-stept-step

release-captain

Recommends release version and timing from evidence, then orchestrates gated release-PR creation.

Community
Advanced
t-stept-step

domi-consumer

Detects .domi-pin drift status and reports inherited DomI policy categories in consumer repositories.

Community
Intermediate
t-stept-step

maintain-claude-md

Creates, updates, and lints CLAUDE.md files for Claude Code sessions.

Community
Intermediate
t-stept-step

repo-hygiene-init

Bootstrap baseline repository hygiene including pre-commit hooks, linting, formatting, Makefile, CI, and licensing.

Community
Intermediate
t-stept-step

package-release-integrity

Validates Python package release consistency across version sources, tags, changelogs, and semver movement.

Community
Advanced
t-stept-step

session-continuity

Organizes session notes, handoffs, and project profiles in a notes home outside project repos.

Community
Advanced
t-stept-step

license-compliance-auditor

Audit repositories for license compliance across dependencies, vendored code, fonts, assets, and snippets.

Community
Advanced
t-stept-step

fork-pr-flow

Guides opening and targeting pull requests across fork and owned-repository Git workflows.

Community
Intermediate
t-stept-step

context-graph

Drafts and reviews semantic relationship proposals through the deterministic context-graph CLI.

Community
Advanced
t-stept-step

hands-on-keyboard

Guides Claude to coach users through coding tasks instead of editing files directly.

Community
Intermediate
t-stept-step

verify-then-commit

Runs tests, typecheck, lint, and format checks before allowing any git commit.

Community
Basic
t-stept-step

scoped-sequential-prs

Splits large changes into ordered, single-purpose PRs with a mechanical contamination gate.

Community
Intermediate

Frequently Asked Questions About t-step

FAQPage Schema
What tasks can I accomplish using t-step's skills?▼

You can drive issues from discovery to verified close-out, get evidence-based release version recommendations, audit license compliance across dependencies and vendored assets, scaffold repo hygiene baselines, maintain CLAUDE.md files, split large changes into scoped sequential PRs, and verify tests before committing.

Who are t-step's skills designed for?▼

They target software engineers and maintainers working with Claude on repository governance — particularly those managing releases, pull request hygiene, license obligations, and multi-session projects where honest status reporting and human-authorized publication gates matter.

How do the release-decision skills work in practice?▼

release-captain gathers evidence since the latest tag, recommends a version class and timing with rationale, then only on explicit per-step human approval drives a Release Please PR. It never bumps versions, edits changelogs, tags, or publishes — package-release-integrity acts as its safety check.

What prerequisites or dependencies do these skills require?▼

Skills operate inside Claude skill environments and reference existing project infrastructure: git repositories, test/typecheck/lint commands, Release Please configuration, and optionally a .domi-pin file marking DomI-inherited policy. The context-graph skill requires the deterministic context-graph CLI for endpoint legality and candidate keys.

Do these skills ever commit, merge, or publish autonomously?▼

No. The manifest repeatedly separates implementation authority from close, merge, and publish authority. verify-then-commit enforces running tests before committing, fork-pr-flow prevents self-merging, and release-captain never cuts releases — publication always requires explicit human authorization.