agent rules skills

106 tagged agent rules, measured the same way as everything else here.

Browse within: agent-skill 50agent-harness 43ai-slop 24code-quality 24agents-md 10

eac

01

zgsm-ai/everything-ai-coding

Skill Claude CodeCodex

One-stop search and install for coding resources. Aggregates MCP Servers, Skills, Rules, Prompts, and Plugins. Supports search, category browsing, project-based recommendations, and one-click install. Trigger: /eac:search | /eac:browse [category] | /eac:recommend | /eac:install | /eac:uninstall | /eac:update |…

205 5d ago C 103 tokens original MIT

code-slop

02

AsyrafHussin/agent-skills

Skill Claude CodeCodex

Detect AI-generated code patterns ("slop") in PHP/Laravel and TypeScript/React source — comment narration, generic naming, premature interfaces, defensive overdose, mock-everything tests, and the absence of human "scars". Use when reviewing AI-assisted PRs, auditing code for taste/quality (not metrics — that's…

71 5d ago A 110 tokens original MIT

git-workflow

03

AsyrafHussin/agent-skills

Skill Claude CodeCodex

Git best practices, branching strategies, commit conventions, and PR workflows. Use when reviewing git history, writing commits, setting up branching strategy, or improving git practices. Triggers on "git best practices", "commit message", "branching strategy", or "PR workflow".

71 5d ago A 59 tokens original MIT

technical-debt

04

AsyrafHussin/agent-skills

Skill Claude CodeCodex

Technical debt inventory, prioritization, and audit for PHP/Laravel (MySQL) and Node/TypeScript/React projects. Use when assessing code health, identifying refactoring candidates, planning debt paydown, or auditing a codebase for accumulated debt. Triggers on "audit technical debt", "find tech debt", "debt inventory"…

71 5d ago A 109 tokens original MIT

zod

05

anivar/zod-skill

Skill Claude CodeCodex

Zod v4 best practices, patterns, and API guidance for schema validation, parsing, error handling, and type inference in TypeScript applications. Covers safeParse, object composition, refinements, transforms, codecs, branded types, v3→v4 migration, and testing schemas with Jest or Vitest. Baseline: zod ^4.3.0. Triggers…

20 24d ago A 138 tokens original MIT

anivar/developer-docs-framework

Skill Claude CodeCodex

Enterprise technical documentation best practices, patterns, and frameworks for developer and partner adoption. Covers content architecture (Diataxis four quadrants), 14 content types (tutorials, how-to guides, API reference, SDK docs, migration guides, changelogs, runbooks, integration guides, troubleshooting…

10 24d ago A 259 tokens

jest

07

anivar/jest-skill

Skill Claude CodeCodex

Jest best practices, patterns, and API guidance for JavaScript/TypeScript testing. Covers mock design, async testing, matchers, timer mocks, snapshots, module mocking, configuration, and CI optimization. Baseline: jest ^30.0.0. Triggers on: jest imports, describe, it, test, expect, jest.fn, jest.mock, jest.spyOn…

6 23d ago A 97 tokens original MIT

deep-research

08

madebyaris/cursor-composer-rules

Skill Claude CodeCodexCursor

Iterative multi-source investigation with contradiction logging—use for audits, vendor comparisons, security posture reviews, benchmarking methodology, literature surveys, ambiguous technical history, regulated domains, unfamiliar APIs, architectural landscape scans, falsifiable claims needing citations, stakeholder…

3 13d ago A 61 tokens original MIT

senior-practices

09

madebyaris/cursor-composer-rules

Skill Claude CodeCodexCursor

Version-pinned coding and framework best practices from official docs and corroborated senior/maintainer guidance — use for unfamiliar stacks, upgrades, migrations, architecture reviews, "best practice" questions, or before introducing a new pattern when style governance says improve might be warranted.

3 13d ago A 59 tokens original MIT

1508550385junnan-bot/Magic-Agent-Global-Rules

Skill Claude CodeCodex

Universal collaboration rules for AI coding agents. Covers output standards, token optimization (90% cache hit, 98% tool output reduction), requirements locking with anti-drift checks, context compression (9-section CC template at 85%), skill borrowing workflow, image fallback without vision models, code comment…

2 3mo ago A 108 tokens GPL-3.0

agent-stocktake

11

shimo4228/claude-harness

Skill Claude CodeCodex

Audit /.claude/agents/.md (subagent definitions) for description-layer residency cost, body-layer quality, suppression instructions, staleness, and substrate absorption, assigning Keep/Improve/Update/Merge/Demote-to-skill/Dissolve/Retire verdicts. Use when the user says "audit my agents", "agent stocktake", "which…

2 2d ago A 166 tokens original MIT

authorship-strategy

12

shimo4228/claude-harness

Skill Claude CodeCodex

A strategy framework for makers who want their work to be recognizable, traceable, and citable in the age of AI. It treats tools such as papers, DOIs, and software identifiers as ways to preserve and spread authorship.

2 2d ago A 240 tokens original MIT

release-doi

13

shimo4228/claude-harness

Skill Claude CodeCodex

DOI-registered research repo (Zenodo) のリリース手順。CODEMAPS / README 多言語 / CHANGELOG / CITATION.cff / pyproject.toml / llms.txt / glossary を整合させてから tag push、Zenodo 自動採番後に新 DOI を反映し、Software Heritage archive + SWHID 記録 (intrinsic identifier 層) まで行う 5 phase + post-release ワークフロー。AKC / AAP / contemplative-agent など shimo4228…

2 2d ago A 130 tokens original MIT

create-feature

14

anoopsg/agent_rules

Skill Claude CodeCodex

Use when asked to create a new feature or sub-feature following the DDD-lite architecture, or set up state, view, and page layers for a domain.

2 1mo ago A 35 tokens original MIT

design-to-code

15

anoopsg/agent_rules

Skill Claude CodeCodex

Outlines the process for converting Figma designs into a structured, platform-aware Flutter implementation.

2 1mo ago A 22 tokens original MIT

manage-routes

16

anoopsg/agent_rules

Skill Claude CodeCodex

Use when asked to add, update, or group routes using GoRouter, or manage redirection guards.

2 1mo ago A 25 tokens original MIT

redux-saga

17

anivar/redux-saga-skill

Skill Claude CodeCodex

Redux-Saga best practices, patterns, and API guidance for building, testing, and debugging generator-based side-effect middleware in Redux applications. Covers effect creators, fork model, channels, testing with redux-saga-test-plan, concurrency, cancellation, and modern Redux Toolkit integration. Baseline: redux-saga…

2 23d ago A 109 tokens original MIT

zod-testing

18

anivar/zod-testing

Skill Claude CodeCodex

Testing patterns for Zod schemas using Jest and Vitest. Covers schema correctness testing, mock data generation, error assertion patterns, integration testing with API handlers and forms, snapshot testing with z.toJSONSchema(), and property-based testing. Baseline: zod ^4.0.0. Triggers on: test files for Zod schemas…

2 23d ago A 105 tokens original MIT

redux-saga-testing

19

anivar/redux-saga-testing

Skill Claude CodeCodex

Write tests for Redux Sagas using redux-saga-test-plan, runSaga, and manual generator testing. Covers expectSaga (integration), testSaga (unit), providers, partial matchers, reducer integration, error simulation, and cancellation testing. Works with Jest and Vitest. Triggers on: test files for sagas…

2 23d ago A 104 tokens original MIT

afaraha8403/balakit

Skill Claude CodeCodex

Author Skills (SKILL.md) and rules/instructions across Claude Code, Cursor, OpenCode, Codex, and GitHub Copilot. Covers frontmatter, file layout, activation model, cross-platform mirroring, and the universal craft: progressive disclosure, trigger-rich descriptions (context pointers), leading words, token budget…

1 3d ago A 132 tokens original MIT

dissect

21

afaraha8403/balakit

Skill Claude CodeCodex

Evidence-driven dissection of an existing service, written plan, or codebase area. Interrogates every entity (table, field, component, endpoint, module, boundary) against ground truth from multiple sources at once, red-teams each verdict devil's-advocate style, and arrives at the minimal-build optimization plan. Runs…

1 3d ago A 143 tokens original MIT

media-gen

22

afaraha8403/balakit

Skill Claude CodeCodex

AI media generation via Fal.ai: images, video, upscale, edits. Produces Instagram ad creative using a dual-model pipeline — runs Nano Banana Pro Edit AND Ideogram v4 Image-to-Image side-by-side for every concept, giving the user two takes per brief at negligible cost ($0.28/concept). Always uses image-to-image when a…

1 3d ago A 139 tokens original MIT

msw

23

anivar/msw-skill

Skill Claude CodeCodex

MSW (Mock Service Worker) v2 best practices, patterns, and API guidance for API mocking in JavaScript/TypeScript tests and development. Covers handler design, server setup, response construction, testing patterns, GraphQL, and v1-to-v2 migration. Baseline: msw ^2.15.0. Triggers on: msw imports, http.get, http.post…

1 23d ago A 123 tokens original MIT

guiju

24

arctan303/guiju.skill

Skill Claude CodeCodex

A pragmatic working-rules skill for agents. It makes agents more direct, judgment-oriented, less repetitive, and more careful before executing complex tasks.

1 3mo ago A 32 tokens original MIT