stepanenkoviktor0110-boop

116 mods across 2 repositories, 3 stars between them.

quick-learning

49

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A shared system for capturing and reusing knowledge from work sessions, including a fixed format, similarity checks, counters, and adaptation tracking. It runs only when its signals indicate that learning is useful.

not rated 2 9d ago A 100 tokens

recalibrate-all

50

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

Autonomous one-shot cleanup and calibration of all skills in $AGENTSHOME. Removes 16 obsolete design skills (keeps photo-crop, content-card), purges codex references from active skills and triads, calibrates remaining skills against Anthropic best practices and the 250-line SKILL.md soft limit. Runs end-to-end without…

not rated 2 9d ago A 156 tokens

safe-delete

51

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A checklist to run before deleting a project from a local computer. It checks Git synchronization, documentation, server state, and running local processes.

not rated 2 9d ago A 75 tokens

security-auditor

52

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A code security review based on the OWASP Top 10, a list of common web-application security risks. It examines areas such as login checks, user input, database queries, and external APIs.

not rated 2 9d ago A 93 tokens

sketch

53

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A lightweight prototyping mode for quickly trying an idea. It asks three to five questions, writes code directly without validation checks, and then decides whether to continue or archive the prototype.

not rated 2 9d ago A 68 tokens

skill-trainer

54

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

Embeds accumulated triads from quick-learning into target skills as permanent instructions. Reads triads with Adapted=— from triad-index.md, analyzes each skill's existing logic, auto-applies new rules when no coverage exists, proposes refinements when partial coverage found. After embedding, updates Adapted field and…

not rated 2 9d ago A 155 tokens

stack-research

55

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

Explicit-call only. Invoked by project-planning and tech-spec-planning as a gate before stack decisions, or manually via /stack-research. Not auto-triggered by keywords. Researches stack elements (libraries, APIs, services) against official documentation via parallel subagents, produces comparison tables, and…

not rated 2 9d ago A 76 tokens

task-decomposition

56

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A planning tool that breaks an approved technical specification into small task files. A technical specification is a written plan describing how a software change should be built.

not rated 2 9d ago A 55 tokens

tech-spec-planning

57

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A tool that writes a technical specification covering the software architecture, key decisions, testing approach, and implementation plan. It requires an existing user-spec.md file, which describes what the user needs.

not rated 2 9d ago A 93 tokens

test-master

58

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A guide to planning and reviewing software tests. It covers choosing tests, checking their quality, and using the test pyramid, a strategy that balances different kinds of tests.

not rated 2 9d ago A 65 tokens

triz-combinatorics

59

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A method for finding the smallest set of TRIZ techniques that resolves an entire design contradiction. TRIZ is a problem-solving framework for improving systems when one change creates a competing drawback.

not rated 2 9d ago A 157 tokens

triz-synergy

60

stepanenkoviktor0110-boop/ai-dev-methodology

Skill Claude CodeCodex

A skill for resolving conflicting development requirements, where one part of a system is expected to satisfy opposing conditions. It looks for existing resources in the code and data structure, then tests possible ways to separate the conflict by structure, timing, conditions, or relationships.

not rated 2 9d ago A 175 tokens

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Instructions file CodexOpenCode

AGENTS.md instructions for stepanenkoviktor0110-boop/ai-dev-methodology-codex, covering global preferences, ⛔ rule #0: auto-update before any pipeline step, instruction tone: strict by default, skill execution: no scripts and recovery after interruption.

not rated 1 4mo ago A 3,843 tokens

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Agent

Bidirectional requirements traceability: user-spec -> tech-spec/tasks and back. Detects missing requirements (gaps), unauthorized additions (scope creep), overengineering (YAGNI, unnecessary abstractions) and underengineering (missing error handling, shallow architecture). Use when: validating tech-spec completeness…

not rated 1 4mo ago A 88 tokens

deploy-reviewer

65

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Agent

Reviews CI/CD pipeline and deployment configuration quality. Checks GitHub Actions workflows, deploy scripts, secrets management, platform configuration. Orchestrator specifies what to check and provides file paths.

not rated 1 4mo ago A 40 tokens

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Agent

Reviews project-knowledge documentation quality against documentation-writing principles. Checks for code blocks, generic content, missing operational details, duplication, bloat. Orchestrator specifies project path or uses current directory.

not rated 1 4mo ago A 43 tokens

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Agent

Evaluates interview completeness for user-spec planning. Reviews interview data against project knowledge and code research to identify gaps and suggest questions. Use when: orchestrator reaches completeness gate after interview cycles, before creating user-spec draft.

not rated 1 4mo ago A 52 tokens

post-deploy-qa

69

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Agent

Post-deploy verification agent. Executes AVP via MCP tools on live environment, verifies all acceptance criteria (user-spec + tech-spec), picks up deferred criteria from pre-deploy QA. Returns JSON report.

not rated 1 4mo ago A 49 tokens

reality-checker

72

stepanenkoviktor0110-boop/ai-dev-methodology-codex

Agent

Validates task files against codebase reality: file/function existence, feasibility, hallucinations, basic security, TDD adequacy, implementation hints accuracy. Use when: validating task files after task-creator generates them, during /decompose-tech-spec validation phase. Not for: template compliance…

not rated 1 4mo ago A 76 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: