Public Builder skills for efficient frontier-model orchestration, clear status recaps, and Agent-Native Plan workflows.
Use when running Claude Fable on codebase-heavy or token-heavy work and the user wants Fable to orchestrate research, coding, and testing while cheaper subagents do bounded heavy lifting.
Apply the same orchestration as `/efficient-fable` to any high-cost frontier model: delegate research, coding, and testing to cheaper subagents while keeping planning, synthesis, and final review with the expensive model.
Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions.
Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.
Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AppMate-maintained fork of BuilderIO/skills, adapted for Hermes Agent.
The upstream skills are excellent agent workflow instructions. This fork keeps the useful planning and recap discipline, but documents the Hermes install path, Hermes MCP setup, and repo-owned local-files workflow we need for client/private work.
This repo is also a Hermes plugin. Install and enable it once:
hermes plugins install AppMate-Consulting/agent-native-hermes-skills --enable
Then use the plugin CLI:
hermes agent-native setup # install default skills
hermes agent-native setup --with-mcp # install skills + configure/test hosted Plan MCP
hermes agent-native status # show skills and MCP status
For private/client work, keep the hosted connector out of the path and use:
hermes agent-native setup --local-files
export AGENT_NATIVE_PLANS_MODE=local-files
Restart the gateway or start a fresh CLI session after enabling the plugin so hermes agent-native ... is registered.
Install the skills directly from this fork:
hermes skills install AppMate-Consulting/agent-native-hermes-skills/skills/visual-plan --category agent-native --yes
hermes skills install AppMate-Consulting/agent-native-hermes-skills/skills/visual-recap --category agent-native --yes
hermes skills install AppMate-Consulting/agent-native-hermes-skills/skills/efficient-frontier --category agent-native --yes
Or add the repo as a tap first:
hermes skills tap add AppMate-Consulting/agent-native-hermes-skills
hermes skills install AppMate-Consulting/agent-native-hermes-skills/skills/visual-plan --category agent-native --yes
Reload an active Hermes session after installing:
/reload-skills
Hosted Agent-Native Plans need the Plan MCP connector:
hermes mcp add plan --url https://plan.agent-native.com/_agent-native/mcp --auth oauth
hermes mcp test plan
Then start a fresh session or run:
/reload-mcp
Use hosted mode when the plan/recap can live in Agent-Native's hosted review surface.
For AppMate client repos and sensitive work, prefer repo-owned local files unless the hosted surface is explicitly approved:
export AGENT_NATIVE_PLANS_MODE=local-files
The agent should write portable plan artifacts under plans/<slug>/:
plans/<slug>/plan.mdx
plans/<slug>/canvas.mdx # optional
plans/<slug>/prototype.mdx # optional
plans/<slug>/.plan-state.json # optional
Preview locally with Agent-Native tooling:
npx @agent-native/core@latest plan local preview --dir plans/<slug> --kind plan
npx @agent-native/core@latest plan local preview --dir plans/<slug> --kind recap
Local-files mode prevents plan content from being written to the hosted Plan database. It does not make the LLM local; model routing/privacy is controlled by the Hermes profile/provider in use.
visual-plan — turn normal implementation plans into structured review artifacts.visual-recap — turn a branch/PR/diff into a structured review artifact.efficient-frontier — use the frontier model as orchestrator/reviewer and delegate token-heavy bounded work to cheaper subagents.efficient-fable, stay-within-limits, and quick-recap are retained for upstream parity but are not AppMate defaults.Upstream has a small sync script for the Agent-Native visual skills:
npm run check
npm run sync:agent-native-plan-skills
After syncing, re-apply/verify the Hermes-specific sections in this fork before publishing updates.
MIT, inherited from upstream.
npx claudepluginhub appmate-consulting/agent-native-hermes-skillsA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.