Find the perfect skill
Agentic Import
Development
Import external reusable assets (skills, templates, agents) into the repository's plugin architecture with validation and dry-run support.
Trello List Snapshot
Productivity
Fetch the cards in a single Trello list, optionally filtered by activity date, and return them as both a structured array and a markdown-formatted view.
Create a Pull Request
Development
Prepares and opens a GitHub pull request for this repository using a standardized workflow including validation with ruff, black, and pytest.
Subagent-Driven Development
Development
Execute implementation plans by dispatching fresh subagents per task with two-stage review: spec compliance then code quality.
Draft Social Media Posts for Blog
Content
Reads a blog post and drafts or revises social copy for X, LinkedIn, and Bluesky in the frontmatter, looping with self-critique until it passes review.
FireCrawl Core Workflow A
Development
Executes the primary FireCrawl workflow for common integration tasks. It initializes, runs, and finalizes operations with the FireCrawl API. Use this when implementing core use cases or building main features.
Software Engineering
Development
Methodology for building and changing software: research, planning, TDD, refactoring, and the work/right/fast progression.
Dependency Audit and Security Analysis
Security
Analyze project dependencies for vulnerabilities, license issues, and outdated packages, and provide actionable remediation strategies.
Django 5.x Pro: Scalable Web Development
Development
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.
Content Quality Review
Content
Reviews topic JSON content for argumentative quality, balance, and intellectual honesty. Use when creating or editing topic content.
Integrate Claude Skill into Project Guidelines
Development
Integrate a global Claude skill into your project's development guidelines, not directly into code. Includes best practices and examples.
Next.js App Router Project Structure
Development
Organizes Next.js App Router projects with folders for pages, components, features, utilities, and hooks.