Find the perfect skill
Skill Polisher
Development
Validates and standardizes Codex and Claude skills by checking structural integrity (SKILL.md existence, valid frontmatter) using existing tools like polish_skill.py or skill_audit.py. Helps maintain consistency across skill repositories during audits or standardization sweeps.
Copy Editor
Content
Reviews and edits text for grammar, style, and clarity. Supports custom style guides with sensible defaults. Perfect for polishing marketing copy, articles, and documentation.
Design System Generator
Design & Creativity
Generates design system tokens (colors, typography, spacing) with structured documentation.
STREAM Decision-Making Wizard
Productivity
Interactive decision-making wizard that walks founders through a structured 6-layer analysis (epistemological, temporal, action, stakes, social, meta). Designed for high-stakes choices under uncertainty, it produces an overall score with a GO/PAUSE/NO-GO verdict and actionable next steps.
Browser Game Creation Agent
Development
Analyzes game concepts and implements them as browser-based games using KAPLAY.js for 2D or Three.js for 3D. It follows a structured workflow including bootstrapping, game design analysis, and playtesting to ensure playable mechanics and polished feel. Helps when building interactive games from scratch directly in the browser.
Skills Manager
Development
Manages agent skills: list, install, update, and uninstall skills from Git repositories. Helps when you need to add, remove, or upgrade agent capabilities for tools like Copilot or Claude at project or user scope.
Claude Code Skills Management
Development
Manages Claude Code skills for Ascend platform documentation. Uses Claude Code documentation to learn about skills, rules, and commands. Edits files in the .claude directory and favors concise, positive instructions.
Learn - Knowledge Extraction
Documentation
Extracts key insights from the current conversation and persists them to the project's knowledge base. Identifies patterns, quirks, and architectural decisions to preserve them across session boundaries. Helpful after a significant debugging session or when making important decisions to keep learnings from being lost.
Code Injection Detector
Security
Automated skill for detecting and preventing code injection vulnerabilities. Covers input validation, secure coding practices, and vulnerability detection following OWASP standards.
Performance Optimization
Development
Provides performance optimization patterns covering Core Web Vitals, React render optimization with memoization and virtualization, lazy loading and code splitting, image optimization (AVIF/WebP, responsive images), backend profiling (py-spy, React DevTools), and LLM inference optimization (vLLM, quantization). Use when aiming to improve page speed, debug slow renders, optimize bundle size, reduce image payload, profile backend performance, or deploy LLMs efficiently.
ML Server Docker Builder
Development
Builds Docker containers for ML server components (FinRL, StockMixer, etc.). Supports options like --no-cache, --push, --cpu, or building a specific model.
Semgrep Rule Creator
Security
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Includes test-first methodology, taint mode support, and validation steps. Helps when building targeted static analysis detections.