strikersam

60 mods across 1 repository, 8 stars between them.

agent-harness

01

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Build and run a structured agent harness — an outer loop that gives an LLM a defined set of tools (capabilities) and drives it to task completion. Based on the architecture from the OpenAI Agents SDK blog post: an Agent is a for-loop with an LLM running tools until done.

8 yesterday A 0 tokens original MIT

auto-fix

02

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Automatically detect and fix linting, formatting, and type errors across the codebase. Acts as a one-shot "clean up everything" command before committing or opening a PR.

8 yesterday A 0 tokens original MIT

brain-dump

03

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Convert a chaotic list of scattered ideas, notes, or thoughts into a structured, prioritized action plan. Transforms raw cognitive output into organized tasks with clear next steps.

8 yesterday A 0 tokens original MIT

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Raw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics. Rigid grids, extreme type scale contrast, utilitarian color, analog degradation effects. For data-heavy dashboards, portfolios, or editorial sites that need to feel like declassified blueprints.

8 yesterday A 57 tokens copy · 100% MIT

changelog-enforcer

05

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Ensure every meaningful change has a proper docs/changelog.md entry. Use before every commit that changes behaviour, adds features, or fixes bugs.

8 yesterday A 33 tokens original MIT

checkpoint-strategy

06

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Design and validate checkpointing strategies for LLM training runs. One of the most painful lessons from building LLMs from scratch: losing 12 hours of compute to a spike you can't roll back from.

8 yesterday A 0 tokens original MIT

context-prime

07

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Prime Claude with deep repository context before starting any significant task. Ensures Claude has a full mental model of the codebase architecture, conventions, and constraints before writing a single line of code.

8 yesterday A 0 tokens original MIT

cooldown-resume

08

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Resume an interrupted AI coding session after token exhaustion, rate limiting, or process restart. Use when a session was interrupted mid-task.

8 yesterday B 31 tokens original MIT

council-review

09

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Multi-perspective code review before merging. Simulates a council of reviewers (security, correctness, performance, maintainability) independently evaluating a change. Use before any PR merge or for significant changes.

8 yesterday A 44 tokens original MIT

data-quality-audit

10

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Audit training data and tokenizer pipelines for quality issues that silently degrade LLM training. Data problems are the #1 underdiagnosed cause of poor model performance — most tutorials skip this entirely.

8 yesterday A 0 tokens original MIT

debug-tracer

11

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Systematically trace and resolve bugs using hypothesis-driven debugging. Prevents random trial-and-error and ensures the root cause is found, not just the symptom.

8 yesterday A 0 tokens original MIT

dependency-audit

12

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Review, validate, and update Python dependencies safely. Use when adding a new package, upgrading an existing one, or reviewing the dependency surface.

8 yesterday A 32 tokens original MIT

deslop

13

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Remove AI code slop before committing. Review AI-generated code for unnecessary verbosity, redundant comments, over-engineering, and low-signal patterns that degrade codebase quality over time.

8 yesterday A 39 tokens original MIT

docs-sync

14

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Keep documentation in sync after code changes. Run after any change that alters module behaviour, APIs, env vars, or architecture.

8 yesterday A 28 tokens original MIT

duplicate-thread

15

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Clone an existing plan, task thread, or agent session so you can explore an alternative approach without losing the original. Analogous to "duplicate thread" in Copilot's mission control.

8 yesterday A 0 tokens original MIT

email-triage

16

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Rapidly process a backlog of emails by categorizing, prioritizing, and drafting responses or actions. Reduces inbox overwhelm and ensures nothing important is missed.

8 yesterday A 0 tokens original MIT

fabric-patterns

17

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Implements a Fabric-like reusable prompt pattern system. Allows storing, retrieving, and composing prompt patterns for consistent AI interactions.

8 yesterday A 28 tokens original MIT

feature-flag

18

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Implement new features behind feature flags to enable safe, gradual rollouts and easy rollbacks without code deployments.

8 yesterday A 0 tokens original MIT

git-hygiene

19

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Ensures the repository's git history, branch state, and commit messages are clean, meaningful, and follow project conventions before pushing or merging.

8 yesterday A 0 tokens original MIT

graphify

20

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Converts this codebase into a queryable knowledge graph so AI sessions query graph.json (71.5x fewer tokens) instead of reading raw source files. Integrates with Claude Code and Codex via repo hooks that auto-refresh on session start and after turns.

8 yesterday A 56 tokens original MIT

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Plan a multi-file or multi-step implementation before writing any code. Use before any change touching more than two files, adding a new feature, or changing a module interface.

8 yesterday A 38 tokens original MIT

insights

22

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Analytics, heatmaps, and trends from session history. Analyze checkpoint logs, learnings, and git history to surface patterns: which files change most, which steps fail most often, and where to invest in tooling or tests.

8 yesterday B 48 tokens original MIT

issue-resolver

23

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Provides a structured, repeatable process for resolving GitHub issues from start to finish — reading the issue, planning a solution, implementing it, testing it, and closing it with a proper commit and changelog entry.

8 yesterday A 0 tokens original MIT

learn-rule

24

strikersam/autonomous-ai-agency

Skill Claude CodeCodex

Persist corrections and patterns to long-term memory. When a mistake is made or a rule is learned, write it to .claude/state/learnings.md so it's never repeated.

8 yesterday A 38 tokens original MIT