← all publishers

kenlck

@kenlck source repo

36 published skills

  1. Grill With Docs · kenlck bundle
    Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
    0
    installs
  2. Sdd · kenlck bundle
    Deliver one tracker work package labeled `ready-for-seo-agent` through acceptance → delivery → evidence.
    0
    installs
  3. SEO · kenlck bundle
    Codebase-driven SEO + GEO (Generative Engine Optimization) audit. Gathers site facts into SEO.md, scores the site against a fixed rubric, and writes a dated report with a prioritized improvement plan.
    0
    installs
  4. Tdd · kenlck bundle
    Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
    0
    installs
  5. SEO Strategy · kenlck bundle
    Research and maintain an evidence-backed SEO/GEO thesis, opportunity portfolio, and execution-ready roadmap.
    0
    installs
  6. Drain Tickets · kenlck bundle
    Drain ready-for-agent GitHub tickets via do-work subagents — parallel or sequential, one PR or PR-per-ticket.
    0
    installs
  7. To SEO Issues · kenlck bundle
    Convert an approved SEO/GEO strategy into independently executable tracker work packages.
    0
    installs
  8. Weekly Report · kenlck bundle
    Produce a weekly engineering report for a branch — activity, per-country changes, per-developer signals, risks, and week-over-week trend.
    0
    installs
  9. Bug Fix · kenlck bundle
    Structured bug fixing with reproduction, root cause analysis, fix design, regression risk analysis, and quality review. Only invoke this skill when the user explicitly asks to use it by name (e.g. "use bug-fix", "run bug-fix") or clearly requests a structured/systematic bug fixing process. Do not invoke for general bug reports, error messages, or broken behavior — handle those directly without this skill.
    0
    installs
  10. Codemap · kenlck bundle
    Build and maintain a persistent structural index of a Java, Go, Python, or Rust codebase under .codemap/ (graph.json + MAP.md), so other skills explore via the map instead of grep + read loops. Tree-sitter based; supports polyglot repos. Use when starting work in an unfamiliar non-TS/JS repo, when the user asks to build/refresh/update the codemap, after large refactors, or before any exploration phase that would otherwise scan source files. For TypeScript/JavaScript repos, use the sibling `ts-codemap` skill — it has higher fidelity (path aliases, re-export flattening, JSX).
    0
    installs
  11. Simplify · kenlck
    Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
    0
    installs
  12. Polish UI · kenlck
    Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.
    0
    installs
  13. Setup Work Skills · kenlck bundle
    Install the project-level do-work and do-seo-work delivery suite.
    0
    installs
  14. TS Codemap · kenlck bundle
    Build and maintain a persistent structural index of a TypeScript/JavaScript codebase under .codemap/ (graph.json + MAP.md), so other skills explore via the map instead of grep + read loops. Uses ts-morph for high-fidelity TS/JS parsing (tsconfig path aliases, re-export flattening, JSX). Use when the user asks to build, refresh, or update the codemap on a TS/JS repo, when starting work in an unfamiliar TS/JS repo, or before any exploration phase that would otherwise scan source files. For Java/Go/Python/Rust repos, use the language-agnostic `codemap` skill instead.
    0
    installs
  15. Code Review · kenlck
    Review changed code for bugs, simplicity, security, and convention adherence using parallel reviewer agents. Use when the user asks to review code, review a PR, check quality, or wants a second pair of eyes before merging.
    0
    installs
  16. Feature Dev · kenlck bundle
    Optimized guided feature development with deep requirement drilling, codebase understanding, and design-quality frontend implementation. Use this skill whenever the user wants to build or implement a feature — whether they say "let's build X", "add feature Y", "implement Z", "I want to create", "can we add", or any variation. This is the go-to skill for any non-trivial software feature work. Prefer this over a plain coding response whenever the feature has more than one moving part.
    0
    installs
  17. Prd To Plan · kenlck
    Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
    0
    installs
  18. Write A Prd · kenlck bundle
    Create a PRD with an embedded Design Direction section through user interview, codebase exploration, and design intent capture. Use when building or revamping any feature with frontend or UI work — landing pages, components, UI redesigns — where design intent needs to be locked in before implementation. Extends the standard PRD process with structured design thinking: audience, tone, aesthetic direction, and the one memorable differentiator.
    0
    installs
  19. Feature Dev Auto · kenlck bundle
    Autonomous feature development with goal-loop verification. Front-loads all decisions through interactive stages, then drives implementation unattended against verifiable goals — re-architecting, diagnosing, and self-correcting until green or escalation thresholds hit. Use for substantial feature work with a verifiable end state ("until tests pass / type-check clean / acceptance criteria hold").
    0
    installs
  20. Feature Dev Next · kenlck bundle
    Right-sized guided feature development with three presets (Quick / Standard / Deep) covering everything from one-line tweaks to risky new modules. Invoke for any non-trivial feature work.
    0
    installs
  21. Grill Me Standards · kenlck
    Interview the user to extract coding standards and project context, grounded in what the codebase already does. Use when user wants to generate a CLAUDE.md, CODING_STANDARDS.md, or otherwise capture conventions from an existing codebase.
    0
    installs
  22. Code Review Parallel · kenlck
    Review multiple pull/merge requests across GitHub, GitLab, and Azure DevOps in parallel. Thin orchestrator over the single-PR code-review skill — one agent per PR, consolidated summary, optional PR comments. Use when the user wants to review several PRs/MRs at once (release sweep, multi-repo audit, batch review).
    0
    installs
  23. Prepare Implementation Plan · kenlck bundle
    Turn an ADO user story — or a rough idea — into a verifiable, code-grounded blueprint a TDD executor can build from. Use when the user wants work planned before coding.
    0
    installs
  24. Do Work · kenlck bundle
    Do work on ready-for-agent GitHub issues — claim, TDD, draft PR with FE/BE artifacts. Use when the user says do-work, wants the next ready issue implemented, or a loop/automation should drain the ready-for-agent queue.
    0
    installs
  25. Do SEO Work · kenlck bundle
    Deliver one ready-for-seo-agent GitHub work package through claim, SEO Delivery Discipline, evidence, and tracker lifecycle updates. Use when the user says do-seo-work, asks to execute the next ready SEO/GEO issue, names a ready SEO package to deliver, or wants a loop or automation to drain the ready-for-seo-agent queue one package at a time.
    0
    installs
  26. Review Operability · kenlck bundle
    Operability review for logs, metrics, traces, correlation, health signals, configuration, diagnostics, alertability, deployment safety, rollback signals, and runbooks. Use for observability, production-readiness, or operations questions.
    0
    installs
  27. Review Test Quality · kenlck bundle
    Test quality review for meaningful assertions, isolation, determinism, negative cases, and unit, integration, contract, and end-to-end balance. Use for test-strategy, flaky-test, or coverage-confidence questions.
    0
    installs
  28. Audit Software Fleet · kenlck bundle
    Audit multiple local or Git-hosted software repositories as one system. Use for fleet health reviews, cross-repository architecture, normalized audit evidence, offline HTML reporting, or explicit policy gates. Reporting-only; use other workflows for remediation.
    0
    installs
  29. Review Tech Lifecycle · kenlck bundle
    Technology lifecycle review for runtime, framework, build-tool, plugin, dependency, and API support status, deprecation, compatibility, and migration pressure. Use for end-of-life, upgrade-readiness, or obsolete-technology questions.
    0
    installs
  30. Review Codebase Design · kenlck bundle
    Codebase design review for internal module boundaries, dependency direction, coupling, cohesion, domain modelling, layering, complexity, duplication, and observed patterns. Use for maintainability, modularity, or within-repository architecture questions.
    0
    installs
  31. Review System Integration · kenlck bundle
    System integration review for cross-repository contracts, versioning, shared data, service boundaries, dependency direction, synchronous and messaging chains, failure propagation, cycles, and coordinated-release risk. Use for system maps, integration, or fleet-architecture questions.
    0
    installs
  32. Review Application Security · kenlck bundle
    Application security review for attack paths and controls around identity, untrusted data, secrets, cryptography, injection, exposure, sensitive data, and exploitable dependencies. Use for secure-code, OWASP, or vulnerability-risk questions.
    0
    installs
  33. Review Software Reliability · kenlck bundle
    Software reliability review for failure handling, timeouts, retries, idempotency, concurrency, resource safety, transactions, consistency, degradation, and recovery. Use for resilience or fault-tolerance questions.
    0
    installs
  34. Review Delivery Supply Chain · kenlck bundle
    Delivery and supply-chain review for CI/CD, reproducible builds, pinning, provenance, SBOMs, artifact and container integrity, licences, and release controls. Use for pipeline, artifact, SLSA, or software-supply-chain questions.
    0
    installs
  35. Review Engineering Governance · kenlck bundle
    Engineering governance review for ownership, standards, repository hygiene, documentation, dependency policy, exceptions, release discipline, change controls, maintainership, and policy consistency. Use for stewardship, governance, or engineering-control questions.
    0
    installs
  36. Review Performance Efficiency · kenlck bundle
    Performance and efficiency review for hot paths, I/O, database access, batching, caching, frontend loading, resource use, build cost, and scaling constraints. Use for latency, throughput, bundle-size, or efficiency questions.
    0
    installs