npx claudepluginhub agent-blueprint/agent-blueprint-skillsOpen-source AI agent skills from Agent Blueprint. Agentic AI fundamentals, ServiceNow AI Agent Studio deployment, vendor-agnostic deployment methodology, and multi-tool research patterns. Works with any coding agent.
Open-source AI agent skills for enterprise deployment. Built for coding agents (Claude Code, Codex, Cursor, Copilot, Windsurf) using the Agent Skills open standard.
Four skills. Zero vendor lock-in. Works with any coding agent.
| Skill | What it does |
|---|---|
| agent-fundamentals | Agentic AI fundamentals: what agents are, when to use them vs. workflows, architecture patterns, decision frameworks, failure modes, worked examples |
| servicenow-ai-agents | ServiceNow AI Agent Studio reference: data model, entity mapping, tool types, prompting patterns, browser navigation, MCP setup |
| agent-deployment | Vendor-agnostic deployment methodology: phased rollout, pilot-first, test gates, access tier adaptation |
| research-agent | Multi-tool research with automatic depth routing: free tools first, paid escalation, caching, structured output |
Add the marketplace, then install the plugin:
/plugin marketplace add agent-blueprint/agent-blueprint-skills
/plugin install agent-blueprint-skills@agent-blueprint
Skills appear in your session automatically. Claude loads them when your task matches the skill description.
Copy skills into your project:
git clone https://github.com/agent-blueprint/agent-blueprint-skills.git /tmp/ab-skills
cp -r /tmp/ab-skills/plugins/agent-blueprint-skills/skills/* .agents/skills/
Clone this repo and point your agent to the SKILL.md files:
git clone https://github.com/agent-blueprint/agent-blueprint-skills.git .agent-skills
The SKILL.md format is an open standard. Any agent that reads markdown can use these skills.
Skills are in plugins/agent-blueprint-skills/skills/.
Copy just the skill you need:
# ServiceNow AI Agents
curl -o SKILL.md https://raw.githubusercontent.com/agent-blueprint/agent-blueprint-skills/main/plugins/agent-blueprint-skills/skills/servicenow-ai-agents/SKILL.md
# Deployment Methodology
curl -o SKILL.md https://raw.githubusercontent.com/agent-blueprint/agent-blueprint-skills/main/plugins/agent-blueprint-skills/skills/agent-deployment/SKILL.md
# Research Agent
curl -o SKILL.md https://raw.githubusercontent.com/agent-blueprint/agent-blueprint-skills/main/plugins/agent-blueprint-skills/skills/research-agent/SKILL.md
A practical guide for understanding AI agents in enterprise environments:
Everything a coding agent needs to deploy AI agents on ServiceNow's AI Agent Studio:
sn_aia_* tables, fields, and relationshipsA structured methodology for deploying AI agents on any enterprise platform:
A reusable research methodology that routes queries through the right tools:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations