Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,17 @@
},
"metadata": {
"description": "Professional AI coding configurations, agents, skills, and personalities for Claude Code and Cursor",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"repository": "https://github.com/TechNickAI/ai-coding-config"
},
"plugins": [
{
"name": "ai-coding-config",
"source": "./plugins/core",
"description": "Essential commands and context for AI-assisted development workflows",
"version": "3.0.1",
"tags": ["commands", "workflows", "essential"]
},
{
"name": "agents",
"source": "./plugins/agents",
"description": "Specialized AI agents for development, debugging, code review, testing, and design",
"version": "2.1.0",
"tags": ["agents", "debugging", "code-review", "testing", "development"]
"description": "Commands, agents, and context for AI-assisted development workflows",
"version": "4.0.0",
"tags": ["commands", "agents", "workflows", "essential"]
},
{
"name": "skills",
Expand Down
2 changes: 1 addition & 1 deletion .claude/agents
5 changes: 2 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Core project rules that apply to all tasks:
**Plugin-first architecture** - Everything distributable lives in `plugins/`:

- `.claude-plugin/marketplace.json` - Plugin marketplace manifest
- `plugins/core/` - Commands and context (canonical source)
- `plugins/agents/` - All AI agents consolidated
- `plugins/core/` - Commands, agents, and context (canonical source)
- `plugins/skills/` - Autonomous skills
- `plugins/personalities/` - Personality variants
- `.cursor/rules/` - Cursor rules (canonical location)
Expand Down Expand Up @@ -82,7 +81,7 @@ permanent records requiring explicit permission.
`heart-centered-ai-philosophy.mdc`
- **Plugin-first**: All content lives in `plugins/`, other locations symlink there
- `.claude/commands/` β†’ `plugins/core/commands/` (symlink)
- `.claude/agents/` β†’ `plugins/agents/agents/` (symlink)
- `.claude/agents/` β†’ `plugins/core/agents/` (symlink)
- `.claude/skills/` β†’ `plugins/skills/skills/` (symlink)
- `rules/` β†’ `.cursor/rules/` (symlink for visibility, THIS REPO ONLY)
- `.cursor/rules/` contains the canonical Cursor rules
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cursor, Windsurf, Cline - whatever you use.
```

```bash
/plugin install ai-coding-config agents skills
/plugin install ai-coding-config skills
```

**Using Cursor, Windsurf, Cline, or others?**
Expand Down Expand Up @@ -86,7 +86,7 @@ expertise (debugging, code review).
| Type | Count | Purpose |
| --------------------------------------- | ----- | ----------------------- |
| [Commands](plugins/core/commands/) | 14 | Automate workflows |
| [Agents](plugins/agents/agents/) | 13 | Specialized assistants |
| [Agents](plugins/core/agents/) | 13 | Specialized assistants |
| [Rules](rules/) | 32 | Coding standards |
| [Skills](plugins/skills/skills/) | 5 | Autonomous capabilities |
| [Personalities](plugins/personalities/) | 7 | Communication styles |
Expand All @@ -113,7 +113,7 @@ React? Loads React patterns. Writing tests? Testing standards.

### Highlighted Agents

Install via `/plugin install agents`:
Included in ai-coding-config plugin:

- **debugger** - Root cause analysis through systematic investigation
- **autonomous-developer** - Implements features following your project patterns
Expand Down
9 changes: 0 additions & 9 deletions plugins/agents/.claude-plugin/plugin.json

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/core/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ai-coding-config",
"version": "3.0.1",
"description": "Essential commands and context for AI-assisted development workflows",
"version": "4.0.0",
"description": "Commands, agents, and context for AI-assisted development workflows",
"author": {
"name": "TechNickAI",
"url": "https://github.com/TechNickAI"
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugins/core/commands/ai-coding-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Installation mapping:

- Rules β†’ `.cursor/rules/` (copy from `~/.ai_coding_config/.cursor/rules/`)
- Commands β†’ `.claude/commands/` symlink to `~/.ai_coding_config/plugins/core/commands/`
- Agents β†’ `.claude/agents/` symlink to `~/.ai_coding_config/plugins/agents/agents/`
- Agents β†’ `.claude/agents/` symlink to `~/.ai_coding_config/plugins/core/agents/`
- Skills β†’ `.claude/skills/` symlink to `~/.ai_coding_config/plugins/skills/skills/`
- Personalities β†’ `.cursor/rules/personalities/` (copy selected personality, set
`alwaysApply: true`)
Expand Down Expand Up @@ -424,7 +424,7 @@ This resolves correctly. Only check symlinks if they point directly to old paths
If direct symlinks to deleted paths found, offer to update:

- `.claude/commands/` β†’ `~/.ai_coding_config/plugins/core/commands/`
- `.claude/agents/` β†’ `~/.ai_coding_config/plugins/agents/agents/`
- `.claude/agents/` β†’ `~/.ai_coding_config/plugins/core/agents/`
- `.claude/skills/` β†’ `~/.ai_coding_config/plugins/skills/skills/`
</symlink-compatibility-check>

Expand Down