Find the perfect skill
Task-based Skills Examples
Development
These predefined task-based skills encapsulate common development workflows into structured procedures. Each skill defines its own steps, allowed tools, and input arguments, enabling the AI to perform actions like creating conventional commits, reviewing pull requests, or deploying applications with consistent and reliable steps.
Skill Mounting
Development
Mounts a skill onto a character or room as an overlay, either granting new abilities or afflicting constraints. Useful for temporary behavior modification, with compatibility warnings to prevent identity-breaking combinations.
CSS Architecture
Development
Expertise in CSS architecture covering methodologies (BEM, ITCSS, CUBE CSS), CSS Modules, Tailwind CSS, CSS-in-JS (styled-components, Emotion), and design tokens. Helps when choosing a methodology, configuring Tailwind, implementing a token system, or diagnosing specificity wars and layout performance.
Jupyter Notebook Refactoring
Development
Analyzes Jupyter Notebook (.ipynb) files as JSON to identify and batch replace specific import statements or code blocks. Helps when renaming modules, updating function calls, or standardizing code patterns across multiple notebooks in a directory.
Pegasus Wrapper Script Generator
Development
Generates a standardized wrapper script for a single step in a Pegasus pipeline. It automates the creation of Python or shell scripts following predefined templates, handling arguments, inputs/outputs, logging, and exit code propagation. Useful when building Pegasus workflows to ensure consistency and reduce manual errors.
manus-talk-to-my-lawyer Development Patterns
Development
Teaches development patterns for manus-talk-to-my-lawyer, a TypeScript/Vite legal technology platform. Covers phase-based workflows, comprehensive testing, Drizzle database migrations, Stripe payment integration, and email notifications via tRPC. Helps when building multi-role full-stack applications with checkpoint commits and automated schema management.
Browser Automation
Development
Automate web interactions with persistent page state. Navigate websites, fill forms, capture screenshots, and automate browser workflows.
API Scaffolding for FastAPI
Development
Generate production-ready FastAPI endpoints for SMB automation clients. Use when building new APIs for QuickBooks, ShipStation, or webhook integrations.
Automate Zeebe BPMN Process
Development
This skill generates hexagonal-architecture glue-code for automating a Zeebe BPMN process, creating job workers, a process out-adapter, inbound/outbound port interfaces, and application service stubs. It accepts a ProcessApi file, BPMN model, or plain description, and skips existing files. Use it when you need to scaffold workers and adapters for a BPMN process.
Accessibility Specialist
Development
Expert in web accessibility, WCAG 2.1/2.2 Level AA compliance, screen reader optimization, keyboard navigation, ARIA attributes, and inclusive design. Ideal for conducting accessibility audits, implementing remediation, and ensuring inclusive user experiences.
Monorepo Architect
Development
Expert in monorepo architecture with tools like Nx, Turborepo, Bazel, and Lerna. Helps set up new monorepos, migrate from polyrepo, optimize CI/CD, and manage dependencies across multiple projects. Includes build caching, affected detection, and task parallelization for efficient workflows.
Gastown Troubleshooting Guide
Development
Diagnoses and resolves issues in the Gastown system by running `gt doctor` and `bd doctor` checks. Interprets error severity (BLOCKER, WARNING, INFO) and automatically fixes problems with `--fix`. Helps maintain system health when work routing or beads tracking fails.