TalonT
Official@talont-org
This is just for sharing secrets across my repos
Agent Skills by TalonT
Showing 52 vetted skills indexed across 1 GitHub repositories.
make-arch-diag
Generates mermaid architecture, data flow, and sequence diagrams from codebase analysis.
id-slop
Identify and catalog AI-generated code slop with a prioritized removal plan.
make-req
Decompose high-level tasks into structured, independently plannable requirements.
audit-arch
Audit codebases against architectural standards and generate structured Markdown reports.
audit-cohesion
Audit codebase cohesion across structural, naming, test, and documentation dimensions.
update-specs
Update functional specification documents by verifying them against current software behavior.
update-reqs
Update functional requirement documents in `docs/requirements/` based on observed software behavior.
update-architecture
Update architecture markdown files by analyzing code changes and validating documentation.
design-guards
Design architectural guards against identified bug patterns with detection scans and contract tests.
audit-defense-standards
Audit codebases against defense standards and report violations with severity details.
render-recipe
Generate ASCII flow diagrams and input tables from AutoSkillit recipe YAML.
verify-diag
Validate architecture diagrams against source code for component and connection accuracy.
elaborate-phase
Elaborate a migration plan phase into a self-contained implementation plan.
make-scenarios
Generate user-centric "Actor wants to..." scenarios from plans or codebases.
audit-tests
Audit software test suites and generate an improvement plan with file paths.
audit-bugs
Mine project logs to identify recurring bug patterns and root causes.
audit-friction
Analyze Claude Code project logs to categorize friction patterns and recommend mitigations.
report-bug
Investigate bugs from error context and write a structured markdown report.
prepare-issue
Create and triage GitHub issues with de-duplication, classification, and labeling.
issue-splitter
Analyze GitHub issues for mixed concerns and create labeled sub-issues with cross-references.
resolve-merge-conflicts
Resolve Git rebase merge conflicts in a worktree using an implementation plan.
Sous Chef: Global Orchestration Rules
Enforce global orchestration rules for multi-part plan sequencing and worktree management.
enrich-issues
Backfills missing Requirements sections into GitHub issues labeled recipe:implementation using gh issue commands.
make-groups
Decompose large documents into sequenced implementation groups with dependency metadata.
Frequently Asked Questions About TalonT
FAQPage SchemaWhat specific tasks can TalonT perform on a codebase?▼
TalonT enables automated architectural auditing, requirement decomposition, and codebase cohesion analysis. It generates Mermaid diagrams, updates functional specifications based on observed software behavior, and mines project logs to identify recurring bug patterns and root causes.
Which technical personas benefit most from these capabilities?▼
Software architects, lead engineers, and technical project managers benefit most. These capabilities are designed for teams managing large, complex repositories who require rigorous documentation-to-code synchronization, structured issue triage, and isolated development environments for high-stakes feature implementation.
What are the prerequisites for running these implementation tasks?▼
Users require a local environment configured for Git worktrees and access to the AutoSkillit configuration schema. The system relies on existing codebase structure and GitHub issue metadata to generate valid implementation plans and perform automated verification against current software behavior.