Find the perfect skill
Stripe Projects — Service Provisioning
DevOps
Provision third-party services (databases, auth, hosting, etc.) using the Stripe Projects CLI plugin.
Python Guidelines
Development
Enforces Python coding conventions: imports at the top of the file, underscores for large numbers, minimal __init__.py content, mandatory keyword arguments for functions with more than one parameter, and required parameters without unnecessary defaults. Helps improve readability and consistency in Python codebases.
Memorystore Config
Data & AI
Auto-activating skill for Memorystore configuration operations within GCP. Provides step-by-step guidance and production-ready configurations.
Feature Dependency Mapper
Development
Map feature dependencies, catch circular imports, and predict cascade effects of changes.
Update CRM Note
Productivity
Searches for and updates deal comments in Carta CRM by modifying the deal's comment field.
Automatic implementation plan generation
Development
This skill automatically generates a detailed implementation plan based on previous workflow phases (feature description, clarifications, and chosen architecture). It creates a structured markdown file with summary, context, components, steps and tests, then updates the workflow state. Useful for automating phase 5 of a development process without human intervention.
Research Philosophical Topic
Content
Conducts web research on a philosophical topic and outputs structured research notes in Markdown. Use before writing an article, when a todo item is type `research-topic`, or when `/research-topic [topic]` is invoked. It identifies key sources, major positions, debates, historical context, and evaluates alignment with site tenets.
LangChain Agent Scaffolder
Development
Generates a LangGraph ReAct agent with custom tools and OpenAI-compatible endpoint configuration.
Image Clipping
Data & AI
Crops a specific region of an image to focus on important details. Used with annotate-grid.
AMCOS Agent Replacement
DevOps
Replaces a failed AI agent when recovery has failed or the failure is terminal. Manages artifact preservation, manager approval, new agent creation, orchestrator notification, and work handoff. Use when an agent crashes irrecoverably and needs to be replaced with a new instance.
Skill Reviewer
Development
Reviews agent skills against a 10-rule rubric, generates P0-P3 reports, and can scaffold a compliant skill.
Xiaohongshu Automation Skills
Content
A collection of automation skills for Xiaohongshu: authentication, publishing, search, social interactions, and composite operations.