Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Agent Rules

  • 43 installs
  • 69 repo stars
  • Updated August 2, 2026
  • netresearch/agents-skill

Helps with ai & agent building tasks.

About

agent-rules is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • agent-rules
  • AI & Agent Building
  • AI-coding skill

Agent Rules by the numbers

  • 43 all-time installs (skills.sh)
  • Ranked #7,972 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/agents-skill --skill agent-rules

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars69
Last updatedAugust 2, 2026
Repositorynetresearch/agents-skill

What it does

Helps with ai & agent building tasks.

Files

AGENTS.mdMarkdownGitHub ↗

<!-- Managed by agent: keep sections and order; edit content, not structure. Last updated: 2026-02-05 -->

AGENTS.md — agents

<!-- AGENTS-GENERATED:START overview -->

Overview

Claude Code skill/plugin providing AI agent capabilities <!-- AGENTS-GENERATED:END overview -->

<!-- AGENTS-GENERATED:START filemap -->

Key Files

FilePurpose
skills/agent-rules/scripts/verify-commands.sh!/usr/bin/env bash
skills/agent-rules/scripts/generate-file-map.sh!/usr/bin/env bash
skills/agent-rules/scripts/analyze-git-history.sh!/usr/bin/env bash
skills/agent-rules/scripts/detect-utilities.sh!/usr/bin/env bash
skills/agent-rules/scripts/extract-platform-files.sh!/usr/bin/env bash

<!-- AGENTS-GENERATED:END filemap -->

<!-- AGENTS-GENERATED:START golden-samples -->

Golden Samples (follow these patterns)

PatternReference
Standard implementationskills/agent-rules/SKILL.md

<!-- AGENTS-GENERATED:END golden-samples -->

<!-- AGENTS-GENERATED:START setup -->

Setup & environment

  • Plugin: agents v2.8.0
  • Skills: 1 skill(s) in skills/
  • Install: composer require netresearch/agent-rules-skill

<!-- AGENTS-GENERATED:END setup -->

<!-- AGENTS-GENERATED:START structure -->

Directory structure

.claude-plugin/
  plugin.json          → Plugin manifest (name, version, skills)
skills/
  <skill-name>/
    SKILL.md           → Skill definition and instructions
    assets/            → Templates, reference docs
    scripts/           → Shell scripts for automation
    references/        → Examples, golden samples

<!-- AGENTS-GENERATED:END structure -->

<!-- AGENTS-GENERATED:START commands -->

Build & tests

  • Lint scripts: shellcheck skills/*/scripts/*.sh
  • Validate plugin: jq . .claude-plugin/plugin.json

<!-- AGENTS-GENERATED:END commands -->

<!-- AGENTS-GENERATED:START code-style -->

Code style & conventions

  • SKILL.md: Clear, actionable instructions for AI agents
  • Shell scripts: Follow ShellCheck recommendations
  • Templates: Use `` syntax for variables
  • Keep skills focused on one domain/task
  • Include checkpoints for verification
  • Provide golden samples for pattern demonstration

<!-- AGENTS-GENERATED:END code-style -->

<!-- AGENTS-GENERATED:START skill-design -->

Skill design principles

  • Actionable: Tell agents WHAT to do, not just WHAT things are
  • Verifiable: Include checkpoints agents can run to verify work
  • Scoped: One skill = one domain (don't mix concerns)
  • Referenced: Point to golden samples, not generic examples
  • Minimal: Include only what agents need; avoid documentation bloat

<!-- AGENTS-GENERATED:END skill-design -->

<!-- AGENTS-GENERATED:START security -->

Security & safety

  • Never include secrets or credentials in skills
  • Validate all user inputs in scripts
  • Use placeholder values in examples: your-api-key, example.com
  • Review generated content for sensitive information

<!-- AGENTS-GENERATED:END security -->

<!-- AGENTS-GENERATED:START checklist -->

PR/commit checklist

  • [ ] ShellCheck passes: shellcheck skills/*/scripts/*.sh
  • [ ] SKILL.md instructions are clear and actionable
  • [ ] Templates use whole-line placeholders (not inline)
  • [ ] Golden samples exist for key patterns
  • [ ] Checkpoints are verifiable
  • [ ] plugin.json version updated if releasing

<!-- AGENTS-GENERATED:END checklist -->

<!-- AGENTS-GENERATED:START examples -->

Patterns to Follow

Prefer looking at real code in this repo over generic examples.
See Golden Samples section above for files that demonstrate correct patterns.

<!-- AGENTS-GENERATED:END examples -->

<!-- AGENTS-GENERATED:START help -->

When stuck

  • Check existing skills for patterns
  • Review Claude Code documentation
  • Test skills with claude --skill <name>
  • Check root AGENTS.md for project conventions

<!-- AGENTS-GENERATED:END help -->

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.