Find the perfect skill
Share Browser with AI Agent
Development
Enables pairing a remote AI agent with a local browser via a one-time setup key and scoped session access. Provides instructions for OpenClaw, Codex, Cursor, Claude Code, and generic HTTP.
Content Linter
Content
Lint content for spelling errors, en-GB compliance, and writing quality.
Dreamifly Batch Generation
Content
Batch-generate Dreamifly images/videos from prompt queues. Validate, estimate costs, and retry failed jobs.
Kotlin Patterns
Development
Conventions and best practices for writing clean Kotlin code, including null safety, immutability, and proper API usage.
Iron Condor Strategy
Data & AI
Analyzes iron condor credit spreads with OTM put and call spreads for range-bound trading. Collects premium from time decay and IV crush.
Corrected Captions for YouTube
Content
Suggests corrected captions for a YouTube video, compliant with WCAG 2.1 and Section 508 accessibility standards.
Keyword Research
Content
Discovers high-value keywords with search intent analysis, difficulty assessment, and content opportunity mapping for SEO/GEO strategies.
Open a GitHub pull request
Development
Open a GitHub PR from the current branch using gh, filling the repo's PR template.
Backend Application Security
Security
Secures backend applications by addressing OWASP Top 10 vulnerabilities, implementing authentication (JWT, OAuth2) and encryption (bcrypt, TLS), and configuring vulnerability scanning tools (SAST, DAST, SCA). Helps achieve compliance with frameworks like GDPR, HIPAA, PCI-DSS, and SOC2, and includes incident response procedures.
CI Fix and Rerun
DevOps
Diagnoses and fixes CI failures and re-runs GitHub Actions jobs. Use when CI fails, tests break, lint blocks, or a build fails.
Comprehensive C4 Architecture Bottom-Up
Documentation
Creates comprehensive C4 architecture documentation (Context, Container, Component, Code) by analyzing a codebase from the deepest directories upward. Uses specialized agents to document every code element before synthesizing into higher-level abstractions. Outputs all levels to a C4-Documentation/ directory, suitable for technical and non-technical stakeholders.
Pytest Mocking Strategy
Testing
Master mocking strategy for pytest: autospec vs manual mocks, AsyncMock patterns, mock builders, and what should never be mocked. Includes type-safe patterns and decision matrix.