Find the perfect skill
LaTeX Implementation
Development
Implements LaTeX documents by delegating to a specialized subagent according to a pre-defined plan. Automatically updates task status, links artifacts, and commits changes after the subagent completes. Best used for creating or modifying LaTeX-based papers, reports, or documents.
Python Dependency Manager
Development
This skill manages Python dependencies using uv. It checks installed and outdated packages, updates dependencies safely (with test verification), adds or removes packages, and audits for security vulnerabilities. It enforces rules like never removing a dependency without checking usage and always running tests after changes.
VCF (VC Finish) - Alias
Productivity
Direct alias for vc-phase-loop. When invoked via 'vcf:' or 'use vcf:', this skill seamlessly delegates to vc-phase-loop for fully automated execution.
Skill Maker
Development
Create, validate, and maintain Claude Code Agent Skills following the agentskills.io specification. Provides templates, frontmatter guidelines, and step-by-step instructions for building focused, discoverable skills. Use when adding a new skill, improving SKILL.md files, debugging skill discovery, or asking about skill best practices.
Agentuity Project List
Development
Lists all projects using the Agentuity CLI. Outputs results in human-readable or JSON format. Use it to view or enumerate existing projects.
Instantly Enterprise RBAC Configuration
Security
Configure SSO authentication, role-based access control, and organization management for Instantly. Integrate SAML/OIDC with automatic role mapping.
Social Feed Persona Registry Manager
Content
Lists all AI personas from your social feed registry, grouped by type (publishers, editors, social). Supports filtering by type, showing inactive personas, or viewing full bios with the --detailed flag.
Notes Processor with LNO Framework
Productivity
Processes and organizes notes.md files by applying the LNO (Leverage/Neutral/Overhead) framework to categorize tasks based on ROI potential. Helps update daily task lists, carry forward incomplete items, and sync action items from brain-specific notes.
NeuroScript Standard Library Catalog
Data & AI
Catalogs all primitive and composite NeuroScript neurons with signatures, shapes, parameters, and categories. Use it to look up available neurons, check signatures, or decide which neuron to use. Includes a decision tree and references to composite library files.
Observability Specialist
DevOps
Use this skill to configure monitoring, logging, distributed tracing, and alerting for applications and infrastructure. It helps implement structured JSON logging, track Golden Signals (latency, traffic, errors, saturation) with Prometheus-style metrics, and set up distributed tracing via OpenTelemetry. Ideal for debugging production issues, creating dashboards, and defining meaningful alerts.
Three.js Game Development
Development
Provides guidance for building interactive 3D games in the browser using Three.js, WebGL, and related tools. Covers everything from basic setup and rendering to game mechanics like player movement, collisions, and physics integration. Helpful for developers creating 3D web games with cameras, lighting, models, and animations.
Add API Route
Development
Creates a new Next.js API route with TypeScript types, Zod input validation, and proper error handling. Supports optional rate limiting with Arcjet and authentication with Clerk for protected endpoints.