- 43 skills
- 0 followers
- 2 days ago last updated
- ▌ Apply Frontend Typescript Standards · willyu1007 bundleApply frontend TypeScript standards for safety and maintainability (strict typing, props DTOs, safe utilities, no implicit any).
- ▌ Generate Skills From Knowledge · willyu1007 bundleTurn one or more knowledge documents into a provider-agnostic Agent Skills bundle (SKILL.md + examples/templates), using a plan -> apply -> lint workflow.
- ▌ Initialize Project From Requirements · willyu1007 bundleUse 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.
- ▌ Redis Guardrails And Playbooks · willyu1007 bundleProvide Redis design/operation guardrails and scenario playbooks to prevent common mistakes (keys, TTL, memory, cluster, locks, rate limits).
- ▌ Apply Backend Service Guidelines · willyu1007 bundleApply cross-cutting backend service patterns across routing, services, repositories, validation, configuration, errors, and tests.
- ▌ Map Route Changes For Testing · willyu1007 bundleMap changed API routes into a testable inventory (method, path, request/response shapes, valid/invalid payloads) to drive smoke testing.
- ▌ Land Skills Into Repo · willyu1007 bundleInstall or update an Agent Skills bundle into a repository SSOT (.ai/skills/).
- ▌ Build Service And Repository Layers · willyu1007 bundleBuild backend service and repository layers to isolate business logic from persistence and improve testability.
- ▌ Organize Frontend Codebase · willyu1007 bundleOrganize a frontend codebase by feature/module with clear public exports, predictable naming, and minimal cross-feature coupling.
- ▌ Resolve Typescript Build Errors · willyu1007 bundleResolve TypeScript compilation errors by grouping diagnostics, fixing root causes first, applying safe fix patterns, and verifying via a clean compile.
- ▌ Optimize Frontend Performance · willyu1007 bundleOptimize frontend performance through measurement-driven improvements (render optimization, code splitting, caching, virtualization).
- ▌ Smoke Test Authenticated API Routes · willyu1007 bundleCreate a minimal smoke-test plan for authenticated API routes (happy path, one negative case, and persistence checks).
- ▌ Implement Backend Routing And Controllers · willyu1007 bundleImplement or refactor backend HTTP routing and controllers using a layered pattern (routes delegate, controllers validate and call services).
- ▌ Instrument Backend Observability · willyu1007 bundleInstrument backend services with logging, error tracking, metrics, and tracing to diagnose failures and performance issues.
- ▌ Author Developer Documentation · willyu1007 bundleAuthor or update developer documentation with progressive disclosure, explicit requirements, examples/templates, and actionable verification steps.
- ▌ Project Orchestrator · willyu1007Project-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.
- ▌ Perform Web Research · willyu1007 bundlePerform targeted web research by defining the question, prioritizing primary sources, capturing evidence in a table, and producing a cited, decision-oriented summary.
- ▌ Review Code Architecture · willyu1007 bundleReview code changes for architectural consistency, correctness risks, security/performance concerns, and verification gaps; produce a prioritized, actionable review report.
- ▌ Handle Backend Async Errors · willyu1007 bundleHandle async/await and error propagation in backend services with consistent error types, wrappers, and response mapping.
- ▌ Validate Backend Inputs · willyu1007 bundleValidate backend HTTP inputs (params, query, body) with schemas and return consistent 4xx errors for invalid requests.
- ▌ Project Status Reporter · willyu1007 bundleRead-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.
- ▌ Manage Backend Configuration · willyu1007 bundleManage backend configuration safely with typed, validated settings and clear separation between defaults and secrets.
- ▌ Build Backend Middleware · willyu1007 bundleDesign and implement backend middleware (auth, validation, logging, rate limits, error boundaries) with predictable ordering and behavior.
- ▌ Implement Frontend Routing · willyu1007 bundleImplement frontend routing with predictable route definitions, lazy loading, nested layouts, and error/404 handling.
- ▌ Test Authenticated Routes · willyu1007 bundleExecute and record end-to-end smoke tests for authenticated API routes with sanitized evidence, side-effect verification, and a lightweight implementation review.
- ▌ Sync DB Schema From Code · willyu1007 bundleApply 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).
- ▌ Apply Backend Database Patterns · willyu1007 bundleApply safe and maintainable backend database patterns (transactions, pagination, soft deletes, query optimization, data consistency).
- ▌ Debug Authenticated Routes · willyu1007 bundleDebug 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.
- ▌ Fix Frontend Runtime Errors · willyu1007 bundleFix frontend runtime errors (console exceptions, blank screens) by capturing repro steps and diagnostics, applying a minimal targeted fix, and verifying user-visible behavior.
- ▌ LLM Engineering · willyu1007 bundleEntry 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.
- ▌ Plan Maker · willyu1007 bundleCreate 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).
- ▌ Code Review Standards · willyu1007Apply consistent code review standards - covers review scope, feedback quality, approval criteria, and common review patterns.
- ▌ Git Commit Conventions · willyu1007Apply consistent Git conventions for commits, branches, and pull requests - covers commit message format, branch naming, and PR best practices.
- ▌ Fetch Frontend Data · willyu1007 bundleFetch and mutate frontend data with a consistent cache strategy (query keys, invalidation, suspense/loading, error handling, optimistic updates).
- ▌ Documentation Guidelines · willyu1007Apply LLM-first documentation standards when writing or reviewing docs - covers structure, semantic precision, token efficiency, and verification.
- ▌ Project Sync Lint · willyu1007 bundleProject 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.
- ▌ Test Backend Services · willyu1007 bundleDesign and implement backend tests (unit, integration) for services and HTTP endpoints with clear acceptance criteria.
- ▌ Execute Code Refactor · willyu1007 bundleExecute dependency-aware code refactors (moves, extraction, import rewrites) incrementally with approval gates, rollback points, and continuous verification.
- ▌ Debug Mode · willyu1007 bundleEvidence-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.
- ▌ Ideas Lifecycle · willyu1007Retrieve 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.
- ▌ Ideas Governance · willyu1007Govern 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.
- ▌ Naming Conventions · willyu1007Apply 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/).
- ▌ Agent Builder · willyu1007 bundleBuild 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.