@ryuenn3123/agentic-senior-core 1.9.0 → 1.9.2
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/.agent-context/blueprints/mobile-app.md +21 -21
- package/.agent-context/policies/llm-judge-threshold.json +29 -20
- package/.agent-context/profiles/platform.md +13 -13
- package/.agent-context/profiles/regulated.md +13 -13
- package/.agent-context/profiles/startup.md +13 -13
- package/.agent-context/review-checklists/frontend-skill-parity.md +28 -28
- package/.agent-context/review-checklists/frontend-usability.md +33 -33
- package/.agent-context/review-checklists/release-operations.md +29 -29
- package/.agent-context/rules/security.md +92 -0
- package/.agent-context/skills/README.md +62 -62
- package/.agent-context/skills/backend/README.md +67 -67
- package/.agent-context/skills/backend/architecture.md +360 -360
- package/.agent-context/skills/backend/data-access.md +230 -230
- package/.agent-context/skills/backend/errors.md +137 -137
- package/.agent-context/skills/backend/validation.md +116 -116
- package/.agent-context/skills/backend.md +28 -28
- package/.agent-context/skills/cli/README.md +49 -49
- package/.agent-context/skills/cli/init.md +37 -37
- package/.agent-context/skills/cli/output.md +35 -35
- package/.agent-context/skills/cli/upgrade.md +37 -37
- package/.agent-context/skills/cli.md +28 -28
- package/.agent-context/skills/distribution/README.md +18 -18
- package/.agent-context/skills/distribution/compatibility.md +31 -31
- package/.agent-context/skills/distribution/publish.md +36 -36
- package/.agent-context/skills/distribution/rollback.md +31 -31
- package/.agent-context/skills/distribution.md +28 -28
- package/.agent-context/skills/frontend/README.md +35 -35
- package/.agent-context/skills/frontend/accessibility.md +107 -107
- package/.agent-context/skills/frontend/motion.md +66 -66
- package/.agent-context/skills/frontend/performance.md +62 -62
- package/.agent-context/skills/frontend/ui-architecture.md +128 -128
- package/.agent-context/skills/frontend.md +29 -29
- package/.agent-context/skills/fullstack/README.md +18 -18
- package/.agent-context/skills/fullstack/contracts.md +52 -52
- package/.agent-context/skills/fullstack/end-to-end.md +41 -41
- package/.agent-context/skills/fullstack/feature-slicing.md +64 -64
- package/.agent-context/skills/fullstack.md +26 -26
- package/.agent-context/skills/index.json +107 -107
- package/.agent-context/skills/review-quality/README.md +18 -18
- package/.agent-context/skills/review-quality/benchmark.md +29 -29
- package/.agent-context/skills/review-quality/planning.md +37 -37
- package/.agent-context/skills/review-quality/security.md +33 -33
- package/.agent-context/skills/review-quality.md +27 -27
- package/.agent-context/stacks/flutter.md +16 -16
- package/.agent-context/stacks/react-native.md +16 -16
- package/.agent-context/state/architecture-map.md +25 -25
- package/.agent-context/state/benchmark-analysis.json +431 -431
- package/.agent-context/state/benchmark-thresholds.json +10 -10
- package/.agent-context/state/benchmark-watchlist.json +19 -19
- package/.agent-context/state/dependency-map.md +32 -32
- package/.agent-context/state/onboarding-report.json +39 -0
- package/.agent-context/state/skill-platform.json +38 -38
- package/.agent-override.md +36 -36
- package/.cursorrules +3718 -140
- package/.github/ISSUE_TEMPLATE/v1.7-frontend-work-item.yml +54 -54
- package/.github/workflows/benchmark-detection.yml +38 -38
- package/.github/workflows/benchmark-intelligence.yml +50 -50
- package/.github/workflows/frontend-usability-gate.yml +36 -36
- package/.github/workflows/publish.yml +32 -0
- package/.github/workflows/release-gate.yml +32 -32
- package/.github/workflows/sbom-compliance.yml +32 -32
- package/.windsurfrules +3718 -106
- package/AGENTS.md +181 -181
- package/README.md +318 -318
- package/bin/agentic-senior-core.js +61 -1556
- package/lib/cli/commands/init.mjs +339 -0
- package/lib/cli/commands/launch.mjs +81 -0
- package/lib/cli/commands/upgrade.mjs +165 -0
- package/lib/cli/compiler.mjs +204 -0
- package/lib/cli/constants.mjs +136 -0
- package/lib/cli/detector.mjs +211 -0
- package/lib/cli/profile-packs.mjs +94 -0
- package/lib/cli/skill-selector.mjs +210 -0
- package/lib/cli/utils.mjs +227 -0
- package/mcp.json +92 -92
- package/package.json +3 -1
- package/scripts/benchmark-gate.mjs +121 -121
- package/scripts/benchmark-intelligence.mjs +140 -140
- package/scripts/detection-benchmark.mjs +138 -138
- package/scripts/frontend-usability-audit.mjs +87 -87
- package/scripts/generate-sbom.mjs +61 -61
- package/scripts/init-project.ps1 +104 -104
- package/scripts/llm-judge.mjs +664 -664
- package/scripts/release-gate.mjs +116 -116
- package/scripts/skill-tier-policy.mjs +75 -75
- package/scripts/validate.mjs +636 -636
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
# Backend Engineering Skills
|
|
2
|
-
|
|
3
|
-
The backend domain covers server-side architecture, business logic, data access patterns, error handling, and operational concerns. Content consolidated from **antigravity-awesome-skills**, **awesome-copilot**, and **MiniMax-AI/skills**, with supercharging improvements ("above the line" automation and enforcement).
|
|
4
|
-
|
|
5
|
-
## Topics
|
|
6
|
-
|
|
7
|
-
- **[architecture.md](architecture.md)** - Layered design (Transport->Service->Repository), monolith vs microservices, SoC patterns, dependency management, strangler fig migrations
|
|
8
|
-
- **[validation.md](validation.md)** - Input sanitization, schema validation at API boundary, parameterized queries, typed errors
|
|
9
|
-
- **[data-access.md](data-access.md)** - Database design (3NF), query optimization (N+1 detection), safe zero-downtime migrations, indexing strategy
|
|
10
|
-
- **[errors.md](errors.md)** - Typed error codes, recovery patterns, debugging protocols, logging + correlation IDs
|
|
11
|
-
|
|
12
|
-
## What Makes Ours Different
|
|
13
|
-
|
|
14
|
-
- Layered Architecture (awesome-copilot) + Microservices Decision Framework (antigravity) + Project Structure (minimax)
|
|
15
|
-
- Dependency Auditor (ABOVE LINE) - Detect circular dependencies and enforce Transport->Service->Repository direction
|
|
16
|
-
- Zero-Downtime Migration Validator (ABOVE LINE) - Scan migrations, flag risky patterns, and suggest remediation
|
|
17
|
-
- Secrets Detector (ABOVE LINE) - Static scan for hardcoded API keys and database passwords
|
|
18
|
-
|
|
19
|
-
## Recommended Reading Order
|
|
20
|
-
|
|
21
|
-
1. `architecture.md` - Understand mental models (EXPERT tier)
|
|
22
|
-
2. `validation.md` - Protect at boundaries (ADVANCE tier)
|
|
23
|
-
3. `data-access.md` - Query strategy (EXPERT tier)
|
|
24
|
-
4. `errors.md` - Error handling pipeline (ADVANCE tier)
|
|
25
|
-
|
|
26
|
-
Then run:
|
|
27
|
-
```bash
|
|
28
|
-
npm run validate # Ensure tier structure
|
|
29
|
-
npm test # Verify examples compile
|
|
30
|
-
agentic-senior-core skill backend --tier expert # See consolidated content
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Tier Defaults per Topic
|
|
34
|
-
|
|
35
|
-
| Topic | Default Tier | Focus |
|
|
36
|
-
|-------|--------------|-------|
|
|
37
|
-
| architecture | EXPERT | Layering, dependencies, monolith->microservices migration |
|
|
38
|
-
| validation | ADVANCE | Boundary protection, Zod/Pydantic examples |
|
|
39
|
-
| data-access | EXPERT | 3NF design, N+1 patterns, safe migrations, indexed FKs |
|
|
40
|
-
| errors | ADVANCE | Typed codes, recovery, correlation IDs, logging |
|
|
41
|
-
|
|
42
|
-
## Comparative Coverage vs Benchmarks
|
|
43
|
-
|
|
44
|
-
| Aspect | antigravity | awesome-copilot | MiniMax | Ours |
|
|
45
|
-
|--------|-------------|-----------------|---------|------|
|
|
46
|
-
| Layered Architecture | Medium | High | Medium | High + policy enforcement |
|
|
47
|
-
| Monolith to Microservices | High | Medium | Medium | High + migration strategy |
|
|
48
|
-
| Database Design | Medium | High | Medium | High + guardrails |
|
|
49
|
-
| Error Handling | High | Medium | Medium | High + typed recovery path |
|
|
50
|
-
| Automation Tools | None | None | None | Dependency auditor, migration validator, secrets scanner |
|
|
51
|
-
|
|
52
|
-
## How to Use
|
|
53
|
-
|
|
54
|
-
**For init workflow:**
|
|
55
|
-
```bash
|
|
56
|
-
agentic-senior-core init --stack typescript --blueprint api-nextjs
|
|
57
|
-
# Activates: frontend, fullstack, backend, cli skills
|
|
58
|
-
# Default tier: advance
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
**For explicit skill selection:**
|
|
62
|
-
```bash
|
|
63
|
-
agentic-senior-core skill backend --tier expert
|
|
64
|
-
# Outputs: architecture + validation + data-access + errors at EXPERT level
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
**For skill reference in .cursorrules:**
|
|
1
|
+
# Backend Engineering Skills
|
|
2
|
+
|
|
3
|
+
The backend domain covers server-side architecture, business logic, data access patterns, error handling, and operational concerns. Content consolidated from **antigravity-awesome-skills**, **awesome-copilot**, and **MiniMax-AI/skills**, with supercharging improvements ("above the line" automation and enforcement).
|
|
4
|
+
|
|
5
|
+
## Topics
|
|
6
|
+
|
|
7
|
+
- **[architecture.md](architecture.md)** - Layered design (Transport->Service->Repository), monolith vs microservices, SoC patterns, dependency management, strangler fig migrations
|
|
8
|
+
- **[validation.md](validation.md)** - Input sanitization, schema validation at API boundary, parameterized queries, typed errors
|
|
9
|
+
- **[data-access.md](data-access.md)** - Database design (3NF), query optimization (N+1 detection), safe zero-downtime migrations, indexing strategy
|
|
10
|
+
- **[errors.md](errors.md)** - Typed error codes, recovery patterns, debugging protocols, logging + correlation IDs
|
|
11
|
+
|
|
12
|
+
## What Makes Ours Different
|
|
13
|
+
|
|
14
|
+
- Layered Architecture (awesome-copilot) + Microservices Decision Framework (antigravity) + Project Structure (minimax)
|
|
15
|
+
- Dependency Auditor (ABOVE LINE) - Detect circular dependencies and enforce Transport->Service->Repository direction
|
|
16
|
+
- Zero-Downtime Migration Validator (ABOVE LINE) - Scan migrations, flag risky patterns, and suggest remediation
|
|
17
|
+
- Secrets Detector (ABOVE LINE) - Static scan for hardcoded API keys and database passwords
|
|
18
|
+
|
|
19
|
+
## Recommended Reading Order
|
|
20
|
+
|
|
21
|
+
1. `architecture.md` - Understand mental models (EXPERT tier)
|
|
22
|
+
2. `validation.md` - Protect at boundaries (ADVANCE tier)
|
|
23
|
+
3. `data-access.md` - Query strategy (EXPERT tier)
|
|
24
|
+
4. `errors.md` - Error handling pipeline (ADVANCE tier)
|
|
25
|
+
|
|
26
|
+
Then run:
|
|
27
|
+
```bash
|
|
28
|
+
npm run validate # Ensure tier structure
|
|
29
|
+
npm test # Verify examples compile
|
|
30
|
+
agentic-senior-core skill backend --tier expert # See consolidated content
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Tier Defaults per Topic
|
|
34
|
+
|
|
35
|
+
| Topic | Default Tier | Focus |
|
|
36
|
+
|-------|--------------|-------|
|
|
37
|
+
| architecture | EXPERT | Layering, dependencies, monolith->microservices migration |
|
|
38
|
+
| validation | ADVANCE | Boundary protection, Zod/Pydantic examples |
|
|
39
|
+
| data-access | EXPERT | 3NF design, N+1 patterns, safe migrations, indexed FKs |
|
|
40
|
+
| errors | ADVANCE | Typed codes, recovery, correlation IDs, logging |
|
|
41
|
+
|
|
42
|
+
## Comparative Coverage vs Benchmarks
|
|
43
|
+
|
|
44
|
+
| Aspect | antigravity | awesome-copilot | MiniMax | Ours |
|
|
45
|
+
|--------|-------------|-----------------|---------|------|
|
|
46
|
+
| Layered Architecture | Medium | High | Medium | High + policy enforcement |
|
|
47
|
+
| Monolith to Microservices | High | Medium | Medium | High + migration strategy |
|
|
48
|
+
| Database Design | Medium | High | Medium | High + guardrails |
|
|
49
|
+
| Error Handling | High | Medium | Medium | High + typed recovery path |
|
|
50
|
+
| Automation Tools | None | None | None | Dependency auditor, migration validator, secrets scanner |
|
|
51
|
+
|
|
52
|
+
## How to Use
|
|
53
|
+
|
|
54
|
+
**For init workflow:**
|
|
55
|
+
```bash
|
|
56
|
+
agentic-senior-core init --stack typescript --blueprint api-nextjs
|
|
57
|
+
# Activates: frontend, fullstack, backend, cli skills
|
|
58
|
+
# Default tier: advance
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
**For explicit skill selection:**
|
|
62
|
+
```bash
|
|
63
|
+
agentic-senior-core skill backend --tier expert
|
|
64
|
+
# Outputs: architecture + validation + data-access + errors at EXPERT level
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
**For skill reference in .cursorrules:**
|
|
68
68
|
Content from this domain automatically includes in `.cursorrules` when activated.
|