All Agent Skills
Browse every verified Agent Skill in the current snapshot. Use search to find a tool, task, publisher, or workflow.
Linkedin Profile Optimizer
Optimize LinkedIn profile for searchability, recruiter visibility, and engagement
Linkedin Profile Optimizer
Optimize LinkedIn profile for searchability, recruiter visibility, and engagement
Portfolio Case Study Writer
Transform resume bullets into detailed portfolio case studies
Reference List Builder
Format professional references properly and prepare reference materials
Resume Ats Optimizer
Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword match
Resume Bullet Writer
Transform weak resume bullets into achievement-focused statements with metrics and impact
Resume Formatter
Ensure ATS-friendly formatting and create clean scannable layouts
Resume Quantifier
Find opportunities to add metrics and estimate numbers when exact data unavailable
Resume Section Builder
Create targeted resume sections optimized for different experience levels and roles
Resume Tailor
Customize resume for specific job postings while maintaining truthfulness
Resume Version Manager
Track different resume versions, maintain master resume, manage tailored versions
Salary Negotiation Prep
Research market rates, build negotiation strategy, and create counter-offer scripts
Tech Resume Optimizer
Optimize resumes for software engineering, PM, and technical roles
Add New Opc Skill
Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
Archive
Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says \"archive this\". Maintains .archive/MEMORY.md index for cross-session knowledge reuse.
Banner Creator
Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio. Use when user wants to create a banner, header, hero image, cover image, GitHub banner, Twitter header, or readme banner.
Domain Hunter
Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or search for .ai/.com domains.
Logo Creator
Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG. Use when user wants to create a logo, icon, favicon, brand mark, mascot, emblem, or design a logo.
Nanobanana
Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution output (2K/4K). Use when user wants to generate images, create images, use Gemini image generation, or do AI image generation.
Producthunt
Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API. Use when user mentions Product Hunt, PH, or product launches.
Requesthunt
Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, GitHub, YouTube, LinkedIn, and Amazon. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries.
Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.
Seo Geo
SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility.
Seo Geo
SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility, search optimization, search ranking, AI visibility, ChatGPT ranking, Google AI Overview, indexing, JSON-LD, meta tags, or keyword research.
Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io. Use when user mentions Twitter, X, or tweets.
Add Task
creates draft task file in .specs/tasks/draft/ with original user intent
Create Ideas
Generate ideas in one shot using creative sampling
Design Testing Strategy
Use before writing any type of tests. Distills 14 industry sources into deterministic decision gates, schemas, and worked test examples.
Do In Parallel
Run independent tasks concurrently across multiple files or targets using parallel sub-agents, with per-task model selection and LLM-as-a-judge verification. Use when tasks do not depend on each other and can run side by side.
Do In Steps
Execute one complex task as ordered, dependent steps run sequentially, passing context from each step to the next, with per-step LLM-as-a-judge verification. Use when later steps depend on the results of earlier ones.
Fix Tests
Systematically fix all failing tests after business logic changes or refactoring
Implement Task
Implement a task step by step with automated LLM-as-Judge verification at the end of each phase
Judge
Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation
Judge With Debate
Evaluate solutions through multi-round debate between independent judges until consensus
Launch Sub Agent
Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification
Multi Agent Patterns
Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.
Brainstorm
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
Plan Task
Refine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases
Actualize
Reconcile the project's FPF state with recent repository changes
Analyse
Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target
Analyse Problem
Comprehensive A3 one-page problem analysis with root cause and action plan
Analyze Issue
Analyze a GitHub issue and create a detailed technical specification
Apply Anthropic Skill Best Practices
Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure
Attach Review To Pr
Add line-specific review comments to pull requests using GitHub CLI API
Build Mcp
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Cause And Effect
Systematic Fishbone analysis exploring problem causes across six categories
Commit
Create well-formatted commits with conventional commit messages and emoji
Create Agent
Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns