Agent skill · Data & Analytics

architectural-forensics

Master protocol for deconstructing agent frameworks to inform derivative system architecture. Use when (1) analyzing an agent framework's codebase comprehensively, (2) comparing multiple frameworks to select best practices, (3) designing a new agent system based on prior art, (4) documenting architectural decisions with evidence, or (5) conducting technical due diligence on AI agent implementations. This skill orchestrates sub-skills for data substrate, execution engine, cognitive architecture, and synthesis phases.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill architectural-forensics-dowwie-agent-framework-stud --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/architectural-forensics-dowwie-agent-framework-stud/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Architectural Forensics Protocol Deconstruct agent frameworks to inform derivative system architecture. ## Mission Distinguish between **software engineering decisions** (how it runs) and **cognitive architecture decisions** (how it thinks) to extract reusable patterns for new systems. ## Quick Start ```bash # 1. Map the codebase (uses codebase-mapping skill's script) python .claude/skills/codebase-mapping/scripts/map_codebase.py /path/to/framework --output codebase-map.json # 2. Run analysis via the command /analyze-frameworks ``` ## Protocol Phases ### Phase 1: Engineering Chassis Analyze the software substrate. See `references/phase1-engineering.md` for detailed guidance. | Analysis | Focus Files | Output | |----------|-------------|--------| | Data Substrate | types.py, schema.py, state.py | Typing strategy, mutation patterns | | Execution Engine | runner.py, executor.py, agent.py | Async model, control flow topology | | Component Model | base_*.py, interfaces.py | Abstraction depth, DI patterns | | Resilience | executor.py, try/except blocks | Error propagation, sandboxing | ### Phase 2: Cognitive Architecture Extract agent "business logic". See `references/phase2-cognitive.

What's inside
Steps it walks through
  1. Mission
  2. Quick Start
  3. Protocol Phases
  4. Phase 1: Engineering Chassis
  5. Phase 2: Cognitive Architecture
  6. Phase 3: Synthesis
  7. Execution Workflow
  8. Quick Analysis (Single Framework)
  9. Output Directory Structure
  10. State Management & Resumption
  11. Agent Orchestration
  12. Agent Roles
  13. Key Innovation: Cluster-Based Reading
  14. Sub-Skill Reference
Ships with 1 file
  • metadata.json
Commands it runs
python .claude/skills/codebase-mapping/scripts/map_codebase.py /path/to/framework --output codebase-map.json
More from claude-skill-registry
All skills →
About this skill
What does the architectural-forensics skill do?

Master protocol for deconstructing agent frameworks to inform derivative system architecture. Use when (1) analyzing an agent framework's codebase comprehensively, (2) comparing multiple frameworks to select best practices, (3) designing a new agent system based on prior art, (4) documenting architectural decisions with evidence, or (5) conducting technical due diligence on AI agent implementations. This skill orchestrates sub-skills for data substrate, execution engine, cognitive architecture, and synthesis phases.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill architectural-forensics-dowwie-agent-framework-stud --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going