Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
anti-conflict
Prevent file conflicts between multiple AI agents working in parallel
ekson73/multi-agent-os
-
hierarchical-merge
Enforce hierarchical merge protocol - branches merge to parent, not directly to main
ekson73/multi-agent-os
-
skill-writer
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.
ekson73/multi-agent-os
-
audit
On-demand audit and analysis of agent orchestration flows via Sentinel Protocol
ekson73/multi-agent-os
-
status-map
Generate human-readable ASCII status visualizations for agent sessions
ekson73/multi-agent-os
-
ttl-policy
Manage Time-To-Live policies for framework content freshness
ekson73/multi-agent-os
-
mvv-synthesis
Synthesize Mission, Vision, Values from ontological analysis output
ekson73/multi-agent-os
-
sync-to-git
Git synchronization automation for AI agents with GitHub/Bitbucket support
ekson73/multi-agent-os
-
context-prep
Prepare optimal context package before delegating tasks to sub-agents
ekson73/multi-agent-os
-
find-docs
Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework. Use when writing code that depends on external packages, verifying API signatures, looking up usage patterns, generating code with specific libraries, or when training data may be outdated.
ekson73/multi-agent-os
-
auto-shard
Automatically shard large CLAUDE.md files into smaller, organized shards.
Detects files >40KB, identifies logical sections, classifies by criticality,
creates shards in appropriate locations (rules/ or docs/), and validates integrity.
Use when working with large documentation files or when Claude Code warns about context size.
ekson73/multi-agent-os
-
shownotes
Extract transcripts from podcasts and YouTube videos, then create shareable show notes and summaries. Use when the user wants to: (1) Get transcripts from Apple Podcasts or podcast audio files, (2) Extract transcripts from YouTube videos, (3) Create show notes or summaries from audio/video content, (4) Search for podcast episodes or YouTube videos to transcribe, or (5) Turn any audio or video content into structured notes.
forcequit/shownotes-skill 5
-
querying-granola
Queries local Granola meeting cache for meeting history, context, and attendee information. Use when preparing for meetings, researching past interactions with a person or company, finding past discussions on a topic, tracking engagement, or when user mentions Granola, meeting notes, meeting history, or attendees.
asterlabs-ai/querying-granola 3
-
browser-devtools
Browser debugging and automation using Playwright. Use for web debugging, console monitoring, network analysis, screenshot capture, DOM inspection, and UI testing during development.
vukhanhtruong/claude-rock 8
-
helm-scaffold
Generate production-ready Helm charts for Kubernetes applications. Use when users need to create new Helm charts, convert Kubernetes manifests to Helm templates, scaffold charts for Deployments/StatefulSets/Jobs/CronJobs, create multi-environment configurations, or standardize organizational chart templates with CNCF/Helm best practices. Uses Python scaffolding script and template assets for automated generation.
vukhanhtruong/claude-rock 8
-
architecture-design
Generate comprehensive software architecture documentation (ARCHITECTURE.md) with C4 diagrams, OpenAPI specs, and technology-specific guidance. This skill should be used when creating architecture documentation for new projects, documenting existing systems, or updating architectural specifications.
vukhanhtruong/claude-rock 8
-
youtube-to-markdown
Use when user asks YouTube video extraction, get, fetch, transcripts, subtitles, or captions, or channel browsing. Writes video details and transcription into structured markdown file.
vre/flow-state 7
-
cli-tool-builder
Use when creating CLI tools with action dispatcher pattern
vre/flow-state 7
-
building-skills
Use when creating new skills or converting workflows into SKILL.md
vre/flow-state 7
-
session-codex
Use when delegating a task to Codex CLI with session persistence across turns.
vre/flow-state 7
-
session-gemini
Use when delegating a task to Gemini CLI with session persistence across turns.
vre/flow-state 7
-
project-builder
Use when creating a new skill, MCP server, or CLI tool project.
vre/flow-state 7
-
session-claude
Use when delegating a task to Claude Code CLI with session persistence across turns.
vre/flow-state 7
-
mcp-builder
Use when building MCP servers to integrate external APIs or services. Produces a complete Python MCP server package with single-tool action dispatcher.
vre/flow-state 7