Find the perfect skill
Architectural Code Review
Development
Performs a rigorous architectural code review including ADR compliance, test coverage, architectural patterns, and security analysis. Outputs a structured review document with APPROVED/REDIRECT/BLOCKED status. Helpful for ensuring changes align with architectural decisions and quality standards.
Install Obelisk CLI and Agent Skill
Development
Install the official Obelisk CLI and then install the Obelisk agent skill. Use for initial setup or repair when the 'obelisk' command is missing.
Domain-Driven Design Strategic Guide
Development
Strategic DDD guide for splitting the domain into bounded contexts, defining ubiquitous language, and creating business modules. Tactical patterns follow Clean Architecture.
GitHub PR Context
Development
Retrieves comprehensive context about GitHub Pull Requests including metadata, file changes, and code diffs. This helps understand PR scope and changes before reviewing, plan subagent task delegation based on changed files, and check merge readiness such as merge conflicts and CI state.
JARVIS Packetize
Development
Turn a plain-English request into a bounded JARVIS work packet (intent, risk, owner gates, allowed files, verification, rollback) without executing anything.
Kubernetes Security Policies
Security
This skill covers implementing Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use it to enforce network segmentation, configure pod security standards, or set up least-privilege access controls.
Podcast Show Notes & Transcription Assistant
Content
Generates timestamped show notes, key takeaways, and formatted transcripts from podcast episodes. Use for podcast summaries, timestamps, and repurposing content.
Keyboard Navigation Tester
Testing
Automated assistance for testing keyboard navigation in frontend applications. Covers React, Vue, CSS, and accessibility.
Perplexity Rate Limits
Development
Implement rate limit handling, exponential backoff with retries, and idempotency for Perplexity API.
Content Linter
Content
Check markdown files for spelling errors, British English compliance, and writing quality before publication.
FSE Empirical Evaluation Audit
Data & AI
Design or audit empirical evaluations for ESEC/FSE, covering real subjects, fair baselines, SE statistics, mixed-methods rigor, and LLM contamination.
Embedding Strategies for Vector Search
Data & AI
Guide to selecting and optimizing embedding models for vector search applications, including model comparison and code templates.