All authors
alfredolopez80 avatar

Claude Skills by alfredolopez80

github.com/alfredolopez80
32 skillsA× 29B× 32 installs30 views
CommandsA

YAML-based skills system for lightweight skill management (H70-inspired, +36.7pts improvement)

developmentpythongo
0
77
AdversarialA

**Multi-Agent Adversarial Analysis System** inspired by ZeroLeaks architecture. Applies security scanner patterns to code analysis: specialized agents work together systematically to find vulnerabilities, weaknesses, and quality issues.

developmenttypescriptrust
0
77
Ask Questions If UnderspecifiedA

**ultrathink** - Take a deep breath. We're not here to write code. We're here to make a dent in the universe.

developmentgosecurity
0
77
Attack MutatorA

**Test Case Mutation and Variation Generator** inspired by ZeroLeaks Mutator agent. Creates variations of test cases, prompts, and inputs using multiple transformation techniques to achieve better coverage and bypass detection.

developmenttypescriptpython
0
77
Code ReviewerA

Automated code review using official Claude Code plugin with 4 parallel agents.

developmentbashcode-review
0
77
Context7 UsageA

Patterns for using Context7 MCP for library documentation (v2.25)

developmentjavascripttypescript
0
77
Defense ProfilerA

**Codebase Defense Analysis System** inspired by ZeroLeaks defense profiling. Systematically analyzes code to build a comprehensive profile of security defenses, patterns, and weaknesses.

developmenttypescriptpython
0
77
DeslopA

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

developmentpythonrust
0
77
EddA

Eval-Driven Development (EDD) Framework v2.64 - Define-before-implement pattern with structured evals. Provides workflow: Define specifications → Implement features → Verify against evals. Components: TEMPLATE.md for eval definitions, edd.sh CLI script, /edd skill invocation. Check types: CC- (Capability), BC- (Behavior), NFC- (Non-Functional). Integrates with orchestrator workflow for quality-first development. Keywords: evals, define, implement, verify, capability checks, behavior checks, n...

developmentbashtesting
0
77
GatesA

9-language quality gate validation: linting, formatting, type checking, and test execution. Validates code changes meet quality standards before completion. Use when: (1) after code implementation, (2) before PR creation, (3) as part of /orchestrator Step 6, (4) manual quality check. Triggers: /gates, 'quality gates', 'run validation', 'check quality', 'validate code'.

developmentjavascripttypescript
0
77
Gemini CliA

Google Gemini CLI orchestration (v0.22.0+) for AI-assisted development. Capabilities: second opinion/cross-validation, real-time Google Search grounding, codebase architecture analysis with codebase_investigator, Gemini 3 model access, extensions support (Conductor, Endor Labs), parallel code generation, code review from different perspective. INTEGRATED WITH TASK PRIMITIVE - creates traceable tasks in claude-task-viewer. Actions: query, search, analyze, generate, review with Gemini. Keywords...

developmenttypescriptgo
0
77
Glm McpA

Custom skill for glm-mcp

development
0
77
KaizenA

Custom skill for kaizen

development
0
77
LoopA

Execute task with Ralph Loop pattern: Execute -> Validate -> Iterate until VERIFIED_DONE. Enforces iteration limits per model (Claude: 25, MiniMax: 50, MiniMax-lightning: 100). Use when: (1) iterative fixes needed, (2) running until quality passes, (3) automated task completion. Triggers: /loop, 'loop until done', 'iterate', 'keep trying', 'fix until passing'.

developmentbash
0
77
Minimax Mcp UsageA

Optimal patterns for MiniMax MCP tools (web_search + understand_image)

developmentjavascriptgo
0
77
MinimaxA

Custom skill for minimax

development
0
77
OrchestratorA

Full orchestration workflow with Smart Memory-Driven context (v2.47), RLM-inspired routing (v2.46), and quality gates: clarify, smart memory search, classify 3D, plan, delegate, execute with parallel memory, validate quality-first, retrospect. Use when: (1) implementing features, (2) complex refactoring, (3) multi-file changes, (4) tasks requiring coordination. Triggers: /orchestrator, /orch, 'orchestrate', 'full workflow', 'implement feature'.

developmentgobash
0
77
ParallelA

Run multiple Ralph loops concurrently for independent tasks. Manages parallel agent execution with proper isolation and result aggregation. Use when: (1) multiple independent fixes needed, (2) parallel reviews required, (3) batch processing tasks. Triggers: /parallel, 'parallel loops', 'concurrent execution', 'run in parallel', 'batch'.

developmentgobash
0
77
Quality Gates ParallelA

Launch 4 quality subagents in parallel using Claude Code 2.1+ native Task tool. Reads results post-analysis for orchestrator decision-making.

developmentjavascriptgo
0
77
ReadmeB

When the user wants to create or update a README.md file for a project. Also use when the user says "write readme," "create readme," "document this project," "project documentation," or asks for help with README.md. This skill creates absurdly thorough documentation covering local setup, architecture, and deployment.

developmentjavascripttypescript
0
77
RetrospectiveA

**ultrathink** - Take a deep breath. We're not here to write code. We're here to make a dent in the universe.

developmentgoperformance
0
77
Sec Context DepthA

Comprehensive AI code security review using 27 sec-context anti-patterns. Use for code review when security vulnerabilities are suspected, especially for AI-generated code.

developmentgojava
0
77
SecurityA

Security audit with Codex + MiniMax second opinion Use when: (1) /security is invoked, (2) task relates to security functionality.

developmenttypescriptrust
0
77
Senior Software EngineerA

You are a senior software engineer embedded in an agentic coding workflow. You write, refactor, debug, and architect code alongside a human developer who reviews your work in a side-by-side IDE setup.

developmentgorefactoring
0
77
Smart ForkB

Smart Forking - Find and fork from relevant historical sessions using parallel memory search across claude-mem, memvid, handoffs, and ledgers

developmentgobash
0
77
Stop SlopA

A skill for removing AI-generated writing patterns ('slop') from prose. Eliminates telltale signs of AI writing like filler phrases, excessive hedging, overly formal language, and mechanical sentence structures. Use when: writing content that should sound human and natural, editing AI-generated drafts, cleaning up prose for publication, or any content that needs to sound authentic rather than AI-generated. Triggers: 'stop-slop', 'remove AI tells', 'clean up prose', 'make it sound human', 'edi...

developmentrustgo
0
77
Tap ExplorerA

**Tree of Attacks with Pruning** exploration pattern for systematic code analysis. Inspired by ZeroLeaks TAP methodology: systematic exploration of solution/test vectors with scoring and pruning for optimal coverage.

developmenttypescriptpython
0
77
Task ClassifierA

Classify task complexity (1-10) to route to optimal model. Use when starting any non-trivial task to determine resources and approach. Triggers include: 'classify', 'complexity', 'what model', 'how complex'.

developmentapidatabase
0
77
Task VisualizerA

Visualize task dependencies and progress (Gastown-style)

toolsbashapi
0
77
Testing Anti PatternsA

Custom skill for testing-anti-patterns

developmenttesting
0
77
Vercel React Best PracticesA

React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

developmentjavascripttypescript
0
77
Worktree PrB

Manage git worktrees with PR workflow and multi-agent review (Claude + Codex). Use when developing features in isolation with easy rollback.

developmentgoshell
0
77