Incitaciones
Reusable prompts and skills for CLI LLM tools
Install all skills: ./install.sh --global
| llms.txt
| llms-full.txt
| manifest.json
Essentials
Core prompts for everyday development
Planning
Project planning and implementation workflows
Reviews
Code, design, and research review processes
- Iterative Code Review — Multi-pass code review using Rule of 5 principle (distilled)
- Parallel Review (Multi-Agent Code Review) — High-stakes code review with parallel agent waves (distilled)
- Optionality Review — Evaluate design decisions for flexibility and reversibility (distilled)
- Multi-Agent Parallel Review — Coordinate multiple agents for comprehensive review (distilled)
- Iterative Plan Review (Rule of 5) — Iterative review of implementation plans (distilled)
- Design Artifact Review — Review problem statements and decision matrices (distilled)
- Iterative Research Review (Rule of 5) — Iterative review of research documents using Rule of 5 (distilled)
- Issue Tracker Review — Review issues for completeness and dependencies (distilled)
- Universal Rule of 5 Review — Steve Yegge's original 5-stage review for any artifact (distilled)
- Systematic Bias Audit & Mitigation (S-BAM) — Detect, prevent, and mitigate systemic, statistical, and cognitive biases using multidisciplinary frameworks (distilled)
- PWA Accessibility & Reliability Review for Micro-Merchants — 4-domain heuristic review of PWAs targeting non-technical merchants on entry-level devices with volatile connectivity (distilled)
- Review Documentation Quality (Rule of 5) — Iterative review of documentation for cognitive scannability and AI-readiness (distilled)
- Standalone Specification Review (Rule of 5) — Iterative review of technical specifications for autonomy, precision, and AI-readiness (distilled)
- Adversarial Bug Detection Review — Red-team-style adversarial review finding logic bugs, failure modes, security vulnerabilities, and deployment risks (distilled)
- RCA Diagnostician — Conduct or evaluate root cause analysis using cross-disciplinary principles — structured investigation from symptom to systemic cause with method selection, cognitive bias countermeasures, and corrective actions ranked by strength (distilled)
- Guided Review — Guide an interactive code review that teaches the human the change and the surrounding codebase (distilled)
- Verification Diagnostician — Diagnose factual errors, unsupported claims, logical inconsistencies, misattributed sources, and integrity concerns in documents — four-layer verification protocol (source authority, factual accuracy, logical consistency, provenance) (distilled)
- Specification Evaluation Diagnostician — Evaluate specifications across Completeness, Correctness, and Coherence dimensions mapped to ISO 29148 — cross-domain quality gate for software, hardware, business process, and research specifications (distilled)
- Error Handling Diagnostician — Diagnose failure handling across detection, classification, communication, recovery, and learning — map findings to resilient boundary, contract, and observability improvements (distilled)
- Specification Edge Case Discovery (Six-Boundary Protocol) — Systematically discover edge cases, failure modes, and specification gaps before implementation using a six-boundary framework: Human, Business, Mathematical, Architectural, Failure, and Formal (distilled)
- Adversarial Stakeholder Evaluation — Three-tier adversarial evaluation of proposals: Simulated Stakeholder Council, Anti-Persona stress testing, and Pre-Mortem protocol with contradiction analysis (distilled)
- UX/DX Evaluation Diagnostician — Five-layer diagnostic evaluation of products, APIs, CLIs, libraries, and documentation against HEART, SPACE/DX Core 4, CLI/API heuristics, CHAOSS, and Diataxis frameworks (distilled)
- Formal Verification Readiness Evaluator — Evaluate specifications for formal verification readiness — paradigm assessment, safety/liveness property extraction, invalidity risk analysis, toolchain recommendation, and selective verification scoping (distilled)
- Testability and Implementability Evaluator — Evaluate software specifications for whether they can be built and verified before implementation begins (distilled)
- Documentation Link Verifier — Audit repository documentation for broken links and contextual correctness — covers HTTP status, relative paths, anchors, and semantic mismatches between link text and target content (distilled)
- Grill Me — Interview the user relentlessly about a plan or design until shared understanding is reached (distilled)
Refactoring
Resonant Coding refactoring skills: scan, guard, and safely execute architectural improvements
- Abstraction Miner (Dry-Dock Protocol) — Scan codebase for semantic duplication and propose reusable abstractions — advisory only, no code changes (distilled)
- Context Guardian (Architecture-Aware Generation) — System prompt that enforces reuse of existing abstractions and prevents architectural drift during development (distilled)
- Resonant Refactor (HumanLayer Handoff) — Safe, human-approved refactoring workflow with impact analysis, atomic execution, and automatic rollback (distilled)
- Test Friction Diagnostician — Diagnose production code design flaws by reading test pain signals — advisory only, no code changes (distilled)
- Test Abstraction Miner — Detect Lazy Test clusters in test suites and propose parameterized tests and property-based test escalations — advisory only, no code changes (distilled)
- Mutability Diagnostician — Diagnose pathological mutable state, side effect entanglement, and temporal coupling — map findings to immutability refactoring patterns (distilled)
- Composability Diagnostician — Diagnose composition friction — type mismatches, missed endomorphisms, ad-hoc patterns without algebraic guarantees — and map findings to category-theoretic refactoring patterns (distilled)
- Rigidity Diagnostician — Diagnose structural rigidity from excessive coupling, inheritance, and OCP violations, then map findings to composition-based remediation patterns (distilled)
- Invalid States Diagnostician — Diagnose representable invalid states — primitive obsession, boolean blindness, implicit coupling, shotgun parsing, ad-hoc state machines, exhaustiveness gaps — and map findings to type-tightening refactoring patterns (distilled)
- Julia Performance Diagnostician — Diagnose Julia performance pathologies — type instabilities, heap allocation floods, cache-hostile access, dynamic dispatch — and map findings to optimization patterns grounded in the compilation pipeline (distilled)
- Modularity Diagnostician — Diagnose modularity violations — high coupling, low cohesion, cyclic dependencies, God Objects, boundary erosion, temporal coupling — and map findings to decomposition patterns grounded in the Unix philosophy (distilled)
Testing
Test quality tools: diagnose test friction, collapse test duplication, and escalate to property-based tests
Documentation
Documentation architecture, implementation, and review tools
Other Prompts
Research
- Design in Practice Methodology for Software Composition
- "Unified Frameworks for Technical Information Architecture"
- Progressive Disclosure Pattern for AI Agent Skills
- Test Friction as Design Diagnostic — From Pain to Missing Abstraction
- Test Abstraction Pipeline — From Lazy Tests to Property-Based Testing
- "Narrative-Driven Writing: Structuring Articles and Blog Posts as Stories"
- "Adversarial Stakeholder Role-Play for Concept and Product Evaluation"
- "Automated Red Teaming for Continuous Vulnerability Discovery: Architectures, Methodologies, and Integration Strategies"
- Comprehensive Frameworks for Bias Detection, Prevention, and Mitigation Across Multidisciplinary Systems
- Cognitive Architectures for Prompt Engineering
- Cross-Disciplinary Error Handling
- Cross-Disciplinary Root Cause Analysis
- "Formal Verification, Specification Validity, and AI-Assisted Proof Construction"
- "Software Immutability: Anti-Patterns, Detection Mechanisms, and Refactoring Architectures"
- "Reviewing Code for Invalid States: Enforcing Type Integrity Through Algebraic Design, Human Protocols, and Architectural Fitness Functions"
- "Julia Performance Optimization: Type System Mechanics, Hardware Sympathy, and Diagnostic Toolchains"
- "Progressive Web Application Architecture for Micro-Merchants: Usability, Reliability, and Accessibility"
- Resonant Coding - From Vibe Coding to Agentic Refactoring
- Rule of 5 Multi-Agent Code Review Framework
- "Software Composability, Type-Preserving Transformations, and Category Theoretic Patterns"
- "Structural Diagnostics and Remediation of Software Rigidity: Leveraging the Open-Closed Principle and Object Composition"
- Specification-Driven Edge Case Discovery and Gap Analysis
- "A Generic Framework for Specification Evaluation: Extending the Resonant Coding Methodology"
- "Evaluating Software Specifications for Testability, Implementability, and Behavioral Plausibility"
- "Architectural Diagnostics and Remediation: Enforcing Modularity and Composability in Software Systems"
- "Industry Protocols and Workflows for User and Developer Experience Evaluation"
- "Verifying AI and Human Content Accuracy: Protocols, Methodologies, and Deterministic Architectures"
- Research on Prompt Token Optimization Strategies
- Universal Rule of 5 Review with Optionality (Enhanced)
- Skill Installation Research for Sourcegraph Amp and Gemini CLI
- "Research: Standalone Specification Standards for AI-Ready Systems"