{
  "markdown": "# Altered Craft Claude Code Plugins\n\nA collection of plugins for [Claude Code](https://claude.com/claude-code).\n\n## About Altered Craft\n![alt text](docs/img/logo.v1.small.png)\n\nThese plugins are developed by [AlteredCraft](https://alteredcraft.com), a publication exploring AI-assisted development and the evolving craft of software engineering. Subscribe to follow along.\n\n## Installation\n\n```bash\n# Add the marketplace\n/plugin marketplace add AlteredCraft/claude-code-plugins\n\n# Install a plugin\n/plugin install <plugin-name>@alteredcraft-plugins\n```\n**Note**: You can also browse and install plugins directly in the Claude Code UI using the `/plugin` command.\n\n![alt text](docs/img/cc-mp-browse.png)\n\n\nFor more details, see the [Claude Code Plugins documentation](https://code.claude.com/docs/en/plugins).\n\n## Available Plugins\n\n### [ac-artifact-workflow](./plugins/artifact-workflow/)\n\nAn artifact-driven development workflow inspired by Google Antigravity. Adds a `/ac-artifact-workflow:build` command that guides you through interrogation, planning, and execution phases with persistent artifacts for task lists, implementation plans, and walkthroughs.\n\n```bash\n/plugin install ac-artifact-workflow@alteredcraft-plugins\n```\n\n```bash\n/ac-artifact-workflow:build --help\n```\n\n### [ac-ideation](./plugins/ideation/)\n\nA structured product consultation workflow that helps refine project ideas into fully-formed design specifications through strategic questioning and iterative refinement.\n\n```bash\n/plugin install ac-ideation@alteredcraft-plugins\n```\n\n```bash\n/ac-ideation:dev-product-brainstorm <your project idea>\n```\n\n### [ac-dev-tools](./plugins/dev-tools/)\n\nDeveloper tools with skills for journaling, productivity, and autonomous development workflows.\n\n```bash\n/plugin install ac-dev-tools@alteredcraft-plugins\n```\n\n**Skills:**\n\n- **journal** - Synthesizes Claude Code activity data into meaningful journal entries\n  ```\n  I want to journal the work I did today\n  ```\n\n- **ralph-method** - Sets up autonomous coding tasks using the Ralph Wiggum methodology (requirements interview + implementation planning), then hands off to a building loop\n  ```\n  Skill(ac-dev-tools:ralph-method) add-user-authentication\n  ```\n\n### [ac-document-gen](./plugins/document-gen/)\n\nDocument generation tools for creating professional presentations, QR codes, and other formatted output.\n\n```bash\n/plugin install ac-document-gen@alteredcraft-plugins\n```\n\n**Skills:**\n\n- **powerpoint** - Create professional PowerPoint presentations with custom styling\n  ```\n  ac-document-gen:powerpoint\n  ```\n\n- **qr-code** - Generate QR codes (SVG/PNG/EPS/PDF) from URLs, text, or other data\n  ```\n  ac-document-gen:qr-code\n  ```\n\n### [ac-anchored-interview](./plugins/anchored-interview/)\n\nA meta-skill that scaffolds new Claude Code skills built around the Anchored Interview pattern — ground in a corpus, run a short interview sharpened by what was found, then produce a single artifact. Use it whenever you spot a workflow where the answer the agent needs is in your head, not the corpus.\n\n```bash\n/plugin install ac-anchored-interview@alteredcraft-plugins\n```\n\n**Skills:**\n\n- **create-skill** - Interviews you to produce a complete skill directory (SKILL.md + output template) that follows the ground-then-interview-then-act shape\n  ```\n  /ac-anchored-interview:create-skill a skill that drafts essays from my research notes\n  ```\n\n## License\n\nMIT\n",
  "bytes": 3426,
  "sha": "ddbdb52dba2ed9594ced9021c92dc18494d712cf2b3ae25e4a20335db8387f24",
  "repo_slug": "alteredcraft/claude-code-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_alteredcraft_claude_code_plugins_ac_arti_78c807a5/readme"
}