Skip to main content

Skills in this repository

levifig/loaf - Page 4

SkillsMP has collected 155 skills from levifig/loaf. Open a skill to review its source and details.

levifig/loaf

Showing 35 of 155 collected skills.

occupation
Software Developers
description

Surfaces refactoring opportunities through a deepening lens — modules that hide complexity behind narrow interfaces. Not for renames, extractions, or generic restructuring (use implement). Use when looking for structural improvements, or when the user asks…

updated
occupation
Software Developers
description

Integrates learnings from shipped work into strategic documents. Use after completing significant work or when the user asks "what did we learn?" Updates VISION.md, STRATEGY.md, and ARCHITECTURE.md based on implementation experience. Not for…

updated
occupation
Software Developers
description

Conducts project assessment and topic investigation. Use when stepping back to understand the big picture or when the user asks "what's the current state?" Produces state assessments, research findings with ranked options, or vision change proposals. Not for…

updated
occupation
Software Developers
description

Processes the local intake queue from loaf intake list: unresolved sparks, ideas, and brainstorms. Use when the user asks "triage", "process my backlog", or wants dispositions chosen across intake items. Produces explicit dispositions: discard, retain as…

updated
occupation
Software Developers
description

Optional end-of-conversation checkpoint: flushes journal entries, surfaces loose ends, prompts for action on uncommitted/unpushed work, and writes a wrap entry to the project journal when there is synthesis worth saving. Use at the end of a work session or…

updated
occupation
Software Developers
description

Creates Architecture Decision Records for architecturally significant decisions — choices that affect the system's structure, key quality attributes, dependencies, interfaces, or construction techniques, or that are difficult to reverse. Captures the…

updated
occupation
Software Developers
description

Creates Architecture Decision Records for architecturally significant decisions — choices that affect the system's structure, key quality attributes, dependencies, interfaces, or construction techniques, or that are difficult to reverse. Captures the…

updated
occupation
Project Management Specialists
description

Preserves the structured divergent-thinking stance consumed by the explore workflow: option generation before judgment, trade-off analysis, and spark capture. Not a primary entry point — route "explore this", "help me think through options", or similar user…

updated
occupation
Computer Occupations, All Other
description

Creates explicit context-transfer packets in .agents/handoffs/ for another agent, branch, task, or future conversation. Use when the user asks "handoff this," "prepare the next session," "write transfer context," or when work is being parked for later. Not…

updated
occupation
Market Research Analysts & Marketing Specialists
description

Discovers and maintains strategic context in STRATEGY.md. Use when the user asks "what's our strategy?" or "update the strategic direction." Produces personas, market landscape analysis, and problem space definitions. Not for architecture (use architecture)…

updated
occupation
Project Management Specialists
description

Preserves the structured divergent-thinking stance consumed by the explore workflow: option generation before judgment, trade-off analysis, and spark capture. Not a primary entry point — route "explore this", "help me think through options", or similar user…

updated
occupation
Computer Occupations, All Other
description

Creates explicit context-transfer packets in .agents/handoffs/ for another agent, branch, task, or future conversation. Use when the user asks "handoff this," "prepare the next session," "write transfer context," or when work is being parked for later. Not…

updated
occupation
Market Research Analysts & Marketing Specialists
description

Discovers and maintains strategic context in STRATEGY.md. Use when the user asks "what's our strategy?" or "update the strategic direction." Produces personas, market landscape analysis, and problem space definitions. Not for architecture (use architecture)…

updated
occupation
Computer Occupations, All Other
description

Provides guidance for creating, updating, and reviewing project knowledge files. Covers frontmatter schema, naming conventions, staleness detection via covers: field, and the review workflow. Not for retrieval or search (use QMD directly), architectural…

updated
occupation
Computer Occupations, All Other
description

Provides guidance for creating, updating, and reviewing project knowledge files. Covers frontmatter schema, naming conventions, staleness detection via covers: field, and the review workflow. Not for retrieval or search (use QMD directly), architectural…

updated
occupation
Database Architects
description

Covers schema design, migrations, query optimization, indexing strategies, and normalization tradeoffs. Use when designing tables, writing migrations, optimizing queries, or planning index strategies. Provides patterns for database administration and…

updated
occupation
Network & Computer Systems Administrators
description

Covers Docker, Kubernetes, GitOps, CI/CD pipelines, and container security. Use when writing Dockerfiles, configuring K8s manifests, setting up CI/CD, or managing deployments. Provides patterns for infrastructure as code. Not for application code (use…

updated
occupation
Electrical Engineers
description

Covers thermal rating models (CIGRE TB 601, IEEE 738), conductor physics, and electrical properties for overhead transmission lines. Use when implementing thermal calculations, validating conductors, or computing sag and resistance. Not for infrastructure…

updated
occupation
Database Architects
description

Covers schema design, migrations, query optimization, indexing strategies, and normalization tradeoffs. Use when designing tables, writing migrations, optimizing queries, or planning index strategies. Provides patterns for database administration and…

updated
occupation
Network & Computer Systems Administrators
description

Covers Docker, Kubernetes, GitOps, CI/CD pipelines, and container security. Use when writing Dockerfiles, configuring K8s manifests, setting up CI/CD, or managing deployments. Provides patterns for infrastructure as code. Not for application code (use…

updated
occupation
Electrical Engineers
description

Covers thermal rating models (CIGRE TB 601, IEEE 738), conductor physics, and electrical properties for overhead transmission lines. Use when implementing thermal calculations, validating conductors, or computing sag and resistance. Not for infrastructure…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Covers systematic debugging, hypothesis tracking, and flaky test investigation. Use when diagnosing failures, tracking hypotheses, or fixing flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use…

updated
occupation
Software Developers
description

Covers idiomatic Go development: project structure, concurrency patterns, error handling, and testing. Use when writing Go services, CLIs, or libraries. Follows Effective Go principles and community conventions. Not for database schema design (use…

updated
occupation
Graphic Designers
description

Covers UI/UX design principles, accessibility (WCAG 2.1), design systems, and responsive patterns. Use when making design decisions, evaluating layouts, or ensuring accessibility compliance. Not for frontend code (use typescript-development) or API design…

updated
occupation
Software Developers
description

Covers Python 3.12+ with FastAPI, Pydantic, async patterns, pytest, SQLAlchemy, and uv toolchain. Use when building Python services, APIs, data models, or tests. Provides patterns for modern Python development. Not for schema design (use database-design),…

updated
occupation
Software Developers
description

Covers Ruby and Rails 8+ development: Hotwire, Solid Queue, Minitest, and Rails conventions. Use when building Rails applications, writing Ruby code, or following Rails patterns. Follows DHH/37signals conventions. Not for database schema design (use…

updated
occupation
Information Security Analysts
description

Covers threat modeling, secrets management, security reviews, and compliance verification. Use when reviewing code for security, managing secrets, performing threat analysis, or running compliance audits. Not for debugging (use debugging) or general code…

updated
occupation
Software Developers
description

Covers TypeScript 5+, React 18+, Next.js 14+ App Router, Zustand, Tailwind CSS, and Vitest testing. Use when writing TypeScript applications, React components, or Node.js services. Not for UI/UX design (use interface-design), database schema (use…

updated
occupation
Software Developers
description

Covers systematic debugging, hypothesis tracking, and flaky test investigation. Use when diagnosing failures, tracking hypotheses, or fixing flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use…

updated
occupation
Software Developers
description

Covers idiomatic Go development: project structure, concurrency patterns, error handling, and testing. Use when writing Go services, CLIs, or libraries. Follows Effective Go principles and community conventions. Not for database schema design (use…

updated
occupation
Web & Digital Interface Designers
description

Covers UI/UX design principles, accessibility (WCAG 2.1), design systems, and responsive patterns. Use when making design decisions, evaluating layouts, or ensuring accessibility compliance. Not for frontend code (use typescript-development) or API design…

updated
occupation
Software Developers
description

Covers Python 3.12+ with FastAPI, Pydantic, async patterns, pytest, SQLAlchemy, and uv toolchain. Use when building Python services, APIs, data models, or tests. Provides patterns for modern Python development. Not for schema design (use database-design),…

updated
occupation
Software Developers
description

Covers Ruby and Rails 8+ development: Hotwire, Solid Queue, Minitest, and Rails conventions. Use when building Rails applications, writing Ruby code, or following Rails patterns. Follows DHH/37signals conventions. Not for database schema design (use…

updated
occupation
Information Security Analysts
description

Covers threat modeling, secrets management, security reviews, and compliance verification. Use when reviewing code for security, managing secrets, performing threat analysis, or running compliance audits. Not for debugging (use debugging) or general code…

updated
occupation
Software Developers
description

Covers TypeScript 5+, React 18+, Next.js 14+ App Router, Zustand, Tailwind CSS, and Vitest testing. Use when writing TypeScript applications, React components, or Node.js services. Not for UI/UX design (use interface-design), database schema (use…

updated
Showing 35 of 155 collected skills.