stark-ai-de

34 mods across 1 repository, 5 stars between them.

codex-context-guard

02

stark-ai-de/agent-skills

Skill Claude CodeCodex

Prevent Codex context-window exhaustion during long-running refactors, repo audits, migrations, debugging sessions, or tasks with large logs, many file reads, or repeated tool output. Use when Codex context is getting high, /compact may be needed, or the user asks for context-efficient workflows.

5 4d ago A 65 tokens original Apache-2.0

debugging-diagnosis

03

stark-ai-de/agent-skills

Skill Claude CodeCodex

Diagnose and fix bugs through reproduction, minimization, hypotheses, instrumentation, targeted fixes, and regression coverage. Use when the user reports failing behavior, a broken test, runtime error, flaky workflow, or asks for debugging before implementation.

5 4d ago A 53 tokens original Apache-2.0

issue-plan-slicer

04

stark-ai-de/agent-skills

Skill Claude CodeCodex

Convert a spec, roadmap item, or rough plan into independently implementable issue slices with scope, dependencies, acceptance criteria, and validation. Use when the user asks to split work into GitHub issues, local markdown tasks, or agent-ready implementation chunks.

5 4d ago A 55 tokens original Apache-2.0

prd-writer

05

stark-ai-de/agent-skills

Skill Claude CodeCodex

Write a concise PRD or implementation brief from current context, separating problem, solution, user stories, decisions, testing, rollout, and out of scope. Use when the user asks for a PRD, product brief, implementation brief, or spec handoff.

5 4d ago A 56 tokens original Apache-2.0

prototype-spike

06

stark-ai-de/agent-skills

Skill Claude CodeCodex

Build or plan an explicitly throwaway prototype to answer a design, API, UX, performance, or integration question, then capture findings and cleanup. Use when the user asks for a spike, prototype, proof of concept, or experiment before committing to production design.

5 4d ago A 56 tokens original Apache-2.0

repo-map-zoom-out

07

stark-ai-de/agent-skills

Skill Claude CodeCodex

Map unfamiliar code areas before implementation by identifying entry points, ownership boundaries, callers, data flow, ADRs, validation, and likely edit surfaces. Use when the user asks to understand a subsystem, zoom out, map a repo area, or prepare for a risky change.

5 4d ago A 60 tokens original Apache-2.0

stark-ai-de/agent-skills

Skill Claude CodeCodex

Implement behavior with a red-green-refactor loop, observable tests, and small vertical slices. Use when the user asks for TDD, test-first work, regression-first fixes, or a feature that needs clear behavior before implementation.

5 4d ago A 50 tokens original Apache-2.0

grill-plan

09

stark-ai-de/agent-skills

Skill Claude CodeCodex

Relentlessly question a plan, design, migration, release, or repo maintenance proposal until assumptions, risks, constraints, and decision branches are clear. Use when the user wants to be grilled before implementation or wants a plan challenged.

5 4d ago A 50 tokens original Apache-2.0

handoff

10

stark-ai-de/agent-skills

Skill Claude CodeCodex

Write a compact handoff document so a fresh agent, thread, or session can continue. Use when context is long, the user wants to switch threads, work must be paused, or the agent needs to summarize current state without duplicating existing docs or diffs.

5 4d ago A 56 tokens original Apache-2.0

adr-writer

11

stark-ai-de/agent-skills

Skill Claude CodeCodex

Create short Architecture Decision Records under docs/adr. Use when the user makes a repo-level decision, changes skill format, publishing, validation, license, layout, or maintainer policy, and wants a concise ADR without documentation bloat.

5 4d ago A 51 tokens original Apache-2.0

stark-ai-de/agent-skills

Skill Claude CodeCodex

Bootstrap repo-local agent context for Codex and other coding agents. Use when setting up AGENTS.md, docs/agents, issue tracker rules, triage labels, domain docs, ADR locations, validation commands, or skill usage instructions for a repository.

5 4d ago A 54 tokens original Apache-2.0

ci-debugger

13

stark-ai-de/agent-skills

Skill Claude CodeCodex

Diagnose failed CI jobs and build pipelines using small-log, evidence-first debugging. Use when the user shares a failed GitHub Actions, GitLab CI, Vercel, or package-manager build and wants root cause, minimal fix, and regression test guidance.

5 4d ago A 56 tokens original Apache-2.0

stark-ai-de/agent-skills

Skill Claude CodeCodex

Review dependency updates, package manager changes, lockfile diffs, version bumps, and dependency risk. Use when the user asks whether dependency updates are safe, wants to upgrade packages, or needs a dependency PR reviewed.

5 4d ago A 47 tokens original Apache-2.0

docs-audit

15

stark-ai-de/agent-skills

Skill Claude CodeCodex

Audit repository documentation, README, examples, installation steps, onboarding flow, API docs, and contribution docs. Use when the user asks whether docs are clear, complete, current, or ready for a public repo.

5 4d ago A 46 tokens original Apache-2.0

issue-triage

16

stark-ai-de/agent-skills

Skill Claude CodeCodex

Triage repository issues through a maintainer decision tree. Use when the user asks to classify issues, apply labels, identify missing information, mark ready-for-agent work, split vague reports, or clean up an issue inbox.

5 4d ago A 49 tokens original Apache-2.0

pr-review

17

stark-ai-de/agent-skills

Skill Claude CodeCodex

Review pull requests for correctness, maintainability, tests, security, docs impact, release risk, and agent-induced failure modes. Use when the user asks for a PR review, diff review, merge readiness check, or maintainer feedback.

5 4d ago A 50 tokens original Apache-2.0

release-manager

18

stark-ai-de/agent-skills

Skill Claude CodeCodex

Prepare and operate repository releases through a finite, approval-gated hosted workflow. Use when the user asks to inspect release status, check setup, record component impact, create a generated release PR, plan or approve publication, dispatch post-release evidence, or prepare the OpenAI handoff.

5 4d ago A 59 tokens original Apache-2.0

repo-health-audit

19

stark-ai-de/agent-skills

Skill Claude CodeCodex

Audit repository health and maintenance readiness. Use when the user asks for a repo review, maintainer audit, cleanup plan, onboarding audit, technical debt scan, CI/docs/release hygiene review, or public repo readiness check.

5 4d ago A 49 tokens original Apache-2.0

stark-ai-de/agent-skills

Skill Claude CodeCodex

Review public repository security hygiene at a baseline maintainer level. Use when the user asks for secret-leak checks, SECURITY.md review, dependency hygiene, GitHub settings checklist, CI safety, or public release security readiness.

5 4d ago A 49 tokens original Apache-2.0

stark-ai-de/agent-skills

Skill Claude CodeCodex

Create or review Agent Skills with correct SKILL.md frontmatter, trigger descriptions, concise workflow design, progressive disclosure, references, scripts, assets, safety rules, and installability. Use when writing a new skill, improving an existing skill, or validating a public skills repo.

5 4d ago A 60 tokens original Apache-2.0

stark-ai-de/agent-skills

Skill Claude CodeCodex

Help install, list, update, remove, or troubleshoot Agent Skills using the Vercel skills CLI. Use when the user asks about npx skills add, installing a whole repo, installing one skill, global vs project installs, symlink vs copy, or Codex/Claude/Cursor agent targets.

5 4d ago A 66 tokens original Apache-2.0

skill-repo-curator

23

stark-ai-de/agent-skills

Skill Claude CodeCodex

Maintain a public Agent Skills repository. Use when updating skill catalogs, validating SKILL.md files, preparing a release, deprecating skills, reviewing install commands, checking README consistency, or keeping a skills repo ready for npx skills installation.

5 4d ago A 54 tokens original Apache-2.0

skillopt-setup

24

stark-ai-de/agent-skills

Skill Claude CodeCodex

Set up Microsoft SkillOpt for Agent Skills improvement. Use when installing SkillOpt, preparing per-skill train/val/test eval splits, configuring Codex CLI or provider-backed execution, running SkillOpt against SKILL.md bodies, reviewing bestskill.md, or importing optimized skill changes. Do not use for ordinary skill…

5 4d ago A 74 tokens original Apache-2.0