TalonT-Org

60 mods across 1 repository, 5 stars between them.

audit-arch

01

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Audit codebase for adherence to architectural standards, practices, and rules. Use when user says "audit arch", "audit architecture", "check architecture", or "architectural review". Spawns parallel subagents to examine multiple architectural aspects and generates a structured report.

5 3d ago A 56 tokens original MIT

audit-bugs

02

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Analyze historical bug patterns by mining Claude Code project logs for /investigate skill invocations since a specified date. Identifies recurring root causes, architectural gaps, and proactive detection strategies. Use when user says "audit bugs", "bug patterns", "analyze investigations", or "bug audit".

5 3d ago A 62 tokens original MIT

audit-cohesion

03

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Audit codebase for internal cohesion - how well components fit together and maintain consistent patterns. Distinct from audit-arch (which checks rule violations); this checks integration fitness and convergence. Use when user says "audit cohesion", "check cohesion", "cohesion audit", or "alignment check".

5 3d ago A 64 tokens original MIT

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Audit the codebase against defense standards derived from historical bug patterns. Standards accumulate over time as new patterns are discovered via audit-bugs and design-guards. Use when user says "audit defenses", "audit defense standards", "check defenses", or "defense audit".

5 3d ago A 60 tokens original MIT

audit-tests

05

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Audit the test suite for useless tests, consolidation opportunities, over-mocking, weak assertions, placement/organization issues, xdist safety violations, test path filter integrity, and other test quality issues. Use when user says "audit tests", "audit test suite", "review tests", or "test quality check". Generates…

5 3d ago A 79 tokens original MIT

chart-course

06

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Interactive strategic compass builder. Guides the user through mapping all possible project directions with progressive codebase analysis, web research, and architectural diagrams at every step. Produces a machine-readable compass document for downstream alignment tracking.

5 3d ago A 45 tokens original MIT

check-bearing

07

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Assess a branch or PR's alignment with the strategic compass. Evaluates whether changes advance, drift from, or close off strategic directions. Produces an alignment dashboard with per-direction impact analysis and a verdict.

5 3d ago A 44 tokens original MIT

design-guards

08

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Investigate a bug pattern audit report and design architectural guards (tests, contracts, structural changes) that provide immunity to each identified pattern. Use when user says "design guards", "design defenses", or wants architectural solutions for bug patterns.

5 3d ago A 51 tokens original MIT

elaborate-phase

09

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Elaborate a migration plan phase into a complete self-contained implementation plan. Use when user says "elaborate phase", "elaborate phase N", or "phase elaboration". Assesses codebase, writes detailed phase plan, then validates with dry walkthrough.

5 3d ago A 59 tokens original MIT

id-slop

10

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Identify AI-generated code slop in the codebase - useless comments, backward compatibility hacks, deprecation notices, dead code, and other technical debt left by AI assistants. Use when user says "id slop", "identify slop", "find slop", or "code cleanup scan". Generates a removal plan in temp/ and validates it with…

5 3d ago A 77 tokens original MIT

make-arch-diag

11

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Generate architecture diagram for a specific component or system. Prompts user to select which area to document, then creates comprehensive mermaid diagrams.

5 3d ago A 33 tokens original MIT

make-req

12

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Decompose a task, plan, roadmap, or feature description into a structured set of requirements grouped for independent planning. Use when user says "make req", "make requirements", "decompose requirements", "extract requirements", or wants to break down a task into what needs to be true.

5 3d ago A 62 tokens original MIT

make-scenarios

13

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Analyze a plan or codebase to generate scenarios in "Actor wants to..." format from a stated perspective. Use when user says "make scenarios", "generate scenarios", "jeopardy requirements", or wants to identify extension points and use cases.

5 3d ago A 54 tokens original MIT

promote-to-main

14

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Promote integration to main with comprehensive changelog and PR creation. Use when user says "promote to main", "open promotion PR", "integration to main", or "create release PR to main". Runs pre-flight checks, change inventory, architecture diagrams, and creates a rich PR with release notes and traceability.

5 3d ago A 69 tokens original MIT

render-recipe

15

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Render a recipe YAML as a compact visual overview with ASCII flow diagram and input table. Only invoke when the user explicitly says "render recipe" or "/render-recipe".

5 3d ago A 38 tokens original MIT

review-promotion

16

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Reviewer-facing deep analysis of an integration-to-main promotion. Performs domain risk scoring, breaking change audit, regression risk assessment, test coverage delta, and cross-domain dependency analysis. Use when you want a reviewer's guide before approving a promotion PR.

5 3d ago A 52 tokens original MIT

update-architecture

17

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Update architecture markdown files. Use when user says "update architecture", "update arch docs", "sync architecture", or mentions updating architecture documentation.

5 3d ago A 32 tokens original MIT

update-reqs

18

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Add or update functional requirement documents in docs/requirements/.

5 3d ago A 16 tokens original MIT

update-specs

19

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Add or update functional specification documents. Use when user says "update specs", "update specifications", "sync specs", or wants to maintain specification documents that describe what the software must do.

5 3d ago A 41 tokens original MIT

validate-audit

20

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Validate audit findings from audit-arch, audit-tests, or audit-cohesion against actual code, git history, and design intent using 9–10 parallel subagents. Removes contested findings, documents exceptions, adjusts severities. Use when user says "validate audit", "validate findings", "validate report", or "check audit…

5 3d ago A 72 tokens original MIT

verify-diag

21

TalonT-Org/AutoSkillit

Skill Claude CodeCodex

Verify an architecture diagram against the actual codebase. Checks component existence, connection accuracy, and read/write directionality. Use when user says "verify diagram", "verify diag", "check diagram", or wants to validate diagram accuracy.

5 3d ago A 50 tokens original MIT

TalonT-Org/AutoSkillit

Instructions file

Instructions for TalonT-Org/AutoSkillit, covering autoskillit: development guidelines, 1. core project goal, 2. general principles, 3. critical rules - do not violate and 3.0. skill invocations are orders.

5 3d ago A 3,173 tokens original MIT

autoskillit

23

TalonT-Org/AutoSkillit

Plugin Claude Code

Orchestrated skill-driven workflows using Claude Code headless sessions.

5 3d ago A tokens not measured original MIT

autoskillit

24

TalonT-Org/AutoSkillit

MCP server Claude CodeCodexCursor +2

MCP server "autoskillit" as configured in TalonT-Org/AutoSkillit. Launched with autoskillit.

5 3d ago A tokens not measured original MIT