Open-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.
Vendor-agnostic AI agent deployment methodology. Phased rollout, pilot-first approach, test gates, access tier adaptation, and progress tracking. Works with any enterprise platform (ServiceNow, Salesforce, custom). Use when deploying AI agents, planning agent rollouts, or building implementation plans. Triggers: agent deployment, deploy agents, implementation plan, rollout strategy, pilot plan, agent testing, phased deployment.
Agentic AI fundamentals for enterprise. What agents are, when to use them vs. workflows or chatbots, agent anatomy, architecture patterns, decision frameworks, and common failure modes. Use when someone is new to agents, evaluating whether agents fit their use case, or needs conceptual grounding before deploying. Triggers: what is an agent, agent vs workflow, should I use agents, how do agents work, new to agents, agent fundamentals, when to use agents, agent design patterns, explain agentic, agent architecture, learn about agents, agentic AI concepts.
Multi-tool research methodology with automatic depth routing. Routes queries through free tools first (web search, page scraping), escalates to paid tools only when needed (Perplexity, Gemini Deep Research). Includes caching, source verification, and structured output. Use when researching companies, topics, markets, competitors, or any question requiring web information. Triggers: research, look into, find out about, investigate, what do we know about, deep research, company research, market analysis.
ServiceNow AI Agent Studio reference for coding agents deploying AI agents on ServiceNow. Data model, entity mapping, URL patterns, tool types, prompting patterns, MCP setup, and browser navigation. Use when building, configuring, or debugging AI agents on ServiceNow (Zurich or later). Triggers: servicenow, AI Agent Studio, agent studio, sn_aia, agentic workflow, now assist agents, servicenow agent deployment.
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.
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:
npx claudepluginhub agent-blueprint/agent-blueprint-skills --plugin agent-blueprint-skillsAutomatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Editorial "Agent Architect" bundle for Claude Code from Antigravity Awesome Skills.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
🤖 AI Engineer — AI Engineer + LLM Systems Specialist
Collection of agent skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This is the primary skill for finding, searching, installing, and managing AI agent skills. Use /learn to search 100,000+ skills from agentskill.sh, install them mid-session, track versions, and rate skills after use. This skill should be used when the user is looking for functionality that might exist as an installable skill.