implementing-agent-skillsImplements new Agent Skills for the project. Identifies the AI coding tool (Cursor, Claude Code, Gemini CLI), ensures specification compliance, and provides specialized templates. Use when creating, authoring, or adding a new skill, or when the user asks…lint-and-fixRun make format and make lint, then fix linter violations. Use when formatting code or fixing trunk/lint issues.
explorateur de dépôts
yu-iskw · Dépôts et skills représentatifs - Page 4
Vue par dépôt de 340 skills collectés dans 49 dépôts GitHub.
record-decisionRecord an explicit decision with selectedOutcome, rationale, and a context snapshot. Use when the user confirms a choice or asks to save a precedent.search-memoryDecide when to search Kotowari memory vs search knowledge or record a decision. Use before answering from prior sessions or workspace facts.
lint-and-fixRun linters and fix violations, formatting errors, or style mismatches using Trunk. Use when code quality checks fail, before submitting PRs, or to repair "broken" linting states.test-and-fixRun unit tests and automatically fix code failures, regression bugs, or test mismatches. Use when tests are failing, after implementing new features, or to repair "broken" tests.
codeql-fixRun CodeQL security/quality analysis and fix findings. Use when the user asks to run CodeQL, security scan, static analysis, or fix CodeQL findings.google-apps-script-org-inventoryRun the Google Apps Script governance catalog CLI against a Workspace domain—ask for required scan parameters (impersonated service account, admin subject, paths, AI) before executing commands; then build, migrate SQLite, scan via domain-wide delegation,…
update-claude-mdReview what was learned during this session and surgically update CLAUDE.md and AGENTS.md to keep both current with new conventions, patterns, file paths, and workflow discoveries.problem-solvingBroadly and deeply analyze user intent (avoiding XY problems) and evaluate multiple solution approaches (default 5) with scores from 0 to 100.