Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
frame
Multi-perspective investigation. Recommends analytical lenses or assembles a team to analyze from selected viewpoints when the right framework is absent, producing a framed inquiry. Type: (FrameworkAbsent, AI, SELECT, Inquiry) → FramedInquiry. Alias: Prothesis(πρόθεσις).
jongwony/epistemic-protocols 87
-
grasp
Achieve certain comprehension after AI work. Verifies understanding when results remain ungrasped, producing verified understanding. Type: (ResultUngrasped, User, VERIFY, Result) → VerifiedUnderstanding. Alias: Katalepsis(κατάληψις).
jongwony/epistemic-protocols 87
-
goal
Co-construct defined goals from vague intent. Builds a GoalContract when neither party has a clear end state. Type: (GoalIndeterminate, AI, CO-CONSTRUCT, VagueGoal) → DefinedEndState. Alias: Telos(τέλος).
jongwony/epistemic-protocols 87
-
ground
Validate structural mapping between abstract and concrete domains. Constructs domain correspondences and presents concrete instantiations when mapping uncertainty is detected, producing validated mapping. Type: (MappingUncertain, AI, GROUND, R) → ValidatedMapping. Alias: Analogia(ἀναλογία).
jongwony/epistemic-protocols 87
-
catalog
Protocol handbook — instant reference for when to use each epistemic protocol.
jongwony/epistemic-protocols 87
-
compose
Protocol composition authoring assistant — build composition SKILL.md files from protocol Lego blocks. Validates chains against graph.json, analyzes gate dispositions via the 3-axis model, and generates pipeline templates. Use when the user asks to 'compose protocols', 'create composition skill', 'build protocol chain', 'combine protocols', or wants to author a composition workflow like /review.
jongwony/epistemic-protocols 87
-
dashboard
Comprehensive usage analytics and epistemic coverage dashboard across all sessions.
jongwony/epistemic-protocols 87
-
report
Generate Growth Map (epistemic profile + insights integration) from session patterns and workflow data.
jongwony/epistemic-protocols 87
-
onboard
Quick protocol recommendation from recent sessions, or quest-based learning through scenario, trial, and quiz.
jongwony/epistemic-protocols 87
-
inquire
Infer context insufficiency before execution. Surfaces uncertainties through information-gain prioritized inquiry when AI infers areas of context insufficiency, producing informed execution. Type: (ContextInsufficient, AI, INQUIRE, Prospect) → InformedExecution. Alias: Aitesis(αἴτησις).
jongwony/epistemic-protocols 87
-
e2e-testing
Playwright E2E testing — Page Object Model, configuration, flaky test strategies, and CI/CD integration. Use when writing, debugging, or configuring E2E tests.
xbklairith/kisune 1
-
brainstorming
Collaborative refinement of rough ideas into clear requirements/designs through systematic questioning. Use when requirements are vague or exploring architectural options.
xbklairith/kisune 1
-
agentic-engineering
Operate as an agentic engineer — eval-first execution, task decomposition, cost-aware model routing (Haiku/Sonnet/Opus). Use when setting up AI-assisted workflows or optimizing model routing.
xbklairith/kisune 1
-
test-driven-development
Strict RED-GREEN-REFACTOR enforcement with no exceptions. Use when implementing features or fixing bugs. No production code without a failing test first.
xbklairith/kisune 1
-
api-design
REST API design patterns — resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting. Use when designing, reviewing, or documenting API endpoints.
xbklairith/kisune 1
-
spec-driven-planning
MANDATORY planning — creates specs in docx/features/ with EARS requirements and technical design. MUST activate instead of ad-hoc planning for any new feature.
xbklairith/kisune 1
-
review
25-point code quality checklist covering structure, errors, security, performance, and testing. Use before commits or when reviewing code.
xbklairith/kisune 1
-
eval-harness
Eval-driven development (EDD) — define pass/fail criteria before coding, measure with pass@k metrics. Use when defining completion criteria or measuring agent reliability.
xbklairith/kisune 1
-
database-migrations
Safe database schema changes — zero-downtime migrations, expand-contract pattern, and rollback strategies. Use when altering database tables, adding columns, or running schema changes.
xbklairith/kisune 1
-
documentation
Generate function docs, API specs, architecture diagrams (Mermaid), READMEs, and code explanations. Use when documenting code or APIs.
xbklairith/kisune 1
-
skill-maker
Create and edit Claude Code skills with TDD methodology. Use when creating or editing skills. Test with subagents before deployment, iterate until bulletproof.
xbklairith/kisune 1
-
security-review
OWASP Top 10 vulnerability detection. Use PROACTIVELY for code handling user input, auth, APIs, payments, or sensitive data.
xbklairith/kisune 1
-
frontend-design
Production-grade frontend interfaces with high design quality. Use when building web components, pages, or UI applications.
xbklairith/kisune 1
-
deployment-patterns
CI/CD pipelines, deployment strategies (rolling, blue-green, canary), health checks, and rollback strategies. Use when setting up CI/CD or preparing production releases.
xbklairith/kisune 1