komluk/scaffolding
39 agent markdown files indexed from komluk/scaffolding. Install any of them pinned to an exact hash with mdr add komluk/scaffolding/<name>.
git:20260705.06a321d · audit A · 15 stars
agent-comms skill
komluk/scaffolding · skills/agent-comms/SKILL.md · SendMessage recipient validation and worktreePath safety (CWE-59). TRIGGER when: validating a SendMessage `to:`…
git:20260705.958c030 · audit A · 15 stars
agent-memory skill
komluk/scaffolding · skills/agent-memory/SKILL.md · 3-tier markdown memory protocol (shared/agent/conversation) for cross-session knowledge. TRIGGER when: reading or…
git:20260606.ad5816e · audit A · 15 stars
api-design skill
komluk/scaffolding · skills/api-design/SKILL.md · RESTful API design standards: resource naming, HTTP methods, status codes, pagination, versioning. TRIGGER when…
git:20260520.3aa374b · audit A · 15 stars
context-engineering skill
komluk/scaffolding · skills/context-engineering/SKILL.md · Optimize Claude Code context-window usage for accuracy and cost. TRIGGER when: hitting context limits, structuring…
git:20260627.c37d831 · audit A · 15 stars
database-optimization skill
komluk/scaffolding · skills/database-optimization/SKILL.md · Schema design, index strategy, migration safety, and query analysis. TRIGGER when: designing tables or indexes, writing…
git:20260614.9d809af · audit A · 15 stars
distill skill
komluk/scaffolding · skills/distill/SKILL.md · Knowledge distillation methodology: candidate extraction, confidence scoring, tier routing, conversation-scoped mode…
git:20260702.49d89e4 · audit A · 15 stars
docker-templates skill
komluk/scaffolding · skills/docker-templates/SKILL.md · Docker multi-stage build templates, image security, and docker-compose patterns. TRIGGER when: writing a Dockerfile…
git:20260520.3aa374b · audit A · 15 stars
error-handling skill
komluk/scaffolding · skills/error-handling/SKILL.md · Consistent error handling across frontend and backend layers. TRIGGER when: implementing error boundaries, exception…
git:20260614.9d809af · audit A · 15 stars
git-operations skill
komluk/scaffolding · skills/git-operations/SKILL.md · Git command patterns, branching strategy, and safety protocols. TRIGGER when: managing branches, resolving merge…
git:20260627.c37d831 · audit A · 15 stars
github-actions-template skill
komluk/scaffolding · skills/github-actions-template/SKILL.md · GitHub Actions CI pipeline templates and workflow YAML patterns. TRIGGER when: creating or editing a CI workflow…
git:20260520.3aa374b · audit A · 15 stars
logging-standards skill
komluk/scaffolding · skills/logging-standards/SKILL.md · Structured logging standards: log levels, structured fields, correlation IDs, PII masking, and event naming. TRIGGER…
git:20260627.c37d831 · audit A · 15 stars
mcp-tools skill
komluk/scaffolding · skills/mcp-tools/SKILL.md · MCP tool decision tree and MCP-first fallback strategy. TRIGGER when: choosing whether to use an MCP tool versus a…
git:20260806.c0bac53 · audit A · 15 stars
memory skill
komluk/scaffolding · skills/memory/SKILL.md · Unified memory CRUD: write/update/delete/query file-based markdown entries and sync to MCP semantic store. TRIGGER…
git:20260731.ebe5c5a · audit A · 15 stars
monitoring-observability skill
komluk/scaffolding · skills/monitoring-observability/SKILL.md · Monitoring, metrics, alerting, and observability standards. TRIGGER when: implementing health checks, collecting…
git:20260627.c37d831 · audit A · 15 stars
mui-styling skill
komluk/scaffolding · skills/mui-styling/SKILL.md · Material-UI (MUI) styling standards: sx-prop priority, theme tokens, spacing scale, responsive design, and…
git:20260627.c37d831 · audit A · 15 stars
pattern-recognition skill
komluk/scaffolding · skills/pattern-recognition/SKILL.md · Identify and apply existing codebase patterns for consistency. TRIGGER when: writing new code that should match…
git:20260614.9d809af · audit A · 15 stars
planning-methodology skill
komluk/scaffolding · skills/planning-methodology/SKILL.md · Build minimal, reversible implementation plans. TRIGGER when: turning research into a plan, or sequencing work before…
git:20260627.ba098fd · audit A · 15 stars
python-patterns skill
komluk/scaffolding · skills/python-patterns/SKILL.md · Python backend patterns: layered architecture, async I/O, dependency injection, repository/service separation. TRIGGER…
git:20260705.958c030 · audit A · 15 stars
quality-validation skill
komluk/scaffolding · skills/quality-validation/SKILL.md · Score ResearchPacks (>=80) and Implementation Plans (>=85) against quality gates. TRIGGER when: gating research or a…
git:20260921.7dfd510 · audit A · 15 stars
react-patterns skill
komluk/scaffolding · skills/react-patterns/SKILL.md · React + TypeScript component and hook standards. TRIGGER when: creating components, custom hooks, or reviewing React…
git:20260614.9d809af · audit A · 15 stars
research-methodology skill
komluk/scaffolding · skills/research-methodology/SKILL.md · Systematic gathering of accurate, version-specific documentation. TRIGGER when: researching a new API, library, or best…
git:20260520.3aa374b · audit A · 15 stars
security-review-checklists skill
komluk/scaffolding · skills/security-review-checklists/SKILL.md · OWASP Top 10, STRIDE threat modeling, and auth/compliance review checklists. TRIGGER when: reviewing code for…
git:20260520.3aa374b · audit A · 15 stars
semantic-memory-mcp skill
komluk/scaffolding · skills/semantic-memory-mcp/SKILL.md · Proactive use of semantic-memory MCP tools (semantic_search, semantic_recall). TRIGGER when: an agent should search…
git:20260806.c0bac53 · audit A · 15 stars
semantic-memory-store skill
komluk/scaffolding · skills/semantic-memory-store/SKILL.md · Store reusable insights in semantic memory for vector-similarity recall. TRIGGER when: an agent discovers a pattern…
git:20260731.ebe5c5a · audit A · 15 stars
skill-authoring skill
komluk/scaffolding · skills/skill-authoring/SKILL.md · Methodology for authoring scaffolding-compatible skills: frontmatter contract, body structure, validation. TRIGGER…
git:20260627.c37d831 · audit B · 15 stars
sofa-search skill
komluk/scaffolding · skills/sofa-search/SKILL.md · Search Stack Overflow for Agents (SOFA) for a peer-verified solution before solving from scratch. TRIGGER when: about…
git:20260921.7dfd510 · audit A · 15 stars
spec-design skill
komluk/scaffolding · skills/spec-design/SKILL.md · Write OpenSpec design.md and tasks.md artifacts. TRIGGER when: producing a technical design or task checklist for a…
git:20260520.3aa374b · audit A · 15 stars
spec-develop skill
komluk/scaffolding · skills/spec-develop/SKILL.md · Execute an OpenSpec tasks.md during implementation. TRIGGER when: working through spec task checkboxes and applying…
git:20260520.3aa374b · audit A · 15 stars
spec-research skill
komluk/scaffolding · skills/spec-research/SKILL.md · Write OpenSpec proposal.md artifacts (why + what). TRIGGER when: capturing requirements, scope, and impact for a…
git:20260520.3aa374b · audit A · 15 stars
spec-review skill
komluk/scaffolding · skills/spec-review/SKILL.md · Verify an implementation against its OpenSpec artifacts. TRIGGER when: checking completed work against design.md and…
git:20260520.3aa374b · audit A · 15 stars
spec-workflow skill
komluk/scaffolding · skills/spec-workflow/SKILL.md · OpenSpec lifecycle orchestration for /workflow chains. TRIGGER when: coordinating the…
git:20260520.3aa374b · audit A · 15 stars
state-management skill
komluk/scaffolding · skills/state-management/SKILL.md · Client state management standards: local-vs-global decisions, store structure, selectors, and re-render performance…
git:20260614.9d809af · audit A · 15 stars
systematic-debugging skill
komluk/scaffolding · skills/systematic-debugging/SKILL.md · Phase-based root cause investigation: reproduce, observe, hypothesize, bisect, verify. TRIGGER when: investigating a…
git:20260921.7dfd510 · audit A · 15 stars
testing-strategy skill
komluk/scaffolding · skills/testing-strategy/SKILL.md · Test pyramid, coverage targets, and unit/integration/E2E patterns. TRIGGER when: planning tests, writing test code, or…
git:20260921.7dfd510 · audit A · 15 stars
ui-ux-pro-max skill
komluk/scaffolding · skills/ui-ux-pro-max/SKILL.md · Cross-stack UI/UX design intelligence: layout, color, typography, charts, accessibility. TRIGGER when: planning or…
git:20260627.c37d831 · audit A · 15 stars
verification-before-completion skill
komluk/scaffolding · skills/verification-before-completion/SKILL.md · Verify claims by executing, not asserting, before declaring work done. TRIGGER when: about to report a task complete…
git:20260921.9cd7bef · audit A · 15 stars
watch-patterns skill
komluk/scaffolding · skills/watch-patterns/SKILL.md · Correct watcher construction for long-running operations. TRIGGER when: watching a long-running operation (CI, deploy…
git:20260921.7dfd510 · audit B · 15 stars
worktree-management skill
komluk/scaffolding · skills/worktree-management/SKILL.md · Scaffolding worktree lifecycle, diagnostics, and recovery. TRIGGER when: debugging worktree isolation, recovering a…
git:20260627.c37d831 · audit A · 15 stars
Source
github.com/komluk/scaffolding · 15 stars · license MIT · pushed 2026-09-21