heyAyushh/stacc

A collection of AI agent configurations for coding

This repository also configures its own agents. See what stacc tells them →

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

heyAyushh/stacc

Skill Claude CodeCodex

50 core Rust coding conventions covering naming, data types, strings, error handling, memory, concurrency, async, and modern crate recommendations. Use when reviewing code style or setting up project conventions.

not rated 3 2mo ago A 44 tokens original MIT

rust-concurrency

98

heyAyushh/stacc

Skill Claude CodeCodex

Guides concurrency and async decisions in Rust. Use when encountering Send/Sync errors (E0277), choosing between threads vs async, designing shared state, or debugging deadlocks.

not rated 3 2mo ago A 40 tokens original MIT

rust-error-handling

99

heyAyushh/stacc

Skill Claude CodeCodex

Guides Rust error handling strategy. Use when choosing between Result/Option/panic, using anyhow vs thiserror, propagating errors with ?, or designing custom error types.

not rated 3 2mo ago A 39 tokens original MIT

rust-ownership

100

heyAyushh/stacc

Skill Claude CodeCodex

Guides ownership, borrowing, and lifetime decisions in Rust. Use when encountering E0382, E0597, E0506, E0507, move errors, or when designing data ownership.

not rated 3 2mo ago A 44 tokens original MIT

rust-performance

101

heyAyushh/stacc

Skill Claude CodeCodex

Guides Rust performance optimization. Use when profiling, benchmarking, reducing allocations, improving cache locality, choosing between rayon/async/threads, or applying SIMD/parallelism.

not rated 3 2mo ago A 37 tokens original MIT

heyAyushh/stacc

Skill Claude CodeCodex

Guides type-driven design in Rust. Use when encoding invariants in types, applying newtype pattern, implementing type state machines, using PhantomData, or making invalid states unrepresentable.

not rated 3 2mo ago A 43 tokens original MIT

heyAyushh/stacc

Skill Claude CodeCodex

Guides generic vs trait object decisions in Rust. Use when choosing between static and dynamic dispatch, designing traits, handling E0277/E0038, or deciding between enum and dyn Trait.

not rated 3 2mo ago A 45 tokens original MIT

solana-dev

104

heyAyushh/stacc

Skill Claude Code

End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a…

not rated 3 2mo ago A 130 tokens original MIT

turborepo

105

heyAyushh/stacc

Skill Claude CodeCodex needs its repo

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…

not rated 3 2mo ago A 111 tokens copy · 86% MIT

typescript

106

heyAyushh/stacc

Skill Claude CodeCodex needs its repo

Enforces modern TypeScript best practices for type-safe code, strict configuration, runtime validation, and clear type contracts. Use when writing or reviewing TypeScript/JavaScript code, configuring tsconfig.json, or when the user asks for TypeScript style guidance.

not rated 3 2mo ago A 53 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: