Find the perfect skill
Do Workflow
Development
Executes a task end-to-end: research, implement, CI, PR, and ship. Mostly autonomous with optional review pause.
Dashboard Design
Development
Design effective dashboards with clear layouts, KPI displays, data grids, and real-time updates. Covers dashboard patterns, information hierarchy, responsive grids, and admin panel layouts.
Python dependency management with uv
Development
Manage Python dependencies, lock files, and project environments using uv.
DOCX Creation, Editing, and Analysis
Development
Provides workflows for creating, editing, and analyzing .docx files using pandoc, docx-js, Python scripts, and OOXML introspection.
Write xmris documentation pages
Documentation
Create or edit xmris doc pages (tutorials, explanations, guides) in MyST format, with style rules and automated checks.
Fix Broken Links
Development
Automates fixing broken links reported by the daily link checker, applying the right strategy and opening an auditable PR.
Kubernetes CRD Management in Rust
Development
A skill set for managing Kubernetes CRDs with Rust, including sync, CRD generation, and documentation.
DAO Governance Attacks
Security
Analysis of DAO governance attacks: flash-loan vote manipulation, delegation hijack, quorum dilution, proposal spam, time-lock bypass, etc.
View Jira Ticket Details
Development
Fetch detailed information about a Jira ticket (summary, description, status, priority, assignee, dates, linked issues). Use this skill when the user mentions a ticket key or wants to understand requirements before starting work.
Project Documentation Lookup
Documentation
Find project information in the docs/ folder. Use when you need context about the project state, how to run crawlers, deployment steps, research plans, or any operational detail.
TDD Development with Architectural Constraints
Development
Implements features using Test-Driven Development while enforcing architectural constraints from context files such as tech-stack.md, source-tree.md, and dependencies.md. Automatically invokes the architecture skill if context files are missing. Helps when working on user stories or building features that must comply with predefined architecture.
QA Verification
Testing
Verify that code changes are correct, safe, and ready to ship. Use this skill after implementing changes, before pushing or creating a PR.