alexei-led

72 mods across 8 repositories, 874 stars between them.

ccgram

01

alexei-led/ccgram

Settings file Claude Code

Agent settings declaring 52 allowed tools.

256 yesterday A tokens not measured original MIT

releasing

02

alexei-led/ccgram

Skill Claude CodeCodex

Full release lifecycle — version bump, CHANGELOG, rich release notes, tag, publish. Use when user says "release", "tag and release", "publish version", "cut a release", "new version".

256 yesterday A 46 tokens original MIT

alexei-led/k8s-mcp-server

Instructions file

Instructions for alexei-led/k8s-mcp-server, covering k8s mcp server — development guide, build & test commands, architecture, server (src/k8smcpserver/server.py) and security (src/k8smcpserver/security.py).

213 6mo ago A 1,008 tokens original MIT

alexei-led/cloud-mcp-server

Instructions file

Claude Code instructions for alexei-led/cloud-mcp-server, covering aws mcp server development guide, build & test commands, architecture, server (server.py) and sandbox (sandbox.py).

185 6mo ago C 1,114 tokens original MIT

spotinfo CLAUDE.md

05

alexei-led/spotinfo

Instructions file

Instructions for alexei-led/spotinfo, covering claude.md, project overview, the flag vocabulary, invariants and development commands.

163 5d ago C 11,588 tokens original Apache-2.0

spotinfo

06

alexei-led/spotinfo

Skill Claude CodeCodex

Query Spot/preemptible VM prices, savings and interruption risk across AWS, GCP and Azure with the spotinfo CLI. Use this whenever the user asks which instance type is cheapest, what a Spot instance costs, what the interruption risk is, whether arm64 beats x8664 on price, how AWS/GCP/Azure Spot pricing compares, or…

163 5d ago A 155 tokens original Apache-2.0

cc-thingz

07

alexei-led/cc-thingz

Plugin Claude Code

Portable skills, agents, hooks, and Pi-native extensions for coding agents.

35 1mo ago A tokens not measured original MIT

cc-thingz AGENTS.md

08

alexei-led/cc-thingz

Instructions file CodexOpenCode

Instructions for alexei-led/cc-thingz, covering cc-thingz — coding companion, build, writing agent/skill instructions, agents and platform coverage.

35 1mo ago A 2,377 tokens original MIT

cc-thingz CLAUDE.md

09

alexei-led/cc-thingz

Instructions file

Instructions for alexei-led/cc-thingz, a project described as: Portable skills, agents, hooks, and Pi extensions for Claude Code, Codex CLI, Copilot, Cursor, Grok, and Pi.

35 1mo ago A 5 tokens copy · 100% MIT

advisor

10

alexei-led/cc-thingz

Agent

Strategic risk reviewer — delivers a verdict, ranked risks, and ordered next actions, no code changes. Use for go/no-go calls, risk triage, and escalation when stuck. Not for applying changes (engineer) or line-level code review (reviewer).

35 1mo ago A 56 tokens original MIT

engineer

11

alexei-led/cc-thingz

Agent

Sole mutator role — applies and verifies code, test, doc, and infra changes. Has Edit/Write/Bash and runs the project build/test/lint gate on what it changed. Use for implement, fix, refactor, or apply tasks. Not for read-only review (reviewer) or risk advice (advisor).

35 1mo ago A 70 tokens original MIT

reviewer

12

alexei-led/cc-thingz

Agent

Read-only adversarial evaluator — reviews, audits, locates, or plans. Inspects with Read/Grep/Glob and does not modify code, run builds, or execute commands. Use for code review, security audit, locating code, or planning. Not for applying changes (engineer) or strategic risk verdicts (advisor).

35 1mo ago A 70 tokens original MIT

runner

13

alexei-led/cc-thingz

Agent

Fast utility lane for simple bounded tasks on a cheaper model when available. Use proactively for file lookup, grep/glob searches, git status/log/show/diff, file reads, log summaries, and focused shell inspection. Not for code changes (engineer), adversarial review (reviewer), or strategic judgment (advisor).

35 1mo ago A 67 tokens original MIT

brainstorming-ideas

14

alexei-led/cc-thingz

Skill Claude CodeCodex

Brainstorm ideas and stress-test draft plans before coding. Use when brainstorming, exploring approaches, designing a feature/API/flow, grilling or debating a bounded plan, challenging assumptions, or resolving design-blocking terminology. NOT for implementation task breakdown. NOT for generic technology comparisons…

35 1mo ago A 78 tokens original MIT

browser-automation

15

alexei-led/cc-thingz

Skill Claude CodeCodex

Browser automation for rendered UI exploration, validation, screenshots, recordings, and end-to-end flows. Use when a task needs an actual browser or rendered DOM: inspect UI state, click/fill forms, debug frontend behavior, capture evidence, verify a feature, or run/generate browser tests. NOT for API checks or pure…

35 1mo ago A 83 tokens original MIT

cleanup-git

16

alexei-led/cc-thingz

Skill Claude CodeCodex

Remove merged local branches and stale git worktrees. Use when the user says "cleanup branches", "prune worktrees", "tidy git", "remove merged branches", "delete merged branches", "gone branches", or wants to clean local git state. NOT for creating commits, creating worktrees, or configuring git hooks.

35 1mo ago A 70 tokens original MIT

committing-code

17

alexei-led/cc-thingz

Skill Claude CodeCodex

Create normal git commits with logical grouping. Use when committing, saving changes, creating commits, or grouping work into commits. NOT for amending, rebasing, force-pushing, or rewriting history.

35 1mo ago A 44 tokens original MIT

alexei-led/cc-thingz

Skill Claude CodeCodex

Configure safe git workflow hygiene: pre-commit/pre-push hooks, Gitleaks secret scanning, .gitignore rules, local git config, and guardrails. Use when setting up git hooks, gitleaks/git leaks, staged pre-commit checks, pre-push validation, core.hooksPath, .gitignore, or git config best practices. NOT for creating…

35 1mo ago A 111 tokens original MIT

deploying-infra

19

alexei-led/cc-thingz

Skill Claude CodeCodex

Validate infrastructure changes and, after explicit confirmation, apply Terraform, Helm, Kustomize, or Kubernetes deployments. Use when the user says "deploy", "deploy to staging", "terraform apply", "helm upgrade", "kubectl apply", "rollout", "deploy check", "validate deployment", or "validate infrastructure".…

35 1mo ago A 107 tokens original MIT

documenting-code

20

alexei-led/cc-thingz

Skill Claude CodeCodex

Create or update human-facing docs, agent-facing instructions, architecture docs, API docs, README content, and useful code comments from implementation facts. Use when docs are stale, missing, or must reflect code changes. NOT for code-quality review, prompt scoring, speculative docs, or ADRs unless explicitly…

35 1mo ago A 65 tokens original MIT

evolving-config

21

alexei-led/cc-thingz

Skill Claude CodeCodex

Audit and improve AI coding-agent configuration. Use when reviewing or changing Claude Code, Pi, Codex, skill, agent, hook, MCP, permission, package, or generated-export setup. Default is review-only; fixes require explicit user approval or --fix. NOT for score-only instruction review or prompt lint; use…

35 1mo ago A 92 tokens original MIT

fixing-code

22

alexei-led/cc-thingz

Skill Claude CodeCodex

Fix code defects with a reproducible feedback loop, root-cause diagnosis, minimal patch, regression test, and clean verification. Use when debugging, diagnosing, or resolving lint/test/build failures. NOT for behavior-preserving refactors (use refactoring-code), test-suite cleanup without a production bug (use…

35 1mo ago A 78 tokens original MIT

improving-tests

23

alexei-led/cc-thingz

Skill Claude CodeCodex

Improve test design, speed, and coverage with behavior-focused tests, useful seams, characterization tests, TDD, and test refactoring. Use when improving tests, optimizing slow suites, adding coverage, refactoring brittle tests, removing test waste, or working test-first. NOT for fixing production bugs (use…

35 1mo ago A 89 tokens original MIT

looking-up-docs

24

alexei-led/cc-thingz

Skill Claude CodeCodex

Find exact, version-correct library/API/framework docs through one lookup workflow. Use when the user says "look up docs", "how to use", "API for", "syntax for", "examples of", "show me the docs", mentions "ctx7"/"Context7", passes a /org/project library ID, or needs API signatures, config keys, syntax, examples, or…

35 1mo ago A 115 tokens original MIT