[PR #80] [MERGED] feat: add Data Scientist and Full-Stack starter packs; tighten all existing packs #83

Closed
opened 2026-08-13 19:11:27 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/niels-emmer/myace/pull/80
Author: @niels-emmer
Created: 8/12/2026
Status: Merged
Merged: 8/12/2026
Merged by: @niels-emmer

Base: mainHead: feat/starter-pack-improvements


📝 Commits (1)

  • 36132b0 feat: add Data Scientist and Full-Stack starter packs; tighten all existing packs

📊 Changes

43 files changed (+641 additions, -335 deletions)

View changed files

📝 backend/app/services/seed_collections.py (+18 -0)
📝 collections/additional/auditor/AGENTS.md (+6 -20)
📝 collections/additional/auditor/agents/compliance-reviewer.md (+9 -13)
📝 collections/additional/auditor/agents/security-auditor.md (+10 -14)
📝 collections/additional/backend/AGENTS.md (+5 -21)
📝 collections/additional/backend/agents/api-reviewer.md (+9 -13)
📝 collections/additional/backend/agents/backend-builder.md (+11 -15)
📝 collections/additional/editor/AGENTS.md (+5 -17)
📝 collections/additional/editor/agents/docs-editor.md (+8 -9)
📝 collections/additional/editor/agents/docs-writer.md (+9 -10)
📝 collections/additional/frontend/AGENTS.md (+5 -7)
📝 collections/additional/frontend/agents/frontend-builder.md (+10 -14)
📝 collections/additional/frontend/agents/ui-reviewer.md (+8 -12)
📝 collections/additional/frontend/skills/component-conventions/SKILL.md (+16 -13)
collections/additional/fullstack/AGENTS.md (+21 -0)
collections/additional/fullstack/agents/fullstack-builder.md (+24 -0)
collections/additional/fullstack/agents/integration-reviewer.md (+24 -0)
collections/additional/fullstack/skills/contract-first-development/SKILL.md (+28 -0)
collections/additional/fullstack/skills/end-to-end-testing/SKILL.md (+28 -0)
collections/additional/fullstack/skills/fullstack-error-handling/SKILL.md (+27 -0)

...and 23 more files

📄 Description

Summary

Add two new starter packs and tighten all 7 existing packs for token efficiency (~54% reduction).

New collections

  • Data Scientist (base): 6 rules, 3 agents, 4 skills, 2 commands — reproducibility-first ML workflow
  • Full-Stack Developer (additional): 5 rules, 2 agents, 3 skills — contract-first frontend+backend discipline

Tightening

  • All 7 AGENTS.md files: removed preamble, persona coaching, rhetorical framing, cross-file duplication
  • All 18 agent files: same treatment — kept all actionable content
  • frontend/component-conventions skill: prose → checklist format

Verification

  • pytest: 200 passed
  • ruff: all clean

Type of change

  • feat (new feature)

Checklist

  • Self-review completed
  • No new warnings
  • Tests pass
  • Documentation updated (seed_collections.py)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/niels-emmer/myace/pull/80 **Author:** [@niels-emmer](https://github.com/niels-emmer) **Created:** 8/12/2026 **Status:** ✅ Merged **Merged:** 8/12/2026 **Merged by:** [@niels-emmer](https://github.com/niels-emmer) **Base:** `main` ← **Head:** `feat/starter-pack-improvements` --- ### 📝 Commits (1) - [`36132b0`](https://github.com/niels-emmer/myace/commit/36132b0e533dae6d7fc6d755b5d0ad39bd91a72d) feat: add Data Scientist and Full-Stack starter packs; tighten all existing packs ### 📊 Changes **43 files changed** (+641 additions, -335 deletions) <details> <summary>View changed files</summary> 📝 `backend/app/services/seed_collections.py` (+18 -0) 📝 `collections/additional/auditor/AGENTS.md` (+6 -20) 📝 `collections/additional/auditor/agents/compliance-reviewer.md` (+9 -13) 📝 `collections/additional/auditor/agents/security-auditor.md` (+10 -14) 📝 `collections/additional/backend/AGENTS.md` (+5 -21) 📝 `collections/additional/backend/agents/api-reviewer.md` (+9 -13) 📝 `collections/additional/backend/agents/backend-builder.md` (+11 -15) 📝 `collections/additional/editor/AGENTS.md` (+5 -17) 📝 `collections/additional/editor/agents/docs-editor.md` (+8 -9) 📝 `collections/additional/editor/agents/docs-writer.md` (+9 -10) 📝 `collections/additional/frontend/AGENTS.md` (+5 -7) 📝 `collections/additional/frontend/agents/frontend-builder.md` (+10 -14) 📝 `collections/additional/frontend/agents/ui-reviewer.md` (+8 -12) 📝 `collections/additional/frontend/skills/component-conventions/SKILL.md` (+16 -13) ➕ `collections/additional/fullstack/AGENTS.md` (+21 -0) ➕ `collections/additional/fullstack/agents/fullstack-builder.md` (+24 -0) ➕ `collections/additional/fullstack/agents/integration-reviewer.md` (+24 -0) ➕ `collections/additional/fullstack/skills/contract-first-development/SKILL.md` (+28 -0) ➕ `collections/additional/fullstack/skills/end-to-end-testing/SKILL.md` (+28 -0) ➕ `collections/additional/fullstack/skills/fullstack-error-handling/SKILL.md` (+27 -0) _...and 23 more files_ </details> ### 📄 Description ## Summary Add two new starter packs and tighten all 7 existing packs for token efficiency (~54% reduction). ### New collections - **Data Scientist** (base): 6 rules, 3 agents, 4 skills, 2 commands — reproducibility-first ML workflow - **Full-Stack Developer** (additional): 5 rules, 2 agents, 3 skills — contract-first frontend+backend discipline ### Tightening - All 7 AGENTS.md files: removed preamble, persona coaching, rhetorical framing, cross-file duplication - All 18 agent files: same treatment — kept all actionable content - frontend/component-conventions skill: prose → checklist format ### Verification - `pytest`: 200 passed - `ruff`: all clean ## Type of change - [x] feat (new feature) ## Checklist - [x] Self-review completed - [x] No new warnings - [x] Tests pass - [x] Documentation updated (seed_collections.py) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zaph0d 2026-08-13 19:11:27 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
github-mirrors/myace#83
No description provided.