aidevops 2.67.2 → 2.69.0
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 +53 -10
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +88 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ The result: AI agents that work *with* your development process, not around it.
|
|
|
42
42
|
|
|
43
43
|
<!-- License & Legal -->
|
|
44
44
|
[](https://opensource.org/licenses/MIT)
|
|
45
|
-
[](https://github.com/marcusquinn)
|
|
45
|
+
[](https://github.com/marcusquinn)
|
|
46
46
|
|
|
47
47
|
<!-- GitHub Stats -->
|
|
48
48
|
[](https://github.com/marcusquinn/aidevops/stargazers)
|
|
@@ -92,8 +92,8 @@ The result: AI agents that work *with* your development process, not around it.
|
|
|
92
92
|
### Agent Structure
|
|
93
93
|
|
|
94
94
|
- ~15 main agents (Plan+, Build+, SEO, WordPress, etc.)
|
|
95
|
-
-
|
|
96
|
-
-
|
|
95
|
+
- 230+ subagent markdown files organized by domain
|
|
96
|
+
- 130+ helper scripts in `.agent/scripts/`
|
|
97
97
|
|
|
98
98
|
<!-- AI-CONTEXT-END -->
|
|
99
99
|
|
|
@@ -449,7 +449,7 @@ aidevops implements proven agent design patterns identified by [Lance Martin (La
|
|
|
449
449
|
|
|
450
450
|
| Pattern | Description | aidevops Implementation |
|
|
451
451
|
|---------|-------------|------------------------|
|
|
452
|
-
| **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`,
|
|
452
|
+
| **Give Agents a Computer** | Filesystem + shell for persistent context | `~/.aidevops/.agent-workspace/`, 130+ helper scripts |
|
|
453
453
|
| **Multi-Layer Action Space** | Few tools, push actions to computer | Per-agent MCP filtering (~12-20 tools each) |
|
|
454
454
|
| **Progressive Disclosure** | Load context on-demand | Subagent tables, YAML frontmatter, read-on-demand |
|
|
455
455
|
| **Offload Context** | Write results to filesystem | `.agent-workspace/work/[project]/` for persistence |
|
|
@@ -528,6 +528,10 @@ The setup script offers to install these tools automatically.
|
|
|
528
528
|
- **[CrewAI](https://crewai.com/)**: Multi-agent teams with role-based orchestration (MIT, localhost:8501)
|
|
529
529
|
- **[AutoGen](https://microsoft.github.io/autogen/)**: Microsoft's agentic AI framework with MCP support (MIT, localhost:8081)
|
|
530
530
|
|
|
531
|
+
### **Video Creation**
|
|
532
|
+
|
|
533
|
+
- **[Remotion](https://remotion.dev/)**: Programmatic video creation with React - animations, compositions, media handling, captions
|
|
534
|
+
|
|
531
535
|
### **WordPress Development**
|
|
532
536
|
|
|
533
537
|
- **[LocalWP](https://localwp.com)**: WordPress development environment with MCP database access
|
|
@@ -563,6 +567,11 @@ The setup script offers to install these tools automatically.
|
|
|
563
567
|
- **[Twilio](https://www.twilio.com/)**: SMS, voice calls, WhatsApp, phone verification (Verify API), call recording & transcription
|
|
564
568
|
- **[Telfon](https://mytelfon.com/)**: Twilio-powered cloud phone system with iOS/Android/Chrome apps for end-user calling interface
|
|
565
569
|
|
|
570
|
+
### **Animation & Video**
|
|
571
|
+
|
|
572
|
+
- **[Anime.js](https://animejs.com/)**: Lightweight JavaScript animation library for CSS, SVG, DOM attributes, and JS objects
|
|
573
|
+
- **[Remotion](https://remotion.dev/)**: Programmatic video creation with React - create videos using code with 29 specialized rule files
|
|
574
|
+
|
|
566
575
|
### **Performance & Monitoring**
|
|
567
576
|
|
|
568
577
|
- **[PageSpeed Insights](https://pagespeed.web.dev/)**: Website performance auditing
|
|
@@ -889,7 +898,34 @@ aidevops is registered as a **Claude Code plugin marketplace**. Install with two
|
|
|
889
898
|
/plugin install aidevops@aidevops
|
|
890
899
|
```
|
|
891
900
|
|
|
892
|
-
This installs the complete framework:
|
|
901
|
+
This installs the complete framework: 13 domain agents, 225+ subagents, and 130+ helper scripts.
|
|
902
|
+
|
|
903
|
+
### Importing External Skills
|
|
904
|
+
|
|
905
|
+
Import skills from any GitHub repository using `/add-skill`:
|
|
906
|
+
|
|
907
|
+
```bash
|
|
908
|
+
# Import from GitHub (auto-detects format)
|
|
909
|
+
/add-skill owner/repo
|
|
910
|
+
|
|
911
|
+
# Examples
|
|
912
|
+
/add-skill anthropics/courses # SKILL.md format
|
|
913
|
+
/add-skill PatrickJS/awesome-cursorrules # .cursorrules format
|
|
914
|
+
/add-skill someone/agents-repo # AGENTS.md format
|
|
915
|
+
```
|
|
916
|
+
|
|
917
|
+
**Supported formats:**
|
|
918
|
+
- `SKILL.md` - Agent Skills standard (preferred)
|
|
919
|
+
- `AGENTS.md` - Claude Code agents format
|
|
920
|
+
- `.cursorrules` - Cursor rules (auto-converted to SKILL.md)
|
|
921
|
+
|
|
922
|
+
**Features:**
|
|
923
|
+
- Conflict detection with existing skills
|
|
924
|
+
- Version tracking for updates (`/add-skill --check-updates`)
|
|
925
|
+
- Symlinks created for Claude Code, Cursor, Amp, and other tools
|
|
926
|
+
- Registry stored in `.agent/configs/skill-sources.json`
|
|
927
|
+
|
|
928
|
+
See `.agent/tools/build-agent/add-skill.md` for full documentation.
|
|
893
929
|
|
|
894
930
|
## **AI Agents & Subagents**
|
|
895
931
|
|
|
@@ -928,7 +964,7 @@ Ordered as they appear in OpenCode Tab selector and other AI assistants (14 tota
|
|
|
928
964
|
|
|
929
965
|
### **Example Subagents with MCP Integration**
|
|
930
966
|
|
|
931
|
-
These are examples of subagents that have supporting MCPs enabled. See `.agent/` for the full list of
|
|
967
|
+
These are examples of subagents that have supporting MCPs enabled. See `.agent/` for the full list of 225+ subagents organized by domain.
|
|
932
968
|
|
|
933
969
|
| Agent | Purpose | MCPs Enabled |
|
|
934
970
|
|-------|---------|--------------|
|
|
@@ -1095,10 +1131,17 @@ Plans are tracked in `TODO.md` (all tasks) and `todo/PLANS.md` (complex executio
|
|
|
1095
1131
|
| `/release` | Full release workflow (bump, tag, GitHub release, auto-changelog) |
|
|
1096
1132
|
| `/postflight` | Verify release health after deployment |
|
|
1097
1133
|
|
|
1134
|
+
**Documentation**:
|
|
1135
|
+
|
|
1136
|
+
| Command | Purpose |
|
|
1137
|
+
|---------|---------|
|
|
1138
|
+
| `/readme` | Create or update README.md (supports `--sections` for partial updates) |
|
|
1139
|
+
|
|
1098
1140
|
**Meta/Improvement**:
|
|
1099
1141
|
|
|
1100
1142
|
| Command | Purpose |
|
|
1101
1143
|
|---------|---------|
|
|
1144
|
+
| `/add-skill` | Import external skills from GitHub repos (SKILL.md, AGENTS.md, .cursorrules) |
|
|
1102
1145
|
| `/agent-review` | Analyze session and suggest agent improvements |
|
|
1103
1146
|
| `/session-review` | Review session for completeness and capture learnings |
|
|
1104
1147
|
| `/full-loop` | End-to-end development loop (task → preflight → PR → postflight → deploy) |
|
|
@@ -1462,9 +1505,9 @@ aidevops/
|
|
|
1462
1505
|
├── AGENTS.md # AI agent guidance (dev)
|
|
1463
1506
|
├── .agent/ # Agents and documentation
|
|
1464
1507
|
│ ├── AGENTS.md # User guide (deployed to ~/.aidevops/agents/)
|
|
1465
|
-
│ ├── *.md #
|
|
1466
|
-
│ ├── scripts/ #
|
|
1467
|
-
│ ├── tools/ # Cross-domain utilities
|
|
1508
|
+
│ ├── *.md # 13 main agents
|
|
1509
|
+
│ ├── scripts/ # 130+ helper scripts
|
|
1510
|
+
│ ├── tools/ # Cross-domain utilities (video, browser, git, etc.)
|
|
1468
1511
|
│ ├── services/ # External service integrations
|
|
1469
1512
|
│ └── workflows/ # Development process guides
|
|
1470
1513
|
├── configs/ # Configuration templates
|
|
@@ -1512,7 +1555,7 @@ bash .agent/scripts/setup-mcp-integrations.sh all
|
|
|
1512
1555
|
5. Submit pull request
|
|
1513
1556
|
|
|
1514
1557
|
**License:** MIT License - see [LICENSE](LICENSE) file for details
|
|
1515
|
-
**Created by Marcus Quinn** - Copyright © 2025
|
|
1558
|
+
**Created by Marcus Quinn** - Copyright © 2025-2026
|
|
1516
1559
|
|
|
1517
1560
|
---
|
|
1518
1561
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.69.0
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# AI Assistant Server Access Framework Setup Script
|
|
4
4
|
# Helps developers set up the framework for their infrastructure
|
|
5
5
|
#
|
|
6
|
-
# Version: 2.
|
|
6
|
+
# Version: 2.69.0
|
|
7
7
|
#
|
|
8
8
|
# Quick Install (one-liner):
|
|
9
9
|
# bash <(curl -fsSL https://aidevops.dev/install)
|
|
@@ -1470,6 +1470,92 @@ generate_agent_skills() {
|
|
|
1470
1470
|
return 0
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
1473
|
+
# Create symlinks for imported skills to AI assistant skill directories
|
|
1474
|
+
create_skill_symlinks() {
|
|
1475
|
+
print_info "Creating symlinks for imported skills..."
|
|
1476
|
+
|
|
1477
|
+
local skill_sources="$HOME/.aidevops/agents/configs/skill-sources.json"
|
|
1478
|
+
local agents_dir="$HOME/.aidevops/agents"
|
|
1479
|
+
|
|
1480
|
+
# Skip if no skill-sources.json or jq not available
|
|
1481
|
+
if [[ ! -f "$skill_sources" ]]; then
|
|
1482
|
+
print_info "No imported skills found (skill-sources.json not present)"
|
|
1483
|
+
return 0
|
|
1484
|
+
fi
|
|
1485
|
+
|
|
1486
|
+
if ! command -v jq &>/dev/null; then
|
|
1487
|
+
print_warning "jq not found - cannot create skill symlinks"
|
|
1488
|
+
return 0
|
|
1489
|
+
fi
|
|
1490
|
+
|
|
1491
|
+
# Check if there are any skills
|
|
1492
|
+
local skill_count
|
|
1493
|
+
skill_count=$(jq '.skills | length' "$skill_sources" 2>/dev/null || echo "0")
|
|
1494
|
+
|
|
1495
|
+
if [[ "$skill_count" -eq 0 ]]; then
|
|
1496
|
+
print_info "No imported skills to symlink"
|
|
1497
|
+
return 0
|
|
1498
|
+
fi
|
|
1499
|
+
|
|
1500
|
+
# AI assistant skill directories
|
|
1501
|
+
local skill_dirs=(
|
|
1502
|
+
"$HOME/.config/opencode/skills"
|
|
1503
|
+
"$HOME/.codex/skills"
|
|
1504
|
+
"$HOME/.claude/skills"
|
|
1505
|
+
"$HOME/.config/amp/tools"
|
|
1506
|
+
)
|
|
1507
|
+
|
|
1508
|
+
# Create skill directories if they don't exist
|
|
1509
|
+
for dir in "${skill_dirs[@]}"; do
|
|
1510
|
+
mkdir -p "$dir" 2>/dev/null || true
|
|
1511
|
+
done
|
|
1512
|
+
|
|
1513
|
+
local created_count=0
|
|
1514
|
+
|
|
1515
|
+
# Read each skill and create symlinks
|
|
1516
|
+
while IFS= read -r skill_json; do
|
|
1517
|
+
local name local_path
|
|
1518
|
+
name=$(echo "$skill_json" | jq -r '.name')
|
|
1519
|
+
local_path=$(echo "$skill_json" | jq -r '.local_path')
|
|
1520
|
+
|
|
1521
|
+
# Skip if path doesn't exist
|
|
1522
|
+
local full_path="$agents_dir/${local_path#.agent/}"
|
|
1523
|
+
if [[ ! -f "$full_path" ]]; then
|
|
1524
|
+
print_warning "Skill file not found: $full_path"
|
|
1525
|
+
continue
|
|
1526
|
+
fi
|
|
1527
|
+
|
|
1528
|
+
# Create symlinks in each AI assistant directory
|
|
1529
|
+
for skill_dir in "${skill_dirs[@]}"; do
|
|
1530
|
+
local target_file
|
|
1531
|
+
|
|
1532
|
+
# Amp expects <name>.md directly, others expect <name>/SKILL.md
|
|
1533
|
+
if [[ "$skill_dir" == *"/amp/tools" ]]; then
|
|
1534
|
+
target_file="$skill_dir/${name}.md"
|
|
1535
|
+
else
|
|
1536
|
+
local target_dir="$skill_dir/$name"
|
|
1537
|
+
target_file="$target_dir/SKILL.md"
|
|
1538
|
+
# Create skill subdirectory
|
|
1539
|
+
mkdir -p "$target_dir" 2>/dev/null || continue
|
|
1540
|
+
fi
|
|
1541
|
+
|
|
1542
|
+
# Create symlink (remove existing first)
|
|
1543
|
+
rm -f "$target_file" 2>/dev/null || true
|
|
1544
|
+
if ln -sf "$full_path" "$target_file" 2>/dev/null; then
|
|
1545
|
+
((created_count++))
|
|
1546
|
+
fi
|
|
1547
|
+
done
|
|
1548
|
+
done < <(jq -c '.skills[]' "$skill_sources" 2>/dev/null)
|
|
1549
|
+
|
|
1550
|
+
if [[ $created_count -gt 0 ]]; then
|
|
1551
|
+
print_success "Created $created_count skill symlinks across AI assistants"
|
|
1552
|
+
else
|
|
1553
|
+
print_info "No skill symlinks created"
|
|
1554
|
+
fi
|
|
1555
|
+
|
|
1556
|
+
return 0
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1473
1559
|
# Inject aidevops reference into AI assistant AGENTS.md files
|
|
1474
1560
|
inject_agents_reference() {
|
|
1475
1561
|
print_info "Adding aidevops reference to AI assistant configurations..."
|
|
@@ -2576,6 +2662,7 @@ main() {
|
|
|
2576
2662
|
confirm_step "Extract OpenCode prompts" && extract_opencode_prompts
|
|
2577
2663
|
confirm_step "Deploy aidevops agents to ~/.aidevops/agents/" && deploy_aidevops_agents
|
|
2578
2664
|
confirm_step "Generate agent skills (SKILL.md files)" && generate_agent_skills
|
|
2665
|
+
confirm_step "Create symlinks for imported skills" && create_skill_symlinks
|
|
2579
2666
|
confirm_step "Inject agents reference into AI configs" && inject_agents_reference
|
|
2580
2667
|
confirm_step "Update OpenCode configuration" && update_opencode_config
|
|
2581
2668
|
confirm_step "Setup Python environment (DSPy, crawl4ai)" && setup_python_env
|