Find the perfect skill
Create AdaL Skill
Productivity
Guide users through creating AdaL skills by clarifying the skill type and scaffolding the appropriate directory structure and SKILL.md file.
Next.js BFF with Route Handlers
Development
Implement a Backend for Frontend (BFF) layer using Next.js Route Handlers to aggregate multiple upstream APIs, hide credentials, and normalize responses for the UI. It explicitly applies validation, caching strategies (no-store or revalidate), and tenant isolation. Use it when you need to consolidate backend calls and enforce per-tenant data separation.
Push Hubitat Groovy
Development
Push a local Groovy file to a Hubitat hub, compile it, and report the compile status. It identifies the file type (app or driver), extracts the name, finds or creates the entity on the hub, updates the code, and lists devices or apps using it.
Prepare Changelog for Release
Documentation
Updates the CHANGELOG.md file by replacing the [Unreleased] section with the current plugin version and date, then adds a new empty [Unreleased] section. Use when finalizing a release to prepare the changelog entries.
Benchling R&D Platform Integration
Data & AI
Access and automate Benchling R&D platform operations including registry entities (DNA, proteins), inventory, ELN entries, workflows, and data warehouse queries via Python SDK and REST API. Useful for automating lab data management, building Benchling Apps, and integrating with external systems.
SEO Content Writer
Content
Writes SEO-optimized content based on keywords and topic briefs, following best practices for structure and readability. Useful when creating comprehensive articles, blog posts, or web copy that needs to rank well and engage readers.
FakePeekskill - Fake Quantum Backend
Development
Simulates a 27-qubit quantum processor for testing quantum programs without real hardware. Useful for developing and debugging quantum circuits in a local environment.
D2 Diagram Generator
Documentation
Generates diagrams using the D2 diagramming language. Supports various diagram types including UML class diagrams, SQL tables, containers, and custom shapes. Useful when users need to create technical diagrams programmatically, especially for architecture, database schemas, or flowcharts.
Build, Commit and Push
Development
Runs npm run build to compile and check for errors (TypeScript, ESLint, etc.). Only after a successful build creates separate commits grouped by purpose (features, fixes, refactoring) and pushes them to GitHub. Helps maintain a clean commit history and prevents mixing unrelated changes.
Fix Broken Vault Links
Content
Scans an Obsidian vault for broken wikilinks, categorizes them by type (missing notes, typos, case mismatches, moved notes), and offers automatic or manual fixes. Helps maintain link integrity and avoid dead references.
Fireflies Audio Upload
Data & AI
Upload audio or video files (MP3, WAV, M4A, MP4, MOV, WEBM) to Fireflies for transcription. Supports options like title, language, and a webhook URL for completion notification.
Research Missing AS Entry
Data & AI
Investigates BGP announcements, prefix ownership, and AS paths to identify the organization and country for an AS missing from overlay.json. It helps when an AS has active BGP prefixes but no published metadata, enabling accurate network attribution.