# camoa

> Open-source publisher. Listings imported from github.com/camoa — credited to the original author with their license.

- **Listings:** 44
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/camoa
- **Website:** https://github.com/camoa

## Published listings

- [Implementation Task Creator](https://agentstack.voostack.com/l/skill-camoa-claude-skills-implementation-task-creator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-implementation-task-creator`
  Use when breaking down a component for implementation - creates task file in implementation_process/in_progress/ with TDD steps and acceptance criteria
- [Contribution Issue](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-issue) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-issue`
  Works the Drupal issue lifecycle — reviews prior work on an issue first, then creates / comments on / claims it, and checks out the issue fork + branch with three-way fork handling. Use when the user runs /drupal-ai-contrib:issue or asks to find, create, claim, or check out a Drupal issue or issue fork. Wraps drupalorg-cli for no-auth reads; delegates authenticated GitLab fork/push to the drupal-…
- [Guide Integrator](https://agentstack.voostack.com/l/skill-camoa-claude-skills-guide-integrator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-guide-integrator`
  Use when a phase command (research/design/implement) needs to load methodology references, online dev-guides, and project playbooks before task work begins. **v4.10.0+: hybrid detection** — a deterministic phase-aware methodology floor + lexical catalog candidates via scripts/dev-guides-detect.sh, plus semantic matches from the guides-matcher agent. Delegates guide fetching to dev-guides-navigato…
- [Screenshot Store Reader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-screenshot-store-reader) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-screenshot-store-reader`
  Use when a framework command needs to inspect the project's visual-regression baseline store — the codePath-native tests/visual/ snapshot tree. Reads the store defensively via scripts/screenshot-store-read.sh and returns structured JSON. Never blocks on malformed input.
- [Phase Detector](https://agentstack.voostack.com/l/skill-camoa-claude-skills-phase-detector) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-phase-detector`
  Use when determining task phase - analyzes task file to identify Phase 1, 2, or 3 for a specific task
- [Guide Loader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-guide-loader) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-guide-loader`
  Use when a framework task requires specialized guide content — delegates to the dev-guides-navigator plugin for online guide discovery with caching and disambiguation.
- [Requirements Gatherer](https://agentstack.voostack.com/l/skill-camoa-claude-skills-requirements-gatherer) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-requirements-gatherer`
  Use when gathering project requirements - asks structured questions about project type, scope, integrations, and constraints to populate project_state.md
- [Core Pattern Finder](https://agentstack.voostack.com/l/skill-camoa-claude-skills-core-pattern-finder) — Skill · Free — `agentstack add skill-camoa-claude-skills-core-pattern-finder`
  Use when needing the framework's canonical implementation example for a pattern - searches the framework's own source for the pattern and returns file-path references
- [Html Generator](https://agentstack.voostack.com/l/skill-camoa-claude-skills-html-generator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-html-generator`
  Use when generating branded HTML pages and components from a design system. Creates standalone HTML components and composes them into full pages with embedded CSS, responsive design, and brand integration.
- [Contribution Verify](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-verify) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-verify`
  Runs the local verification inner loop for a Drupal contribution — the drupalci-parity gate set at CI strictness, the AI-policy gate, and the eval gate, every gate passing only on a captured artifact. Use when the user runs /drupal-ai-contrib:verify or asks to verify, check, or locally test a Drupal contribution before submitting. This is the centerpiece — evidence over assertion, never a bare 'p…
- [Contribution Guardrails](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-guardrails) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-guardrails`
  Enforces the development discipline for AI-assisted Drupal contributions — evidence over assertion, the no-guessing rule for external facts, the verification-gate artifact contracts, and re-verification on post-gate change. Use PROACTIVELY during any development between claiming an issue and verifying it. Use when user says 'guardrails', 'evidence over assertion', 'no guessing', 'verify this fact…
- [Task Completer](https://agentstack.voostack.com/l/skill-camoa-claude-skills-task-completer) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-task-completer`
  Use when finishing a task — moves the v3.0.0 task folder to completed/, updates project_state.md, suggests next task. Runs all 5 quality gates and blocks completion if any gate fails. Trigger: 'finish task', 'done with task', 'move to completed'.
- [Work Order Compiler](https://agentstack.voostack.com/l/skill-camoa-claude-skills-work-order-compiler) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-work-order-compiler`
  Use when a /design-complete ai-dev-assistant task must become N self-contained, gate-verifiable work-orders — decomposes architecture.md Components into units, attaches falsifiable Current/Target/Acceptance + [CATEGORY]-NN requirement IDs, derives dependency edges, slices the coverage-map per unit, inlines the load-bearing build context, and emits each work-order to the task's work-orders/ folder…
- [Work Order Loop Parallel](https://agentstack.voostack.com/l/skill-camoa-claude-skills-work-order-loop-parallel) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-work-order-loop-parallel`
  Use when an orchestrator must run a task's work-orders CONCURRENTLY behind the same gate floor as the sequential loop — the DB-free parallel sibling of work-order-loop. Each round it reconciles from disk (L1-light), selects a disjoint-file ready batch (wo-parallel-batch.sh), builds every batched WO at once in its OWN ephemeral git worktree branched off the integration HEAD (N parallel build atoms…
- [Contribution Setup](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-setup) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-setup`
  Stands up and environment-matches a Drupal contribution workspace — DDEV with the workflow-matched add-on, CI gate config (new-module scaffold or existing-module discovery), the Drupal AI skills, the drupalorg CLI, the GitLab CLI (glab) for authenticated git.drupalcode.org operations, and a contribution-credentials (SSH-key) check. Use when the user runs /drupal-ai-contrib:setup or asks to set up…
- [Recipe Loader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-recipe-loader) — Skill · Free — `agentstack add skill-camoa-claude-skills-recipe-loader`
  Use when a development task needs recipe + guide discovery — matches 0..N agentic recipes for the task, unions the guides and plays they require, runs residual guide-search over uncovered aspects, and emits a ranked coverage map (aspect → recipe/guide/play; uncovered flagged). Delegates ALL fetching to the dev-guides-navigator plugin; never re-implements the fetcher and never extends guides-match…
- [Process Recipe Loader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-process-recipe-loader) — Skill · Free — `agentstack add skill-camoa-claude-skills-process-recipe-loader`
  Use when a lifecycle orchestrator reaches a phase boundary and needs the framework-specific process recipe that drives that phase. Checks project_state first (a recorded source is the memory of the prior decision and resolves directly); on a miss resolves by source order (repo-local, machine-local, dev-guides) and on a true miss returns action:ask-user for the orchestrator to ask the user. Tags p…
- [Alignment Reader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-alignment-reader) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-alignment-reader`
  Use when a framework command needs to parse a task's alignment.md (the scope contract — Goal / Expected result / Success criteria / Non-goals per section). Reads defensively via scripts/alignment-read.sh and returns structured JSON with warnings. Never blocks on malformed input.
- [Session Context Writer](https://agentstack.voostack.com/l/skill-camoa-claude-skills-session-context-writer) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-session-context-writer`
  Use when a framework command has resolved the active project and/or task and needs to persist that context for hooks. Writes per-workspace session_context.json so compaction hooks and the context-reminder hook can restore the right project/task context. Preserves loadedGuides[], lastPhase, and currentEpic across writes.
- [Brand Content Design](https://agentstack.voostack.com/l/skill-camoa-claude-skills-brand-content-design) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-brand-content-design`
  Use when user says "create presentation", "make slides", "make carousel", "LinkedIn carousel", "create HTML page", "make landing page", "build web page", "html design system", "design system", "setup brand", "brand init", "extract brand", "get outline", "color palette", "alternative colors", "infographic", "brand assets", "brand project". Use PROACTIVELY when user wants to create any visual conte…
- [Tdd Companion](https://agentstack.voostack.com/l/skill-camoa-claude-skills-tdd-companion) — Skill · Free — `agentstack add skill-camoa-claude-skills-tdd-companion`
  Use during implementation to enforce TDD - reminds test-first, validates the Red-Green-Refactor cycle, integrates with superpowers:test-driven-development. Trigger: 'test first', 'write tests', 'Red Green Refactor', 'TDD workflow'. MUST be active during all Phase 3 implementation. NEVER write implementation code before tests. Stack-neutral; the framework test types come from the resolved implemen…
- [Code Quality Audit](https://agentstack.voostack.com/l/skill-camoa-claude-skills-code-quality-audit) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-code-quality-audit`
  Use when checking code quality, running security audits, testing coverage, finding SOLID/DRY violations, or setting up quality tools. Use when user says "audit this code", "check security", "run PHPStan", "code quality", "find violations", "SOLID check", "DRY check", "test coverage", "lint this", "security review", "is this production ready", "check for vulnerabilities", "code review", "grade thi…
- [Work Order Loop](https://agentstack.voostack.com/l/skill-camoa-claude-skills-work-order-loop) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-work-order-loop`
  Use when an orchestrator must run the autonomous per-task run-loop behind the gate floor — the thin native glue (③ lifecycle_controls). Resumes from disk (L1-light), drives a ready-queue over the work-orders (a WO is ready when all blocked_by are done), dispatches ONE build atom per WO in clean context, runs /review --headless + the work-order-critique rung per WO, owns EVERY WO status transition…
- [Epic Migrator](https://agentstack.voostack.com/l/skill-camoa-claude-skills-epic-migrator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-epic-migrator`
  Use when converting a flat task into an epic folder with children, promoting a subtask to a sub_epic, or expanding an existing epic with more children. Runs the 8-step transactional migration via scripts/migrate-to-epic.sh. Supports --dry-run for preflight plan. Never leaves half-migrated state on disk.
- [Htmx Development](https://agentstack.voostack.com/l/skill-camoa-claude-skills-htmx-development) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-htmx-development`
  Use when implementing HTMX in Drupal, migrating from AJAX to HTMX, building dynamic forms, dependent dropdowns, infinite scroll, real-time validation, or multi-step wizards. Use when user says "HTMX", "migrate AJAX", "dependent dropdown", "dynamic form", "infinite scroll", "load more", "real-time validation", "multi-step wizard", "hx-get", "hx-post", "Htmx class". Use PROACTIVELY for any Drupal 1…
- [Task Folder Migrator](https://agentstack.voostack.com/l/skill-camoa-claude-skills-task-folder-migrator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-task-folder-migrator`
  Use when migrating existing single-file tasks to folder-based structure - preserves content, creates organized folders, backs up originals
- [Drupal Ai Contrib](https://agentstack.voostack.com/l/skill-camoa-claude-skills-drupal-ai-contrib) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-drupal-ai-contrib`
  Routes Drupal contribution work to the right contribution-quality stage and supplies the contribution knowledge layer. Use when user says 'contribute to Drupal', 'Drupal contribution', 'submit a Drupal patch', 'Drupal merge request', 'fix a Drupal core issue', 'contribute a module', 'AI-assisted Drupal contribution', or works a drupal.org / GitLab Drupal issue. Use PROACTIVELY whenever AI-assiste…
- [Contribution Review](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-review) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-review`
  Runs honest fresh-context review of a Drupal contribution — dispatches isolated reviewer agents with no session narrative to check the work against scope, coding standards, security, and the AI policy. Use when the user runs /drupal-ai-contrib:review or asks for an honest review, a fresh-eyes review, or a pre-submission review of a Drupal contribution. A builder cannot objectively review its own…
- [Paper Test](https://agentstack.voostack.com/l/skill-camoa-claude-skills-paper-test) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-paper-test`
  Use when testing code, skills, commands, or configs through mental execution — trace logic line-by-line with concrete values to find bugs, logic errors, edge cases, contract violations, and AI hallucinations. Use when user says "paper test", "trace this", "find bugs", "check for edge cases", "audit this code", "verify AI code", "test this skill", "test this agent", "validate this implementation",…
- [Project State Reader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-project-state-reader) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-project-state-reader`
  Use when a framework command needs project-level metadata (codePath, playbookSets, userPlaybook, playbookResolutions, project_name). Reads project_state.md defensively via scripts/project-state-read.sh and returns structured JSON with warnings. Never blocks on malformed input.
- [Generating Infographics](https://agentstack.voostack.com/l/skill-camoa-claude-skills-infographic-generator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-infographic-generator`
  Use when creating infographics, data visualizations, process diagrams, timelines, or comparisons - generates branded infographics using @antv/infographic with 114 templates across 7 categories. Triggers on "create infographic", "make infographic", "visualize data", "timeline", "process diagram".
- [Task Frontmatter Reader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-task-frontmatter-reader) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-task-frontmatter-reader`
  Use when a framework command needs to read the hierarchy metadata of a task — parses the YAML frontmatter block at the top of task.md and returns structured data (id, kind, parent, children, blocks, blocked_by, external_ids, derived status) plus any warnings. Defensive: never blocks on malformed input; absent frontmatter yields kind=flat. Delegates to scripts/fm-read.sh.
- [Plugin Creation](https://agentstack.voostack.com/l/skill-camoa-claude-skills-plugin-creation) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-plugin-creation`
  Use when creating Claude Code plugins - covers skills, commands, agents, hooks, MCP servers, and plugin configuration. Use when user says "create plugin", "make a skill", "add command", "add hooks", "skill authoring", "SKILL.md", "plugin components", "package reusable behavior", "distribute skills", "scaffold plugin", "plugin structure", "write a skill description". NOT for: using existing plugin…
- [Greeter](https://agentstack.voostack.com/l/skill-camoa-claude-skills-greeter) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-greeter`
  Greets users warmly. Use when user says hello, hi, good morning, or wants a friendly greeting.
- [Dev Guides Navigator](https://agentstack.voostack.com/l/skill-camoa-claude-skills-dev-guides-navigator) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-dev-guides-navigator`
  Use when ANY development task might benefit from a guide. Use when user says "how do I", "best practice", "pattern for", "guide for", "Drupal form", "entity type", "plugin type", "routing", "caching", "config management", "SDC component", "design system", "Bootstrap mapping", "Radix theme", "JSX to Twig", "Tailwind tokens", "SOLID", "DRY", "TDD", "security", "CSS", "Next.js". Use PROACTIVELY befo…
- [Work Order Builder](https://agentstack.voostack.com/l/skill-camoa-claude-skills-work-order-builder) — Skill · Free — `agentstack add skill-camoa-claude-skills-work-order-builder`
  Use when an orchestrator must build exactly ONE contract-conformant work-order in clean context — gates it through wo-compile.sh assert-dispatchable (fail-closed; never spawn on a non-zero gate), checkpoints the shared code worktree, spawns one fresh standard Task-tool subagent whose prompt is the self-contained work-order body, treats the collected transcript as untrusted data, commits the workt…
- [Contribution Submit](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-submit) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-submit`
  Creates or updates a Drupal merge request and generates the AI-disclosure comment at the policy threshold. Use when the user runs /drupal-ai-contrib:submit or asks to submit, open, or update a Drupal merge request or patch. Creates the cross-project MR via the drupal-gitlab skill (glab); wraps drupalorg-cli for no-auth reads; surfaces status and RTBC guidance.
- [Work Order Critique](https://agentstack.voostack.com/l/skill-camoa-claude-skills-work-order-critique) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-work-order-critique`
  Use when an orchestrator must run the opt-in adversarial-critique rung on ONE built work-order — the absent-human review layered ABOVE the deterministic gates. Derives the work-order's risk tier (wo-risk-classify.sh), decides whether critique is required (forced-on for high-risk-unattended; else the per-task/per-project dial), spawns risk-scaled INDEPENDENT fresh-context wo-critic agents that re-…
- [Project Initializer](https://agentstack.voostack.com/l/skill-camoa-claude-skills-project-initializer) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-project-initializer`
  Use when starting a new development project — creates memory folder structure with project_state.md (including codePath), architecture scaffolding, and registers project. Accepts optional code_path argument.
- [Code Helper](https://agentstack.voostack.com/l/skill-camoa-claude-skills-code-helper) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-code-helper`
  Assists with code quality tasks. Use when reviewing code, checking for issues, or improving code quality. NOT for: writing new features from scratch.
- [Code Pattern Checker](https://agentstack.voostack.com/l/skill-camoa-claude-skills-code-pattern-checker) — Skill · Free — `agentstack add skill-camoa-claude-skills-code-pattern-checker`
  Use before committing code - validates code against SOLID, DRY, security, and purposeful-code principles (stack-neutral). Trigger: 'check code quality', 'pre-commit check', 'validate standards', 'review this'. Use proactively before any commit. The concrete stack linters are the code-quality-tools plugin's job; the framework-specific implementation rules come from the resolved implement recipe.
- [Task Context Loader](https://agentstack.voostack.com/l/skill-camoa-claude-skills-task-context-loader) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-task-context-loader`
  Use when starting implementation of a task - loads architecture files, referenced patterns, relevant guides, and task file into context
- [Visual Content](https://agentstack.voostack.com/l/skill-camoa-claude-skills-visual-content) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-visual-content`
  Use when creating branded presentations or carousels. Generates museum-quality visual output from canvas philosophy, enforcing style constraints. Outputs PDF first, then converts to PPTX for editability.
- [Contribution Pipeline](https://agentstack.voostack.com/l/skill-camoa-claude-skills-contribution-pipeline) — Skill · Free · security-reviewed — `agentstack add skill-camoa-claude-skills-contribution-pipeline`
  Fetches the real GitLab merge-request pipeline for a Drupal contribution and gates on it — the authoritative final check. Use when the user runs /drupal-ai-contrib:pipeline or asks to check the real pipeline, the CI status, or whether a Drupal contribution is done. A contribution is not complete until the real drupalci pipeline is green.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
