← all publishers

willyu1007

@willyu1007 source repo

)}

43 published skills

  1. 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
  2. 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
  3. Initialize Project From Requirements · willyu1007 bundle
    Use only in repos that still include the `init/` bootstrap kit to produce Stage A/B/C artifacts, update skill pack selection, and sync provider skill wrappers.
    0
    installs
  4. 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
  5. Apply Backend Service Guidelines · willyu1007 bundle
    Apply cross-cutting backend service patterns across routing, services, repositories, validation, configuration, errors, and tests.
    0
    installs
  6. 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
  7. Land Skills Into Repo · willyu1007 bundle
    Install or update an Agent Skills bundle into a repository SSOT (.ai/skills/).
    0
    installs
  8. Build Service And Repository Layers · willyu1007 bundle
    Build backend service and repository layers to isolate business logic from persistence and improve testability.
    0
    installs
  9. 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
  10. 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
  11. Optimize Frontend Performance · willyu1007 bundle
    Optimize frontend performance through measurement-driven improvements (render optimization, code splitting, caching, virtualization).
    0
    installs
  12. 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
  13. 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
  14. Instrument Backend Observability · willyu1007 bundle
    Instrument backend services with logging, error tracking, metrics, and tracing to diagnose failures and performance issues.
    0
    installs
  15. Author Developer Documentation · willyu1007 bundle
    Author or update developer documentation with progressive disclosure, explicit requirements, examples/templates, and actionable verification steps.
    0
    installs
  16. 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
  17. 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
  18. 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
  19. 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
  20. Validate Backend Inputs · willyu1007 bundle
    Validate backend HTTP inputs (params, query, body) with schemas and return consistent 4xx errors for invalid requests.
    0
    installs
  21. 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
  22. Manage Backend Configuration · willyu1007 bundle
    Manage backend configuration safely with typed, validated settings and clear separation between defaults and secrets.
    0
    installs
  23. Build Backend Middleware · willyu1007 bundle
    Design and implement backend middleware (auth, validation, logging, rate limits, error boundaries) with predictable ordering and behavior.
    0
    installs
  24. Implement Frontend Routing · willyu1007 bundle
    Implement frontend routing with predictable route definitions, lazy loading, nested layouts, and error/404 handling.
    0
    installs
  25. 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
  26. 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
  27. Apply Backend Database Patterns · willyu1007 bundle
    Apply safe and maintainable backend database patterns (transactions, pagination, soft deletes, query optimization, data consistency).
    0
    installs
  28. 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
  29. 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
  30. 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
  31. 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
  32. Code Review Standards · willyu1007
    Apply consistent code review standards - covers review scope, feedback quality, approval criteria, and common review patterns.
    0
    installs
  33. 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
  34. 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
  35. Documentation Guidelines · willyu1007
    Apply LLM-first documentation standards when writing or reviewing docs - covers structure, semantic precision, token efficiency, and verification.
    0
    installs
  36. 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
  37. Test Backend Services · willyu1007 bundle
    Design and implement backend tests (unit, integration) for services and HTTP endpoints with clear acceptance criteria.
    0
    installs
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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