Find the perfect skill
Generate a quick visual mockup of an app screen
Development
Create a static self-contained HTML mockup using DESIGN.md tokens, mobile-first, published via the Artifact tool.
Claude Code Skills Management
Development
Manages Claude Code skills for Ascend platform documentation. Uses Claude Code documentation to learn about skills, rules, and commands. Edits files in the .claude directory and favors concise, positive instructions.
Systematic Debugging & Root Cause Analysis
Development
Structured debugging process with four phases: investigate, analyze, hypothesize, implement. Enforces root cause investigation before any fix.
Shizuku Task Runner
Development
Use task commands for building, running, linting, and testing the Shizuku application. This skill ensures consistent use of the project's build system (taskfile.dev) instead of direct Go invocations, preventing build errors and enforcing project standards.
Update Pull Request
Development
Update an existing pull request with new changes, sync with base branch, and refresh its description.
Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and verification.
Grilling with Docs
Development
A relentless interview to sharpen a plan or design, creating ADR and glossary documents along the way.
PR Description Generator
Development
Generates thorough pull request descriptions by analyzing git diffs, commit history, and related files. Helps when creating or updating PRs, especially to produce reviewer-friendly summaries, change lists, and testing notes.
CodeFlow – Codebase Architecture Visualization
Development
Turn any GitHub repo, local folder, PR, or markdown vault into an interactive architecture map. Analyze dependency graphs, blast radius, code ownership, and health score.
PostgreSQL Patterns
Development
Quick reference for PostgreSQL best practices covering query optimization, schema design, indexing, and Row Level Security.
Scaffold AgentKit assets
Development
Scaffold skills, commands, agents, or rules with proper frontmatter and location.
Swux: Agentic Coding Orchestrator
Development
Open-source, pluggable agentic coding orchestrator. Manages durable coding agents (Claude Code, Codex, OpenCode) with automatic feedback loops for PR reviews and CI failures.