Development
16 skills in this category.
API Documentation
API Documentation: OpenAPI/Swagger specs, Postman collections, API reference patterns, and client SDK docs
Architecture Decision Records
ADR methodology, templates, decision capture workflows, and architectural governance patterns
Clean Code
Principles and practices for writing readable, maintainable, and testable code
Code Review
Systematic code review methodology, PR checklist, feedback techniques, and review automation patterns
Debugging Mastery
Structured debugging methodology, root cause analysis, logging strategies, and troubleshooting workflows
Dependency Management
Version pinning, vulnerability scanning, monorepo patterns, and upgrade workflows
Documentation Generation
Effective technical documentation strategies, API docs, README patterns, and doc generation workflows
Git Workflow
Git best practices, branching strategies, commit conventions, and code review patterns
HyperFrames — Video Composition Authoring
Create, compose, animate, and render HTML-based video compositions using HyperFrames — an open-source video rendering framework built for AI agents. Covers composition authoring with data attributes, GSAP timelines, caption/subtitle generation, text-to-speech narration, audio-reactive animations, scene transitions, variable-driven parametrized renders, and the full video production workflow.
HyperFrames CLI — Dev Loop
HyperFrames CLI dev loop — project scaffolding, validation (lint/inspect), browser preview with live reload, MP4/WebM rendering, and environment troubleshooting (doctor, browser, info, upgrade). Use when running any npx hyperframes command or troubleshooting the build/render environment. For composition authoring see the hyperframes skill; for asset preprocessing (tts, transcribe, remove-background) see the hyperframes-media skill.
HyperFrames Media Preprocessing
Asset preprocessing for HyperFrames compositions — local text-to-speech narration (Kokoro-82M, no API key), audio/video transcription (Whisper), and background removal for transparent overlays (u2net). Use when generating voiceover from text, transcribing speech for captions, removing background from video/images, choosing TTS voices or whisper models, or chaining TTS -> transcribe -> captions. Each command downloads its own model on first run.
Knowledge Base Creation
Knowledge Base Creation: Searchable wikis, internal documentation portals, knowledge management systems
Markdown Mastery
Markdown Mastery: Advanced markdown, Mermaid diagrams, GitHub-flavored markdown, formatting patterns
Refactoring Patterns
Systematic refactoring techniques, code smell elimination, pattern extraction, and legacy modernization
Technical Writing Mastery
Technical Writing Mastery: SOPs, user manuals, guides, release notes, and professional technical documentation
Testing Strategies
Comprehensive testing strategy covering unit, integration, e2e, property-based, and mutation testing with practical patterns