Skip to content

Anthropic · skills, agents, hooks, and plugins

Best Claude Coderules & configs — RuleSell

Claude Code is Anthropic's official terminal-based coding agent. It runs locally, reads and edits files, executes shell commands, and uses skills, hooks, and agents you place in ~/.claude/ to customize its behavior.

Top 5 Claude Code rules right now

Ranked by quality score — freshness, schema completeness, and review signals. Refreshed daily.

Why use Claude Code rules from RuleSell

  • Every Claude Code skill is quality-scored from automated signals — not star-rating gaming.
  • Real GitHub author attribution with SPDX license badges (MIT, Apache-2.0, etc).
  • Copy-paste install for ~/.claude/skills, agents, hooks, and plugins.
  • Claimable by the upstream author — when they claim, royalties route to them.

How to use Claude Code rules

  1. 1. Pick a Claude Code rule

    Browse the listings below and open one that matches your stack.

  2. 2. Copy the file contents

    Click "Copy" on the listing — or download the raw file from the source URL.

  3. 3. Paste into ~/.claude/

    Drop the rule into ~/.claude/. The exact command: cp rule.md ~/.claude/agents/ # or skills/, plugins/, hooks/

  4. 4. Restart Claude Code

    Restart your Claude Code session so the new rule is loaded. Verify it appears in the active context.

cp rule.md ~/.claude/agents/  # or skills/, plugins/, hooks/

Claude Code rules — frequently asked

Where do Claude Code skills live on disk?

By default in ~/.claude/skills/, ~/.claude/agents/, ~/.claude/hooks/, and ~/.claude/plugins/ — depending on the asset type. Project-scoped skills go in .claude/ inside the repo root.

How do I install a Claude Code skill from RuleSell?

Open the listing, copy the file contents, paste into the matching folder under ~/.claude/, then restart your Claude Code session so the skill is picked up.

How do I share Claude Code skills with my team?

Commit a .claude/ directory at the root of your repo with the skills, agents, and hooks you want shared. Every teammate's Claude Code session will load them automatically when they open the project.

Are RuleSell's Claude Code skills free?

All listings are free to download during beta. Paid publishing with Stripe Connect payouts opens after beta — original authors keep the majority cut.

What's the difference between a skill, an agent, and a hook?

A skill is reusable knowledge Claude can invoke during a task. An agent is a specialized sub-process Claude can dispatch with its own system prompt. A hook runs deterministically before/after specific tool calls (e.g. pre-commit validation).

More on RuleSell