Repository inventory

third774/dotfiles

Skills indexed from this repository, with install-style signals scoped to the repo.
12 skills36 GitHub stars0 weekly installsShellGitHubOwner profile

Overview

This skill generates a hierarchical AGENTS.md knowledge base for a codebase, producing a root AGENTS.md and complexity-scored subdirectory files. It balances discovery, scoring, parallel generation, and review to produce concise, non-redundant documentation for onboarding and maintenance.

How this skill works

The tool inspects the repository with fast bash scans, optional LSP codemap queries, and parallel explore agents that detect entry points, conventions, tests, CI, and anti-patterns. It scores directories with a weighted matrix (file counts, symbols, exports, centrality) to decide AGENTS.md locations, generates the root file first, then produces subdirectory AGENTS.md files in parallel, and finally deduplicates and trims outputs. It tracks phase state (discovery → scoring → generate → review) in real time.

When to use it

  • Onboarding to a new or unfamiliar codebase
  • Running /init to bootstrap project documentation
  • Regenerating stale or missing AGENTS.md files
  • Preparing a codebase overview before architectural changes
  • When creating consistent, machine-friendly docs for monorepos

Best practices

  • Always create a root AGENTS.md; create subdocs only where score > threshold
  • Run discovery first and read existing AGENTS.md to preserve context
  • Prefer parallel Task calls for explore and generation to speed analysis
  • Keep files telegraphic: remove generic advice and never repeat parent content
  • Limit subdirectory docs to concise 30–80 lines; root can be 50–150 lines

Example use cases

  • Bootstrap documentation after cloning a large monorepo to surface domains and entry points
  • Regenerate AGENTS.md after refactors so docs reflect new module boundaries
  • Create compact onboarding guides for new engineers focused on conventions and anti-patterns
  • Automate knowledge-base updates in CI when significant symbol centrality or file counts change
  • Produce a quick code map for maintainers using LSP symbol density and reference centrality

FAQ

The skill falls back to bash analysis, AST-grep and explore agents; scoring uses available signals with adjusted weights.

Will child AGENTS.md repeat root content?

No. Child files are trimmed to avoid duplication and only document directory-specific structure, conventions, and anti-patterns.

12 skills

index-knowledge
Automation

This skill generates hierarchical AGENTS.md knowledge bases for a codebase, creating root and complexity-scored subdirectories to bootstrap documentation.

CliDocsPlanningProductivity+1
xcodebuildmcp
Automation

This skill streamlines iOS/macOS development by orchestrating XcodeBuildMCP tools to build, test, run, debug, and log across targets.

Ci CdDebuggingDevopsScripting+3
jscodeshift-codemods
Automation

This skill helps you write and debug AST-based codemods with jscodeshift for automated migrations, standardization, and large-scale refactoring.

CliDebuggingRefactorScripting+2
ralph-prd
Automation

This skill generates structured prd.json files for autonomous agent loops to plan bulk tasks with verifiable completion criteria.

DocsMigrationPlanningShell
visualizing-with-mermaid
Api

This skill helps you create clear, professional Mermaid diagrams with dark mode styling and semantic colors for focused architecture visuals.

AutomationDesignDocsFrontend+1
eslint-plugins
Code Review

This skill helps you author custom ESLint plugins and rules using test-driven development, ensuring robust, maintainable linting with auto-fixes.

LintingScriptingTestingShell
adversarial-code-review
Backend

This skill reviews code as adversary to uncover bugs, security gaps, and hidden risks before deployment.

Ci CdCode ReviewDevopsSecurity+2
verification-before-completion
Automation

This skill enforces verification before completion by guiding you to run fresh checks and cite evidence for every claim.

Ci CdGitScriptingTesting+1
natural-writing
Content

This skill helps you write text that sounds human and concrete by avoiding AI telltales and emphasizing specifics.

MarketingSeoStrategyWriting+1
opensrc
Ai

This skill fetches source code for npm, PyPI, crates.io or GitHub repos to give AI agents deeper implementation context.

CliCode ReviewDebuggingShell
customizing-opencode
Automation

This skill helps you tailor OpenCode configuration across global and project scopes using opencode.json, agents, commands, MCP, tools, plugins, themes, and

DevopsScriptingShell
documenting-code-comments
Code Review

This skill helps audit, clean up, and improve inline code documentation by enforcing self-documenting code and WHY-focused comments.

DocsProductivityRefactorWriting+1
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational