aod-stack

Activate, deactivate, list, and scaffold AI stack packs from STACK.md contracts.

86|21|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/davidmatousek/tachi --skill aod-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aod-stack
Source: https://github.com/davidmatousek/tachi/tree/main/.claude/skills/aod-stack
Command: npx skills add https://github.com/davidmatousek/tachi --skill aod-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage stack packs — activate, remove, list, and scaffold technology-specific conventions for AI coding agents. Use when developers want to select a stack, set up conventions, or manage pack lifecycle.

Core Features & Use Cases

  • Activate a stack pack by loading its rules and persona supplements into the current session.
  • List available packs, show the active pack, and scaffold project structure from the active pack.
  • Remove the active pack to revert to generic agent behavior and governance.

Quick Start

Activate a stack pack with /aod.stack use {pack-name} and scaffold the project with /aod.stack scaffold to initialize the stack context.

Frequently Asked Questions about aod-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AI stack packs and activate specific conventions for coding agents?

You can manage AI stack packs by activating, deactivating, listing, and scaffolding their rules to apply technology-specific conventions for AI coding agents during your development session.

What is the best way to scaffold a project structure from an active technology stack pack?

Scaffolding a project structure from an active pack generates runtime artifacts in .claude/rules/stack and deployment state under .aod by parsing STACK.md contracts and reading agents metadata.

Can I have multiple stack packs active at the same time for different AI agents?

No, the stack pack management system enforces that only one pack can be active at a time, ensuring a single set of persona supplements and rules governs the current agent session.

How do I revert an AI coding agent back to generic behavior after activating a stack pack?

You can remove the active stack pack to revert the AI coding agent back to generic behavior and governance, clearing the specific persona loading and technology conventions applied previously.

What metadata do I need to parse when activating a stack pack for my project?

Activating a stack pack requires parsing STACK.md contracts, reading agents and rules metadata, and handling activation state to successfully load persona supplements into the session.