.AI

.AI from willyu1007/Template-Skill-Basic.

by @willyu1007 42 skills

Skills in this plugin

42
  1. Debug Mode · willyu1007 bundle
    Evidence-driven debugging loop with mandatory instrumentation + fix approvals, run_id-tagged logs, default 3-pass verification for flaky issues, and guaranteed cleanup of debug-only instrumentation.
    0 installs
  2. Ideas Lifecycle · willyu1007
    Retrieve and review deferred ideas from `.ai/project/ideas/ideas.yaml` without writing files. Use when the user asks to list, filter, summarize, prioritize, or re-evaluate recorded ideas and decide which ones are still valid.
    0 installs
  3. Ideas Governance · willyu1007
    Govern the deferred ideas ledger at `.ai/project/ideas/ideas.yaml`. Use when the user asks to persist a new "not-now-but-later" idea, edit idea fields, change status, or mark ideas implemented/invalidated/stale. This skill is the only writer for the ideas ledger.
    0 installs
  4. Naming Conventions · willyu1007
    Apply consistent naming conventions for directories, files, and identifiers - covers kebab-case rules, SSOT layout, skill naming standards, and script-generated file paths (including temporary files under .ai/.tmp/).
    0 installs
  5. Agent Builder · willyu1007 bundle
    Build a complete, production-embedded Agent module for a real feature request (API + optional worker/sdk/cron/pipeline), including blueprint, scaffolded runtime, prompt pack, docs, and registry entry. Enforces explicit user approvals, no-secrets-in-repo, fixed API route names (run/health), and conversation/memory strategy decisions.
    0 installs
  6. LLM Engineering · willyu1007 bundle
    Entry workflow for LLM engineering tasks (provider integration, calling wrapper, routing profiles, prompt templates, cost/telemetry, credentials/config keys). Routes to one procedure and enforces required verification.
    0 installs
  7. Plan Maker · willyu1007 bundle
    Create a goal-aligned macro-level roadmap artifact (dev-docs/active/<task>/roadmap.md) by asking clarifying questions and recording assumptions; planning only (no code changes).
    0 installs
  8. Code Review Standards · willyu1007
    Apply consistent code review standards - covers review scope, feedback quality, approval criteria, and common review patterns.
    0 installs
  9. Git Commit Conventions · willyu1007
    Apply consistent Git conventions for commits, branches, and pull requests - covers commit message format, branch naming, and PR best practices.
    0 installs
  10. Fetch Frontend Data · willyu1007 bundle
    Fetch and mutate frontend data with a consistent cache strategy (query keys, invalidation, suspense/loading, error handling, optimistic updates).
    0 installs
  11. Documentation Guidelines · willyu1007
    Apply LLM-first documentation standards when writing or reviewing docs - covers structure, semantic precision, token efficiency, and verification.
    0 installs
  12. Project Sync Lint · willyu1007 bundle
    Project hub synchronizer and validator. Scans the repo (including multiple dev-docs roots), validates project/task metadata against the Project Contract, and can repair drift by generating missing task identity meta (.ai-task.yaml) and regenerating derived views under .ai/project/<project>/. Works in check-only mode for CI and apply mode for manual repair.
    0 installs
  13. Test Backend Services · willyu1007 bundle
    Design and implement backend tests (unit, integration) for services and HTTP endpoints with clear acceptance criteria.
    0 installs
  14. Execute Code Refactor · willyu1007 bundle
    Execute dependency-aware code refactors (moves, extraction, import rewrites) incrementally with approval gates, rollback points, and continuous verification.
    0 installs
  15. Project Orchestrator · willyu1007
    Project-level orchestrator for intake and continuity. Turns a new/ongoing request into a governance decision (reuse vs new task, mapping to Milestone/Feature/Requirement) and keeps the project hub consistent (registry/changelog/derived views). Focuses on planning and coordination, not product code changes.
    0 installs
  16. Perform Web Research · willyu1007 bundle
    Perform targeted web research by defining the question, prioritizing primary sources, capturing evidence in a table, and producing a cited, decision-oriented summary.
    0 installs
  17. Review Code Architecture · willyu1007 bundle
    Review code changes for architectural consistency, correctness risks, security/performance concerns, and verification gaps; produce a prioritized, actionable review report.
    0 installs
  18. Handle Backend Async Errors · willyu1007 bundle
    Handle async/await and error propagation in backend services with consistent error types, wrappers, and response mapping.
    0 installs
  19. Validate Backend Inputs · willyu1007 bundle
    Validate backend HTTP inputs (params, query, body) with schemas and return consistent 4xx errors for invalid requests.
    0 installs
  20. Project Status Reporter · willyu1007 bundle
    Read-only progress reporter. Produces a structured status snapshot from existing project/task artifacts (project hub + dev-docs) and includes an actionable next command; never modifies repo files.
    0 installs
  21. Manage Backend Configuration · willyu1007 bundle
    Manage backend configuration safely with typed, validated settings and clear separation between defaults and secrets.
    0 installs
  22. Build Backend Middleware · willyu1007 bundle
    Design and implement backend middleware (auth, validation, logging, rate limits, error boundaries) with predictable ordering and behavior.
    0 installs
  23. Implement Frontend Routing · willyu1007 bundle
    Implement frontend routing with predictable route definitions, lazy loading, nested layouts, and error/404 handling.
    0 installs
  24. Test Authenticated Routes · willyu1007 bundle
    Execute and record end-to-end smoke tests for authenticated API routes with sanitized evidence, side-effect verification, and a lightweight implementation review.
    0 installs
  25. Sync DB Schema From Code · willyu1007 bundle
    Apply schema changes from repo SSOT (prisma/schema.prisma) to a target DB via Prisma migrations, with diff preview + approval gate; then refresh LLM context (docs/context/db/schema.json).
    0 installs
  26. Apply Backend Database Patterns · willyu1007 bundle
    Apply safe and maintainable backend database patterns (transactions, pagination, soft deletes, query optimization, data consistency).
    0 installs
  27. Debug Authenticated Routes · willyu1007 bundle
    Debug authenticated API route failures (401/403/404) by capturing a reproducible request, tracing auth and routing layers, applying minimal fixes with approval gates, and verifying with negative tests.
    0 installs
  28. Fix Frontend Runtime Errors · willyu1007 bundle
    Fix frontend runtime errors (console exceptions, blank screens) by capturing repro steps and diagnostics, applying a minimal targeted fix, and verifying user-visible behavior.
    0 installs
  29. Redis Guardrails And Playbooks · willyu1007 bundle
    Provide Redis design/operation guardrails and scenario playbooks to prevent common mistakes (keys, TTL, memory, cluster, locks, rate limits).
    0 installs
  30. Apply Backend Service Guidelines · willyu1007 bundle
    Apply cross-cutting backend service patterns across routing, services, repositories, validation, configuration, errors, and tests.
    0 installs
  31. Map Route Changes For Testing · willyu1007 bundle
    Map changed API routes into a testable inventory (method, path, request/response shapes, valid/invalid payloads) to drive smoke testing.
    0 installs
  32. Land Skills Into Repo · willyu1007 bundle
    Install or update an Agent Skills bundle into a repository SSOT (.ai/skills/).
    0 installs
  33. Build Service And Repository Layers · willyu1007 bundle
    Build backend service and repository layers to isolate business logic from persistence and improve testability.
    0 installs
  34. Organize Frontend Codebase · willyu1007 bundle
    Organize a frontend codebase by feature/module with clear public exports, predictable naming, and minimal cross-feature coupling.
    0 installs
  35. Resolve Typescript Build Errors · willyu1007 bundle
    Resolve TypeScript compilation errors by grouping diagnostics, fixing root causes first, applying safe fix patterns, and verifying via a clean compile.
    0 installs
  36. Optimize Frontend Performance · willyu1007 bundle
    Optimize frontend performance through measurement-driven improvements (render optimization, code splitting, caching, virtualization).
    0 installs
  37. Smoke Test Authenticated API Routes · willyu1007 bundle
    Create a minimal smoke-test plan for authenticated API routes (happy path, one negative case, and persistence checks).
    0 installs
  38. Implement Backend Routing And Controllers · willyu1007 bundle
    Implement or refactor backend HTTP routing and controllers using a layered pattern (routes delegate, controllers validate and call services).
    0 installs
  39. Instrument Backend Observability · willyu1007 bundle
    Instrument backend services with logging, error tracking, metrics, and tracing to diagnose failures and performance issues.
    0 installs
  40. Author Developer Documentation · willyu1007 bundle
    Author or update developer documentation with progressive disclosure, explicit requirements, examples/templates, and actionable verification steps.
    0 installs
  41. Apply Frontend Typescript Standards · willyu1007 bundle
    Apply frontend TypeScript standards for safety and maintainability (strict typing, props DTOs, safe utilities, no implicit any).
    0 installs
  42. Generate Skills From Knowledge · willyu1007 bundle
    Turn one or more knowledge documents into a provider-agnostic Agent Skills bundle (SKILL.md + examples/templates), using a plan -> apply -> lint workflow.
    0 installs