xobotyi/cc-foundry

Claude Code foundry - plugins, skills, and tools

20Stars on the repository
59Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

release

01

xobotyi/cc-foundry

Skill Claude CodeCodex

GitHub release creation for cc-foundry plugins: per-plugin tags, release notes as the changelog, and post-push publishing. Invoke whenever task involves pushing commits to master, releasing or publishing a plugin version, bumping plugin versions, or writing release notes.

20 2d ago A 55 tokens original MIT

xobotyi/cc-foundry

Skill Claude CodeCodex

Design and maintain Claude Code output styles: choosing the mechanism, setting the frontmatter, and writing the role, voice, and rules the style installs in the system prompt.

20 2d ago A 39 tokens original MIT

prompt-engineering

03

xobotyi/cc-foundry

Skill Claude CodeCodex

Write and debug instruction text on any surface: requests, standing context such as CLAUDE.md, tool and schema descriptions, and prompts written for other model instances.

20 2d ago A 37 tokens original MIT

prompt-terser

04

xobotyi/cc-foundry

Skill Claude CodeCodex

Run a phased terseness pass over an existing prompt or skill and return a diff-proposal: mechanical wording and format cuts listed as applied, structural cuts gated behind a falsification check.

20 2d ago A 41 tokens original MIT

skill-engineering

05

xobotyi/cc-foundry

Skill Claude CodeCodex

Author and maintain Agent Skills: routing metadata, body content, bundled references and scripts, evaluation, and distribution.

20 2d ago A 26 tokens original MIT

xobotyi/cc-foundry

Skill Claude CodeCodex

Design and maintain Claude Code subagents: the delegation decision, the frontmatter that governs a run, and the system prompt the agent wakes up with.

20 2d ago A 35 tokens original MIT

observability

07

xobotyi/cc-foundry

Skill Claude CodeCodex

Observability discipline: structured logging, metrics instrumentation, distributed tracing, and signal correlation. Invoke whenever task involves any interaction with observability concerns — adding logging, designing metrics, instrumenting traces, correlating signals, reviewing instrumentation, or understanding when…

20 2d ago A 56 tokens original MIT

otel-tracing

08

xobotyi/cc-foundry

Skill Claude CodeCodex

OpenTelemetry tracing discipline: correct spans, propagation, and semantic conventions produce useful traces. Invoke whenever task involves any interaction with distributed tracing — span creation, context propagation, instrumentation, sampling configuration, or OpenTelemetry SDK setup.

20 2d ago A 48 tokens original MIT

prometheus

09

xobotyi/cc-foundry

Skill Claude CodeCodex

Prometheus instrumentation discipline: right metric type, right name, right labels. Invoke whenever task involves any interaction with Prometheus metrics — instrumenting application code, writing PromQL queries, defining alerting or recording rules, choosing metric types, managing label cardinality, building…

20 2d ago A 63 tokens original MIT

statsd

10

xobotyi/cc-foundry

Skill Claude CodeCodex

StatsD metric instrumentation: push metrics over UDP, choose the right metric type, name consistently. Invoke whenever task involves any interaction with StatsD metrics — emitting counters, gauges, timers, histograms, sets, or distributions; configuring DogStatsD tags; tuning sampling rates; or integrating with…

20 2d ago A 74 tokens original MIT

cli

11

xobotyi/cc-foundry

Skill Claude CodeCodex

CLI application design: argument conventions, output streams, exit codes, configuration hierarchy, interactive modes, and terminal UX. Invoke whenever task involves any interaction with command-line tools or terminal applications — building, reviewing, debugging, or designing CLI interfaces.

20 2d ago B 50 tokens original MIT

shell-scripting

12

xobotyi/cc-foundry

Skill Claude CodeCodex

Shell script conventions, defensive patterns, and correctness rules: strict mode, quoting, portability, error handling, and common pitfalls. Invoke whenever task involves any interaction with shell scripts — writing, reviewing, debugging, or understanding .sh, .bash, .zsh files.

20 2d ago A 58 tokens original MIT

accessibility

13

xobotyi/cc-foundry

Skill Claude CodeCodex

Web accessibility discipline: semantic HTML first, ARIA only when needed, keyboard access always. Invoke whenever task involves any interaction with accessible web content -- writing, reviewing, refactoring, or debugging HTML/CSS/JS for WCAG compliance, ARIA usage, keyboard navigation, focus management, screen reader…

20 2d ago B 70 tokens original MIT

css

14

xobotyi/cc-foundry

Skill Claude CodeCodex

CSS conventions, layout systems, and modern patterns: predictable styles through low specificity and explicit cascade control. Invoke whenever task involves any interaction with CSS code — writing, reviewing, refactoring, debugging, or understanding stylesheets, SCSS, layout, or responsive design.

20 2d ago B 55 tokens original MIT

react

15

xobotyi/cc-foundry

Skill Claude CodeCodex

React component discipline: pure components, minimal state, effects as escape hatches. Invoke whenever task involves any interaction with React code — writing, reviewing, refactoring, debugging, or understanding JSX, hooks, component architecture, state management, or performance optimization.

20 2d ago B 53 tokens original MIT

svelte

16

xobotyi/cc-foundry

Skill Claude CodeCodex

Svelte runes-first reactivity and SvelteKit fullstack conventions. Invoke whenever task involves any interaction with Svelte code — writing, reviewing, refactoring, debugging, or understanding .svelte, .svelte.js, .svelte.ts files and SvelteKit projects.

20 2d ago B 60 tokens original MIT

tailwindcss

17

xobotyi/cc-foundry

Skill Claude CodeCodex

Tailwind CSS v4 utility-first discipline: CSS-first configuration, design tokens via @theme, and principled class composition. Invoke whenever task involves any interaction with Tailwind CSS — writing, reviewing, refactoring, debugging, or understanding utility classes, theme configuration, custom utilities, dark…

20 2d ago B 70 tokens original MIT

vue

18

xobotyi/cc-foundry

Skill Claude CodeCodex

Vue 3 conventions, Composition API patterns, SFC structure, reactivity, composables, and TypeScript integration. Invoke whenever task involves any interaction with Vue code — writing, reviewing, refactoring, debugging, or understanding .vue files, composables, and Vue component architecture.

20 2d ago B 59 tokens original MIT

commit-message

19

xobotyi/cc-foundry

Skill Claude CodeCodex

Git commit message conventions: structure, formatting, scoping, body content, breaking changes, trailers.

20 2d ago A 23 tokens original MIT

commit

20

xobotyi/cc-foundry

Skill Claude CodeCodex

Git commit workflow pipeline: atomic unit identification, commit ordering, quality gates, message validation, and post-commit verification.

20 2d ago A 26 tokens original MIT

charm-tui

21

xobotyi/cc-foundry

Skill Claude CodeCodex

Write and review Charmbracelet v2 terminal UIs in Go: Bubble Tea programs, Bubbles components, Lip Gloss styling and layout, Huh forms, Glamour markdown, fang CLI entry, and TUI testing.

20 2d ago B 50 tokens original MIT

golang

22

xobotyi/cc-foundry

Skill Claude CodeCodex

Write and review Go: idioms, error handling, concurrency, testing, project structure, the toolchain, and the language version a module's go directive permits.

20 2d ago B 38 tokens original MIT

templ

23

xobotyi/cc-foundry

Skill Claude CodeCodex

Write and review templ templates: syntax, components, attributes, styling, JavaScript data passing, escaping and sanitization, code generation, and testing.

20 2d ago B 32 tokens original MIT

zog

24

xobotyi/cc-foundry

Skill Claude CodeCodex

Write and review Zog schema validation in Go: schema shape, Parse against Validate, required and default semantics, tests and transforms, issue handling, and the zhttp, zjson, and zenv adapters.

20 2d ago B 45 tokens original MIT