Metal
Skill Verifiziert AktivExtract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.
To transform implicit project structure and logic into explicit, reusable definitions for agentic systems, onboarding, and knowledge transfer.
Funktionen
- Extracts conceptual essence of repositories
- Produces agentskills.io-standard definitions for skills, agents, and teams
- Identifies roles, procedures, and coordination patterns
- Focuses on project's 'what' and 'who', not 'how'
- Supports various output depths and scope limitations
Anwendungsfälle
- Onboarding to new codebases to understand conceptual architecture
- Bootstrapping agentic systems from existing projects
- Studying organizational DNA for cross-pollination
- Creating skill/agent/team libraries inspired by reference implementations
Nicht-Ziele
- Replicating the project's codebase or implementation details
- Generating executable code or detailed step-by-step instructions for specific tasks
- Analyzing code quality or security vulnerabilities (focus is conceptual essence)
Workflow
- Prospect: Survey repository structure, read self-description, identify project boundary.
- Assay: Sample representative files, identify conceptual domains, verbs, roles, and flows, classify as essential/accidental.
- Meditate: Release implementation bias, re-evaluate findings against the Ore Test, abstract to higher levels.
- Smelt: Classify essential concepts into generalized skills, agents, or teams with descriptive names and one-line descriptions.
- Heal: Verify extraction quality, check for over/under-extraction, generalization, and balance.
- Cast: Produce agentskills.io-standard definitions for skills, agents, and teams.
- Temper: Final validation of count, coverage, independence, and pass/fail the Ore Test on all items.
Voraussetzungen
- Path to the repository or project root directory
- Purpose statement for essence extraction
- Optional: Focus domains
- Optional: Output depth and maximum extractions
Installation
/plugin install agent-almanac@pjt222-agent-almanacQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Lean Ctx
100Context Runtime für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.
Pathfinder
100Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach "dem idealen Pfad" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.
Codacy Audit
100Codacy Cloud workflow for this repository -- run Codacy's analyzers locally before `git push` (mirrors what Codacy CI runs), and fetch/cluster Codacy issues for any PR via the v3 API. Use when the user mentions Codacy, "codacy analysis", `codacy-analysis-cli`, "codacy issues on PR", "fix codacy CI", "codacy markdownlint findings", or any Codacy gate failing on a netdata-org PR. Ships scripts analyze-local.sh (docker/binary runner for codacy-analysis-cli) and pr-issues.sh (paginated v3 issue fetch + group-by tool/pattern/severity/file). Token-safe -- CODACY_TOKEN never reaches assistant-visible stdout. Read-only by design in the current SOW; write actions (mark FP, mark fixed) are deferred.
Domain Extract
100Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.
Auto Optimize
100Automatisiert die Analyse, Bewertung, das Design und die Optimierung von Zielprojekten. Integriert VibeGuard als Baseline-Scan, der Korrekturprozess hält sich an die VibeGuard-Spezifikationen und eine Compliance-Prüfung wird am Ende durchgeführt. Unterstützt die autonome Ausführung des auto-run-agent.
Understand Domain
100Extrahiert Geschäftsdomänenwissen aus einer Codebasis und generiert einen interaktiven Domänenflussgraphen. Funktioniert eigenständig (leichtgewichtige Analyse) oder leitet sich von einem vorhandenen /understand Wissensgraphen ab.