# TalonT-Org

> Open-source publisher. Listings imported from github.com/TalonT-Org — credited to the original author with their license.

- **Listings:** 40
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/talont-org
- **Website:** https://github.com/TalonT-Org

## Published listings

- [Chart Course](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-chart-course) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-chart-course`
  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.
- [Arch Lens Data Lineage](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-data-lineage) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-data-lineage`
  Create Data Lineage architecture diagram showing information flow, transformations, and storage destinations. Data-centric lens answering "Where is the data?
- [Arch Lens Repository Access](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-repository-access) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-repository-access`
  Create Repository/Data Access architecture diagram showing the repository pattern, entity relationships, and data access patterns. Data-centric lens answering "How is data accessed?
- [Arch Lens Operational](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-operational) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-operational`
  Create Operational architecture diagram showing CLI workflows, configuration, and observability. Administration lens answering "How is it run and monitored?
- [Arch Lens Security](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-security) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-security`
  Create Security architecture diagram showing trust boundaries, validation layers, and process isolation. Security lens answering "Where are the trust boundaries?
- [Build Execution Map](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-build-execution-map) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-build-execution-map`
  Analyze issue dependencies and produce a dispatch execution map for parallel orchestration
- [Arch Lens Error Resilience](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-error-resilience) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-error-resilience`
  Create Error/Resilience architecture diagram showing failure handling, recovery mechanisms, and circuit breakers. Diagnostic lens answering "How are failures handled?
- [Promote To Main](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-promote-to-main) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-promote-to-main`
  >
- [Audit Feature Gates](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-feature-gates) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-feature-gates`
  >
- [Render Recipe](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-render-recipe) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-render-recipe`
  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".
- [Audit Cohesion](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-cohesion) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-cohesion`
  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".
- [Analyze Prs](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-analyze-prs) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-analyze-prs`
  Analyze all open PRs targeting a base branch — determine merge order, identify file overlaps, and tag each PR as simple or needs_check for complexity. Use at the start of a PR consolidation workflow.
- [Arch Lens Development](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-development) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-development`
  Create Development architecture diagram showing project structure, build tools, and quality gates. Development lens answering "How is it built and tested?
- [Id Slop](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-id-slop) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-id-slop`
  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 dry walkthrough.
- [Audit Tests](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-tests) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-tests`
  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 an improvement plan in {{AUTOSKILLIT_TEMP}}/ with explanations for each propose…
- [Audit Friction](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-friction) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-friction`
  Scan Claude Code project logs for friction patterns — repeated failures, approach loops, tool errors, misunderstanding cycles, and stuck workflows. Categorizes and counts friction events to surface what causes the most resistance. Use when user says "audit friction", "find friction", "friction audit", or "what keeps going wrong".
- [Arch Lens Module Dependency](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-module-dependency) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-module-dependency`
  Create Module Dependency architecture diagram showing package coupling, layering, and fan-in/fan-out. Structural lens answering "How are modules coupled?
- [Check Bearing](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-check-bearing) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-check-bearing`
  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.
- [Arch Lens State Lifecycle](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-state-lifecycle) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-state-lifecycle`
  Create State Lifecycle architecture diagram showing field contracts, validation gates, and resume safety. Contract overlay lens answering "How is state corruption prevented?
- [Validate Audit](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-validate-audit) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-validate-audit`
  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 results".
- [Arch Lens Scenarios](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-scenarios) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-scenarios`
  Create Scenarios architecture diagram showing end-to-end user journeys and component cooperation validation. Validation lens answering "Do the components work together?
- [Audit Docs](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-docs) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-docs`
  >
- [Close Kitchen](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-close-kitchen) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-close-kitchen`
  Close the AutoSkillit kitchen — hides kitchen MCP tools for this session.
- [Arch Lens Deployment](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-deployment) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-deployment`
  Create Deployment/Physical architecture diagram showing infrastructure topology, process boundaries, and network communication. Physical lens answering "Where does it run?
- [Arch Lens Concurrency](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-concurrency) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-concurrency`
  Create Concurrency architecture diagram showing parallel execution patterns, thread pools, synchronization, and barriers. Physiological lens answering "How does parallelism work?
- [Audit Arch](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-arch) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-arch`
  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.
- [Audit Bugs](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-bugs) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-bugs`
  Analyze historical bug patterns by mining Claude Code project logs for /autoskillit: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".
- [Update Architecture](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-update-architecture) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-update-architecture`
  Update architecture markdown files. Use when user says "update architecture", "update arch docs", "sync architecture", or mentions updating architecture documentation.
- [Update Specs](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-update-specs) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-update-specs`
  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.
- [Audit Review Decisions](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-review-decisions) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-review-decisions`
  >
- [Review Promotion](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-review-promotion) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-review-promotion`
  >
- [Audit Claims](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-claims) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-claims`
  >
- [Audit Defense Standards](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-defense-standards) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-defense-standards`
  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".
- [Update Reqs](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-update-reqs) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-update-reqs`
  Add or update functional requirement documents in docs/requirements/
- [Sous Chef](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-sous-chef) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-sous-chef`
  A Claude skill from TalonT-Org/AutoSkillit.
- [Arch Lens Process Flow](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-process-flow) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-process-flow`
  Create Process/Execution Flow architecture diagram showing runtime behavior, state transitions, and decision points. Physiological lens answering "How does it behave?
- [Arch Lens C4 Container](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-arch-lens-c4-container) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-arch-lens-c4-container`
  Create C4 Container architecture diagram showing static structure, building blocks, and technology choices. Anatomical lens answering "How is it built?
- [Audit Impl](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-audit-impl) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-audit-impl`
  Audit a completed implementation against its originating plan(s). Returns GO (merge approved) or NO GO (generates remediation file for retry). Final gate before merge in any implementation pipeline.
- [Open Kitchen](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-open-kitchen) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-open-kitchen`
  Open the AutoSkillit kitchen — reveals all kitchen MCP tools for this session. Human-only entry point.
- [Verify Diag](https://agentstack.voostack.com/l/skill-talont-org-autoskillit-verify-diag) — Skill · Free · security-reviewed — `agentstack add skill-talont-org-autoskillit-verify-diag`
  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.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
