By pjordan
A collection of skills for coding agents during long-running autonomous development sessions. Includes agent-wiki (persistent knowledge base), with more to come.
A collection of skills for coding agents during long-running autonomous development sessions. Installable as a Claude Code plugin.
In Claude Code, add the marketplace and install the plugin:
/plugin marketplace add pjordan/agent-skills
/plugin install agent-skills@pjordan-agent-skills
Then reload to activate:
/reload-plugins
Once installed, skills are available automatically — Claude invokes them when relevant. You can also trigger a skill explicitly:
/agent-skills:agent-wiki init the wiki for this project
Or just ask naturally: "initialize the wiki", "ingest this finding", "lint the wiki".
| Skill | Description |
|---|---|
| agent-wiki | Persistent, compounding knowledge base. Maintains a .wiki/ directory of cross-referenced markdown pages across sessions. |
agent-skills/ # Marketplace root
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
├── plugins/
│ └── agent-skills/ # Plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── agent-wiki/
│ ├── README.md # Human-facing overview
│ ├── SKILL.md # Agent-facing instructions
│ └── references/ # Supporting docs (loaded on-demand)
├── CONTRIBUTING.md
├── CHANGELOG.md
└── LICENSE
The repo is a marketplace containing one plugin. Each skill lives under plugins/agent-skills/skills/ with a SKILL.md (agent instructions) and README.md (human overview).
See CONTRIBUTING.md for guidelines on adding new skills or improving existing ones.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pjordan/agent-skills --plugin agent-skillsSkill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Unified capability management center for Skills, Agents, and Commands.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.