Find the perfect skill
Draft Blog Social Media Posts
Content
Drafts or revises X, LinkedIn, and Bluesky social copy in a blog post's frontmatter, iterating with self-critique until it passes review. Uses the blog body as source of truth for specifics.
Exit Interview Analyzer
HR & Recruiting
Structure exit interviews, analyze patterns in departures, and generate actionable retention insights.
WordPress Presence API (experimental ref.)
Development
Awareness reference for the experimental WordPress Presence API (v0.1.x), using a dedicated table with TTL and Heartbeat. Use to avoid postmeta/options-based presence implementations.
WebF Controller Management
Development
Manage WebF controllers safely with WebFControllerManager (lifecycle, reuse, pre-render, multiple controllers).
Assess External Skill for Foundry Mirror
Development
Scores buildability of a Foundry mirror for an external skill against four mold-eval rubrics, delegating research to subagents and grading to the rubric files.
Browser Automation
Development
Automate web interactions with persistent page state. Navigate websites, fill forms, capture screenshots, and automate browser workflows.
Languages: Coding Standards
Development
Modern coding standards for strict TypeScript and Python with uv, including type safety, validation, and quality tooling.
gstack Router
Development
Router for the gstack skill suite. Sends any gstack request to the right skill (planning, review, QA, shipping, debugging, docs, security, design).
Slack Archive to SQLite
Productivity
Mirror Slack messages into a local SQLite database for persistent search and history. Find old decisions, missed discussions, and audit channel health.
Design Expert
Development
Use for HTML/CSS layout, responsive behavior, and UI styling on the NestMind site; follow the Zed-inspired design system in css/styles.css and reuse existing patterns.
gstack Skill Router
Productivity
Router for the gstack skill suite. Routes requests to the right skill (planning, review, QA, etc.) and points browser/QA tasks to /browse.
Google ADK - AI Agent Development
Development
Provides guidance for using Google's Agent Development Kit (ADK) to build AI agents. Covers installation, agent types (LLM, workflow, custom), function tools, multi-agent orchestration, callbacks, and deployment. Useful when creating Gemini agents or working with ADK-specific concepts like SequentialAgent or LoopAgent.