Find the perfect skill
Deploy n8n test instances with Nathan
Testing
Deploy temporary n8n test instances from a branch or Docker image using the internal Nathan bot, offered after PRs or on request.
Meeting Insights Analyzer
Data & AI
Analyzes meeting transcripts to extract action items, decisions, topics, sentiment, and generate summaries. Useful for meeting notes and collaboration tools.
OpenLark Code Standards Checker
Development
Audits code consistency in OpenLark projects: architecture, API patterns, parameter validation, naming, and exports. Outputs actionable checklists with evidence (path:line) and risk levels, ideal for PR reviews or before adding a new API.
Run skill-improver on a skill
Development
Dispatches the skill-improver agent to propose evidence-cited edits to a genealogy skill's SKILL.md based on its latest eval run log. Report-only; a human applies the edits.
Create an Agent Skill
Development
Guide for creating a structured agent skill with SKILL.md, references, and best practices.
Writing Implementation Plans
Development
Converts design specifications into detailed, executable task lists with TDD workflow. Ensures each step is micro-sized, atomic commits, and no placeholders.
Home Assistant Quality Scale Rule Verification
Testing
Verifies if a Home Assistant integration complies with a specific quality scale rule (e.g., config-flow, unique-id). Analyzes code, fetches rule docs, and reports issues.
Diagnosing Bugs
Development
A disciplined workflow for diagnosing hard bugs and performance regressions, centered on building a tight feedback loop. Use when something is broken, throwing, failing, or slow.
API Versioning Strategy
Development
API versioning strategy that doesn't break clients: Stripe's date-based pinned versions, Deprecation/Sunset headers, URI vs header vs media-type approaches, and version-transformer pattern.
Re-pitch and clarify
Productivity
Ask the model to re-pitch its last message with more context and Simplified Technical English.
Security Scanning and Hardening
Security
Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.
Logging System Guide
Development
Complete guide for robust logging: application logs, scripts, error monitoring, and request logs.