Skip to content

Agents & Skills

A focused toolkit of agents and skills that give your AI tool everything it needs to design, build, and document AI workflows. Plain-text Markdown — install as a Claude Code plugin, or download individual skills as ZIPs for ChatGPT, M365 Copilot, Cursor, and other tools.


One plugin, one install. Bundles the AI Workflow Framework, the AI Registry skills, and the Agentic Coding feature-spec skills — everything you need to take an AI workflow from idea to documented production system.

/plugin marketplace add jamesgray-ai/handsonai-plugins
/plugin install handsonai@handsonai

→ See what’s included · Using Plugins

AI Workflow Framework — 1 agent + 7 skills

Section titled “AI Workflow Framework — 1 agent + 7 skills”

The seven-step methodology for going from a workflow idea to a deployed AI system.

ComponentWhat it does
framework-agent agentWalks you through the full 7-step framework end-to-end
analyze skillAudit your workflows to find where AI creates the most value
deconstruct skillBreak a workflow into structured steps using the 6-question framework
design skillDesign the AI workflow architecture and produce a Design Spec
build skillGenerate platform-appropriate artifacts from the approved spec
test skillTest workflow artifacts and evaluate output quality
run skillGenerate a Run Guide for deploying and operating the workflow
improve skillEvaluate a running workflow for quality and evolution opportunities

For documenting and operating an AI workflow registry once you’ve built workflows worth tracking.

ComponentWhat it does
naming-workflows skillApply consistent naming conventions across your registry
writing-workflow-sops skillAuthor standard operating procedures for AI-assisted workflows
writing-process-guides skillDocument multi-step processes for repeatable execution
indexing-registry skillGenerate and refresh REGISTRY.md — the Markdown AI Registry index of your skills, agents, workflows, and apps

For turning ideas into shippable feature specs before you write code.

ComponentWhat it does
writing-vision-briefs skillCapture a fuzzy idea as a structured Vision Brief before writing a PRD
writing-feature-prds skillCreate a PRD with user stories, acceptance criteria, and a GitHub issue

A separate, deliberately small plugin containing one complete multi-agent pipeline — four specialist agents that research, write, edit, and publish a business article, coordinated by Claude Code with quality gates and a human approval step.

It is a worked example, not a toolkit. Install it to see how automatic delegation, subagent handoffs, SubagentStop and PreToolUse hooks, and a human-in-the-loop gate fit together in something that actually runs — then adapt the shape to your own work.

/plugin marketplace add jamesgray-ai/handsonai-plugins
/plugin install multi-agent-example@handsonai
ComponentTypeRole
ai-productivity-researcherAgentFinds case studies with quantified, sourced outcomes
tech-executive-writerAgentDrafts the article from the research dossier
hbr-editorAgentProduces the publication-ready revision plus an editorial memo
hbr-publisherAgentProduces both deliverables and inspects its own output
editing-hbr-articlesSkillThe editorial standards the editor loads
subagent-gate.shHookValidates each stage’s artifacts before the agent may finish
publish-gate.shHookBlocks publishing until a human approves
/hbr-articleCommandAutomatic delegation — Claude picks the specialists
/hbr-article-strictCommandDeterministic — the same pipeline, explicit sequence

Why it is a separate plugin. It ships hooks, which change how Claude Code behaves in your projects. Installing the Hands-on AI plugin should never silently do that, so this is its own explicit opt-in. Both hooks stay completely inert unless a pipeline run is in progress.

Claude Code users also need Anthropic’s document skills for the Word output (/plugin install document-skills@anthropic-agent-skills). Cowork users need nothing — it is already included.

→ Read the full walkthrough


Looking for an agent that writes for executives? A researcher that scans AI news daily? A skill for prepping meetings? Templates you can copy and customize live in the Example Gallery — 7 agents, 5 skills, and 3 portable prompts adapted from real workflows.

These are not bundled in the plugin because they’re scoped to specific personas, source lists, or industries. They’re better as study material than installable defaults.

→ Browse the gallery