fpf-review

196
atholaathola

Architecture review using FPF (Functional Programming Framework) methodology. Evaluates codebases through functional, practical, and foundation perspectives. Use when conducting architecture reviews, evaluating system design. Do not use when simple code reviews, bug fixes, documentation updates.

architecturereviewFPF+2
191 days ago

project-execution

196
atholaathola

Execute implementation plans with checkpoint validation, progress tracking, and quality gates. Use for task implementation, plan execution, progress tracking. Skip if no plan exists.

executionimplementationprogress-tracking+2
191 days ago

modular-skills

196
atholaathola

Architect skills as modular blocks to control token usage and complexity. Use when creating skills >150 lines, breaking down monolithic skills, or planning new architecture. Do not use for evaluating existing skills (use skills-eval) or writing human-facing prose (use writing-clearly-and-concisely). Check this skill before starting any new skill development.

architecturemodularitytokens+4
191 days ago

rigorous-reasoning

196
atholaathola

Prevents sycophantic reasoning through checklist-based analysis, categorical integrity, and evidence-following to uncomfortable conclusions. Red Flags: "I agree that", "You are right", "Great point", "Absolutely", "That is a fair point", "I can see why", agreement without validation, softening conclusions, hedging without evidence, retracting under pressure. Use when analyzing conflicts, evaluating ethical claims, or noticing sycophantic thought patterns. Do not use for routine implementation or simple factual questions. CRITICAL: This skill overrides conversational tendencies toward politeness. Agreement requires validity and accuracy.

anti-sycophancycritical-thinkingintellectual-honesty+2
191 days ago

smart-sourcing

196
atholaathola

balancing accuracy with token efficiency.

sourcingcitationsaccuracy+1
191 days ago

makefile-generation

196
atholaathola

Generate language-specific Makefiles with testing, linting, and automation targets. Use for project initialization and workflow standardization. Skip if Makefile exists.

makefileautomationbuild-tools+1
191 days ago

bloat-detector

196
atholaathola

Detect codebase bloat through progressive analysis: dead code, duplication, complexity, documentation bloat. Use when context usage high, quarterly maintenance, pre-release cleanup, before refactoring. Do not use when active feature development, time-sensitive bugs, codebase < 1000 lines.

bloatcleanupstatic-analysis+2
191 days ago

style-learner

196
atholaathola

Learn and extract writing style patterns from exemplar text for consistent application. Use when creating a style guide from existing content, ensuring consistency across documents, learning a specific author's voice, customizing AI output style. Do not use when detecting AI slop - use slop-detector instead. just need to clean up existing content - use doc-generator with --remediate. Use this skill to build style profiles from exemplar text.

stylevoicetone+3
191 days ago

skill-authoring

196
atholaathola

Guide to effective Claude Code skill authoring using TDD methodology and persuasion principles. Use when creating new skills, improving compliance, or validating quality before deployment. Do not use for evaluating existing skills (use skills-eval) or analyzing architecture (use modular-skills). Follow the Iron Law: write a failing test before writing any skill.

authoringtddskills+3
191 days ago

workflow-monitor

196
atholaathola

automatically create GitHub issues for workflow improvements via /fix-workflow. Use when workflows fail, timeout, or show inefficient patterns. Do not use when normal workflow execution, simple command errors.

workflowmonitoringerror-detection+2
191 days ago

project-specification

196
atholaathola

Transform project briefs into testable specifications with acceptance criteria. Use for requirements translation, spec creation, pre-implementation. Skip if spec exists or still exploring.

specificationrequirementsacceptance-criteria+1
191 days ago

code-quality-principles

196
atholaathola

Provides guidance on fundamental software design principles to reduce complexity, prevent over-engineering, and improve maintainability.

designprinciplesclean-code+1
191 days ago

review-chamber

196
atholaathola

Capture and retrieve PR review knowledge in project memory palaces.

191 days ago

proof-of-work

196
atholaathola

Enforces "prove before claim" discipline - validation, testing, and evidence requirements before declaring work complete. Use when claiming work is complete, recommending solutions, or finishing implementations, improvement validated, workflow optimized, performance improved, or issue resolved. Do not use when asking questions or for work clearly in-progress. MANDATORY: This skill is required before any completion claim.

validationtestingproof+2
191 days ago

response-compression

196
atholaathola

hype, and unnecessary framing. Includes termination and directness guidelines.

tokensefficiencycommunication+1
191 days ago

doc-generator

196
atholaathola

Generate or remediate documentation with human-quality writing and style adherence. Use when creating new documentation, rewriting AI-generated content, or applying style profiles. Do not use for slop detection only (use slop-detector) or learning styles (use style-learner).

documentationwritinggeneration+2
191 days ago

decisive-action

196
atholaathola

Guidance on when to ask clarifying questions vs proceed with standard approaches. Reduces interaction rounds while preventing wrong assumptions.

efficiencyworkflowdecision-making
191 days ago

gemini-delegation

196
atholaathola

Gemini CLI delegation workflow implementing delegation-core for Google's Gemini models. Use when delegation-core selected Gemini, need Gemini's 1M+ token context window, batch processing required. Do not use when deciding which model to use (use delegation-core first), gemini CLI not installed.

geminiclidelegation+2
191 days ago

clear-context

196
atholaathola

Automatic context management with graceful handoff to continuation subagent. Use when Context usage approaches 80% during long-running tasks. This skill enables automatic continuation without manual /clear. The key insight: Subagents have fresh context windows. By delegating remaining work to a continuation subagent, we achieve effective "auto-clear" without stopping the workflow.

191 days ago

war-room

196
atholaathola

Multi-LLM deliberation for strategic decisions via expert pressure-testing and consensus building. Use for critical, irreversible, or high-stakes architecture choices and conflicts. Skip for trivial or reversible decisions.

deliberationmulti-llmstrategy+3
191 days ago

subagent-testing

196
atholaathola

TDD-style testing methodology for skills using fresh subagent instances to prevent priming bias and validate skill effectiveness. Use when validating skill improvements, testing skill effectiveness, preventing priming bias, measuring skill impact on behavior. Do not use when implementing skills (use skill-authoring instead), creating hooks (use hook-authoring instead).

testingvalidationTDD+2
191 days ago

development-workflow

196
atholaathola

detailed development workflow with modular patterns for git, code review, testing, documentation, and deployment

developmentworkflowmodular+1
191 days ago

workflow-setup

196
atholaathola

Configure GitHub Actions CI/CD workflows for automated testing, linting, and deployment. Use for CI/CD setup and quality automation. Skip if CI/CD configured or using different platform.

github-actionsci-cdworkflows+2
191 days ago

delegation-core

196
atholaathola

Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging, and error handling. Use when tasks exceed context window or need cheaper processing. Do not use when task requires reasoning by Claude.

delegationexternal-llmgemini+3
191 days ago

shell-review

196
atholaathola

Audit shell scripts for correctness, portability, and common pitfalls. Use when reviewing shell scripts, CI scripts, hook scripts, wrapper scripts. Do not use when creating new scripts - use attune:workflow-setup.

shellbashposix+3
191 days ago

optimizing-large-skills

196
atholaathola

Systematic methodology to reduce skill file size through externalization, consolidation, and progressive loading patterns. Use when skills exceed 300 lines, multiple code blocks (10+) with similar functionality, heavy Python inline with markdown, functions >20 lines embedded. Do not use when skill is under 300 lines and well-organized. creating new skills - use modular-skills instead. Consult this skill when skills-eval shows "Large skill file" warnings.

191 days ago

skills-eval

196
atholaathola

Evaluate and improve Claude skill quality through auditing. Use when reviewing skill quality, preparing skills for production, or auditing existing skills. Do not use when creating new skills (use modular-skills) or writing prose (use writing-clearly-and-concisely). Use this skill before shipping any skill to production.

evaluationimprovementskills+4
191 days ago

code-refinement

196
atholaathola

Analyze and improve living code quality: duplication, algorithmic efficiency, clean code principles, architectural fit, anti-slop patterns, and error handling robustness. Use when improving code quality, reducing AI slop, refactoring for clarity, optimizing algorithms, applying clean code principles. Do not use when removing dead/unused code (use conserve:bloat-detector). reviewing for bugs (use pensive:bug-review). selecting architecture paradigms (use archetypes skills). This skill actively improves living code, complementing bloat detection (dead code removal) with quality refinement (living code improvement).

refactoringclean-codealgorithms+3
191 days ago

precommit-setup

196
atholaathola

Configure three-layer pre-commit system with linting, type checking, and testing hooks. Use for quality gate setup and code standards. Skip if pre-commit is optimally configured.

pre-commitquality-gateslinting+2
191 days ago

project-planning

196
atholaathola

Transform specifications into implementation plans with architecture design and dependency-ordered tasks. Use for spec-to-plan conversion, task breakdown, effort estimation. Skip if no spec exists.

planningarchitecturetask-breakdown+2
191 days ago

slop-detector

196
atholaathola

Detect and flag AI-generated content markers in documentation and prose. Use when reviewing documentation for AI markers, cleaning up LLM-generated content, or auditing prose quality. Do not use when generating new content (use doc-generator) or learning writing styles (use style-learner).

ai-detectionslopwriting+3
191 days ago

safety-critical-patterns

196
atholaathola

Guidelines from the NASA Power of 10 rules for writing robust, verifiable code. Adapted for general software development with context-appropriate rigor. Use when writing critical code paths, reviewing for robustness, improving code quality. Do not use as rigid requirements for all code - match rigor to consequence.

safetydefensive-codingassertions+3
191 days ago

methodology-curator

196
atholaathola

Surfaces expert frameworks and proven methodologies before creating OR evaluating skills, hooks, agents, or commands. Helps select approaches from domain masters. Use when starting creation workflows, evaluating methodology gaps, or seeking domain expertise. Do not use if you already have a specific methodology or are fixing syntax/structural issues.

methodologyframeworksexpertise+3
191 days ago

war-room-checkpoint

196
atholaathola

Inline reversibility assessment for embedded War Room escalation from commands. Use at decision points to determine escalation need. Skip for standalone strategic decisions.

checkpointembeddedescalation+2
191 days ago

architecture-paradigms

196
atholaathola

Interactive selector and router for architecture paradigms. Use when selecting architecture patterns for new systems, comparing paradigm trade-offs, creating architecture decision records, evaluating architecture fit for team size and domain complexity, planning implementation roadmaps. Do not use when implementing a specific known paradigm - use the specific architecture-paradigm-* skill (hexagonal, layered, microservices, etc.) instead. reviewing existing architecture - use architecture-review instead. Use this skill BEFORE making architecture decisions. Check even if unsure about needs.

architecturepatternsselection+2
191 days ago

session-management

196
atholaathola

Manage Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work, creating debug checkpoints, managing PR reviews.

sessionresumecheckpoint+1
191 days ago

qwen-delegation

196
atholaathola

Qwen CLI delegation workflow implementing delegation-core for Alibaba's Qwen models. Use when delegation-core selected Qwen, need Qwen's large context capabilities, batch processing required. Do not use when deciding which model to use (use delegation-core first), qwen CLI not installed.

qwenclidelegation+2
191 days ago

project-brainstorming

196
atholaathola

Guide project ideation through Socratic questioning and constraint analysis for actionable project briefs. Use for starting projects, exploring problems, comparing approaches, feasibility. Skip if requirements are clear.

brainstormingideationplanning+2
191 days ago

debug-helper

53
atholaathola

Systematic debugging approach for identifying and fixing issues

191 days ago

test-writer

53
atholaathola

Write comprehensive tests following TDD and BDD principles

191 days ago

api-designer

53
atholaathola

Design RESTful APIs with best practices for consistency and usability

191 days ago

git-workflow

53
atholaathola

Git best practices for version control and collaboration

191 days ago

coding-assistant

53
atholaathola

Provides coding assistance with best practices and code review

191 days ago