avizmarlon

31 mods across 1 repository, 2 stars between them.

adr-spec-gate

01

avizmarlon/agent-skills

Skill Claude CodeCodex

ADR + Spec mandatory gate before any project or feature development. Architecture Decision Records and Software Design Docs enforce design clarity. Use when starting a new project, initiating non-trivial features, or discussing architecture decisions and design docs.

2 2mo ago A 49 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Use for continuing, resuming, or closing substantial multi-session work; chained AI sessions; blind-AI handoff; living docs; roadmap/spec/progress/session-handoff/CHANGELOG updates; next slash goal or next-session prompt; Git/PR/worktree closeout. NOT for trivial one-off edits or urgent one-command ops.

2 2mo ago A 73 tokens original MIT

agent-flywheel

03

avizmarlon/agent-skills

Skill Claude CodeCodex

Use when planning a new project or feature, turning an idea or specification into an executable plan, designing architecture, establishing a roadmap or phase, or coordinating multi-session or multi-agent builds. Activate on "plan this build", "turn this into tasks", "make it a plan", or when tasking/swarm coordination…

2 2mo ago A 94 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Maintain configuration and capability parity across multiple AI agent runtimes (Claude, Codex, Cursor, Gemini, custom agents). Use when syncing rules, skills, MCPs, configs, or credentials across team AI tools, or when debugging drift between agents.

2 2mo ago A 55 tokens original MIT

business-guardrails

05

avizmarlon/agent-skills

Skill Claude CodeCodex

Validate before building — enforce product/market fit analysis, competitive positioning, and scope discipline before implementation. Use when starting a new product, MVP definition, feature scope discussion, competitive analysis, or any business-facing decision that precedes development.

2 2mo ago A 52 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Context preservation strategy for multi-session projects during context window compaction. Use when running /compact, when auto-compact is triggered, or when determining what state to preserve across session boundaries to maintain continuity.

2 2mo ago A 46 tokens original MIT

debug-protocol

07

avizmarlon/agent-skills

Skill Claude CodeCodex

Systematic debugging protocol for AI agents — pivot evidence-collection strategy after two failed reproduction rounds; treat available evidence (screenshots, console output, error messages) as ground truth from round one. Use when troubleshooting bugs, intermittent failures, error reproduction, or failed…

2 2mo ago A 58 tokens original MIT

dns-and-whois-tools

08

avizmarlon/agent-skills

Skill Claude CodeCodex

DNS lookup, WHOIS, passive-DNS history, IP reputation, and subdomain enumeration procedures. Auto-load when nslookup / dig / whois / host is mentioned, when investigating DNS records (A, NS, MX, CNAME, TXT), when researching historical nameservers, when checking IP reputation (AbuseIPDB, ipinfo.io), when enumerating…

2 2mo ago A 104 tokens original MIT

docs-as-code

09

avizmarlon/agent-skills

Skill Claude CodeCodex

Documentation accompanies code — no code is done without docs. Enforces a minimum documentation checklist per session, maintains a canonical documentation ledger across projects, and synchronizes documentation rules across all tools and agents. Use when writing code, creating features, modifying APIs, establishing new…

2 2mo ago A 68 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Engineering standards and project governance — Charter, RFC, Specification, Architecture Decision Records, Threat Models, SBOM, Runbooks, Playbooks, CHANGELOG, PROGRESS. CI/CD gates, branch protection, security review, dependency audit, secret scanning, TDD, feature flags. Use when scaffolding a non-trivial project…

2 2mo ago A 84 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

No intermediate options in trade-offs — every choice presented must be a path to excellence, never "accept broken state temporarily" or "good enough for now." Use when presenting trade-off decisions, discussing defect fixes, proposing feature scope, debating technical debt, MVP boundaries, and sequencing.

2 2mo ago A 63 tokens original MIT

git-pr-rules

12

avizmarlon/agent-skills

Skill Claude CodeCodex

Always use Pull Requests — never merge locally into main. Workflow for coordinator sessions to batch-merge open PRs. Pre-work scan of open pull requests before starting feature/bug work. Use when working with git, mentioning merge, PR, pull request, gh pr, git push origin main, branch protection, squash merge, or code…

2 2mo ago A 77 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Hooks as enforcement mechanism for AI behavior — use when a written rule fails repeatedly in generation flow and deterministic structural enforcement is needed. Triggers include detecting cyclic rule failure, asking about Claude Code hooks/lifecycle events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse…

2 2mo ago A 79 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Enforce hook lifecycle synchronization across all AI agent tools. When creating, modifying, or removing hooks in any AI tool (Claude Code, Codex CLI, Cursor, Gemini, Kimi, etc.), propagate changes to all equivalent tools in the same session. Use when implementing cross-tool runtime enforcement.

2 2mo ago A 66 tokens original MIT

iac-first-commit

15

avizmarlon/agent-skills

Skill Claude CodeCodex

Infrastructure-as-Code from the first commit — every new project must be rebuildable from git clone + one command, with declarative state in code and idempotent execution. Use when scaffolding new projects, bootstrapping infrastructure, choosing IaC tools (Ansible/Terraform/SST/Fastlane), or setting up infra/…

2 2mo ago A 78 tokens original MIT

impact-metrics-gate

16

avizmarlon/agent-skills

Skill Claude CodeCodex

Measure before building — enforce impact metrics definition before project/feature development. Use when starting projects, defining features, or setting success criteria.

2 2mo ago A 33 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Verify large payload fetches are COMPLETE — anti silent-truncation. Cross-check size vs expected, follow all pagination cursors. Use when fetching from paginated APIs, large databases, HAR files, log dumps, transcripts, or any payload >50k chars.

2 2mo ago A 60 tokens original MIT

ledger-auto-updates

18

avizmarlon/agent-skills

Skill Claude CodeCodex

Automatic documentation updates at end of substantive sessions. Update CHANGELOG + session-handoff without being asked. Triggers on session-end signals (farewells, wrap-up requests, topic pivots after coherent work, or context limits approaching).

2 2mo ago A 52 tokens original MIT

llm-model-selection

19

avizmarlon/agent-skills

Skill Claude CodeCodex

Select the right LLM for a task by consulting benchmarks and real performance data. Use when choosing between models (chatbot, agent, text classification, code generation, etc.), comparing model performance, or validating model availability and pricing.

2 2mo ago A 51 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Auto-start offline local services — detect connection errors, daemon failures, and start services programmatically instead of reporting them as blockers. Use when local service is unreachable, daemon not running, connection refused, port not listening, service offline.

2 2mo ago A 52 tokens original MIT

multi-phase-session

21

avizmarlon/agent-skills

Skill Claude CodeCodex

Manage multi-phase projects using separate sessions per phase instead of compact, with durable handoff files. Use when work spans multiple sessions, phases, handoffs, or when context degradation becomes a concern.

2 2mo ago A 43 tokens original MIT

new-project

22

avizmarlon/agent-skills

Skill Claude CodeCodex

Project bootstrap standard — guarantees all 25 core engineering and product disciplines are consulted in lifecycle order. Use when starting a new project, repository, feature, or phase. Prevents auto-trigger gaps by making the standard enforceable through a checklist.

2 2mo ago A 51 tokens original MIT

notion-api

23

avizmarlon/agent-skills

Skill Claude CodeCodex

Use Notion's REST API directly for batch database operations (querying, updating many rows, pagination, file uploads, creating databases). Auto-load when tasks mention Notion AND batch operations like "database", "update many", "iterate pages", "audit", "scan", or touch ≥3 rows. Prefer MCP (Notion search/create) for…

2 2mo ago A 79 tokens original MIT

avizmarlon/agent-skills

Skill Claude CodeCodex

Use Notion REST API (not MCP) for batch operations (≥3 rows). Applies to database queries, batch updates, scans, pagination, file uploads, database creation, and page replication. MCP is acceptable only for single-page CRUD operations.

2 2mo ago A 55 tokens original MIT