A toolkit of reusable agentic skills for AI agent development.
npx skills@latest add tejasashinde/agent-skill-kit
# OR
# npx skills add https://github.com/tejasashinde/agent-skill-kitnpx skills@latest add tejasashinde/agent-skill-kit/<skill-name>
# Eg. npx skills@latest add tejasashinde/agent-skill-kit/five-minute-summary
# OR
# npx skills add https://github.com/tejasashinde/agent-skill-kit --skill five-minute-summarySee CATALOG.md for the full catalog with description
- Claude Skills Docs: Claude documentation for creating and using Skills to extend model capabilities with reusable, task-specific behaviors.
- Anthropic Skills Guide: Official Anthropic PDF guide explaining how to design, build, test, and structure Claude Skills as reusable workflow modules for automating and standardizing tasks.
- OpenAI Developer Tools Skills Guide: Official OpenAI documentation explaining how tools and skills work in the API ecosystem, including how to extend model capabilities using structured, reusable tool-based workflows.
- Agent Skills Quickstart: Official guide introducing how to create an Agent Skill using the
SKILL.mdformat, including folder structure, metadata fields, and how agents discover and execute skills through progressive disclosure in compatible AI coding environments. - Microsoft Agent Framework – Skills: Official Microsoft documentation describing how agent skills extend AI agents with reusable capabilities, including tool-based workflows, modular skill definitions, and integration patterns for Python-based agent systems.
- DigitalOcean Community – How to Implement Agent Skills: Tutorial explaining how agent skills are structured as modular folders containing
SKILL.mdfiles, scripts, and resources, and how agents discover and execute these skills as reusable capability units in LLM-based systems. - Android Developer – Agent Skills: Official Android documentation describing how agent skills are integrated into Android agent tooling to extend LLM-powered assistants with reusable task modules and structured skill definitions for mobile and system automation.
- LM-Kit – Agent Skills Explained: Overview of agent skills as reusable components for LLM agents, describing how skills package instructions, tools, and context into modular units that extend agent capabilities.
- Spillwave – Mastering Agentic Skills: The Complete Guide to Building Effective Agent Skills (Medium): Conceptual guide explaining how agentic skills are designed as modular capability units that improve agent reliability, composability, and reuse across multi-step AI workflows.
- Deep Dive: Skill.md Part 1 – abvijaykumar (Medium): Technical explanation of the
SKILL.mdformat, covering its structure, metadata design, and role in helping agents interpret and execute skills based on user intent. - Getting Deep Agents to Work with Skill.md Part 2 – abvijaykumar (Medium): Continuation of the Skill.md deep dive, focusing on runtime skill discovery, chaining, and how agents dynamically select and orchestrate skills for autonomous task execution.
This project was inspired by the following repositories:
- Star the repository if you found it useful
- Contribute your skills and fixes.
- MIT License. See LICENSE for the detailed license.
