agentscamp 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # agentscamp
2
2
 
3
- > 116 ready-to-use Claude Code agents, skills, and slash commands — installable in one command.
3
+ > 138 ready-to-use Claude Code agents, skills, and slash commands — installable in one command.
4
4
 
5
5
  [AgentsCamp](https://agentscamp.com) is a curated, format-validated directory of AI coding artifacts. This CLI bundles the full catalog and installs items straight into your `.claude/` directory.
6
6
 
@@ -43,8 +43,8 @@ These are Claude Code's standard locations — agents get delegated to automatic
43
43
  ## What's inside
44
44
 
45
45
  - **49 agents** — specialized subagents for development, data/AI, infra, security, and more → [browse agents](https://agentscamp.com/agents)
46
- - **38 skills** — on-demand capabilities for testing, databases, refactoring, releases → [browse skills](https://agentscamp.com/skills)
47
- - **29 commands** — reusable slash commands for planning, review, git, scaffolding → [browse commands](https://agentscamp.com/commands)
46
+ - **49 skills** — on-demand capabilities for testing, databases, refactoring, releases → [browse skills](https://agentscamp.com/skills)
47
+ - **40 commands** — reusable slash commands for planning, review, git, scaffolding → [browse commands](https://agentscamp.com/commands)
48
48
 
49
49
  Every item has a full page with docs, examples, and related picks at [agentscamp.com](https://agentscamp.com).
50
50
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-18T01:25:44.460Z",
3
+ "generatedAt": "2026-06-18T01:30:36.928Z",
4
4
  "counts": {
5
5
  "agents": 49,
6
6
  "skills": 49,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentscamp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Install AgentsCamp agents, skills, and slash commands into Claude Code from your terminal.",
5
5
  "license": "MIT",
6
6
  "type": "module",