Agent Skills by Talon Trecek
Showing 40 vetted skills indexed across 1 GitHub repositories.
audit-friction
Identify and categorize friction patterns in Claude Code conversation logs.
verify-proposed-diag
Verify architecture diagrams against actual codebase and report mismatches.
arch-lens-module-dependency
Analyze module import relationships and generate a Mermaid dependency diagram.
make-arch-diag
Generate component, data flow, and sequence diagrams in mermaid syntax.
id-slop
Scan codebases for AI-generated slop and compile a prioritized removal plan.
arch-lens-process-flow
Generate Mermaid diagrams of workflow state transitions and runtime behavior from process definitions.
arch-lens-repository-access
Map repository methods, entity relationships, and query patterns into a Mermaid diagram.
make-groups
Break large documents into sequenced implementation groups with explicit dependencies.
dry-walkthrough
Validate implementation plans by tracing proposed changes without altering code.
make-req
Decomposes task descriptions into structured, independently plannable requirement groups.
audit-arch
Audit codebases for architectural standard violations and generate severity-based reports.
arch-lens-scenarios
Define end-to-end scenarios and render Mermaid diagrams with per-scenario subgraphs.
audit-cohesion
Audit codebase cohesion and integration fitness across components and boundaries.
update-specs
Update functional specification files in docs/specs by appending or flagging warnings.
investigate
Investigate codebase errors and questions without modifying source code.
update-reqs
Append or update functional requirements in docs/requirements/ without deleting existing entries.
arch-lens-deployment
Create Deployment/Physical architecture diagrams showing component locations and network communication.
arch-lens-data-lineage
Generate mermaid-based data lineage diagrams from frontmatter-defined system descriptions.
update-architecture
Automate architecture documentation updates for a single target location after code diffs.
arch-lens-development
Generate Mermaid TB diagrams of project structure, build tooling, quality gates, testing, and entry points.
design-guards
Parse bug pattern audit reports and design architectural guards with tests and contracts.
audit-impl
Audit completed implementations against originating plans and issue GO or NO GO verdicts.
arch-lens-c4-container
Generates C4 Container diagrams from static architecture data and container boundaries.
plan-arc
Propose a target architecture with components, boundaries, and diagrams.