haac-aikit 0.1.0 → 0.1.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 +10 -0
- package/catalog/agents/backend.md +1 -1
- package/catalog/agents/devops.md +1 -1
- package/catalog/agents/frontend.md +1 -1
- package/catalog/agents/implementer.md +1 -1
- package/catalog/agents/mobile.md +1 -1
- package/catalog/agents/orchestrator.md +1 -1
- package/catalog/agents/planner.md +1 -1
- package/catalog/agents/researcher.md +1 -1
- package/catalog/agents/reviewer.md +1 -1
- package/catalog/agents/security-auditor.md +1 -1
- package/catalog/agents/tester.md +1 -1
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# haac-aikit
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/haac-aikit)
|
|
4
|
+
[](https://github.com/Hamad-Center/haac-aikit)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
|
|
3
7
|
**The batteries-included AI-agentic-coding kit.**
|
|
4
8
|
One command drops a complete, opinionated, cross-tool setup into any repo — rules, skills, slash commands, subagents, safety hooks, MCP stub, and CI templates.
|
|
5
9
|
|
|
@@ -114,6 +118,12 @@ haac-aikit is built on the evidence from four research passes:
|
|
|
114
118
|
|
|
115
119
|
---
|
|
116
120
|
|
|
121
|
+
## Contributing
|
|
122
|
+
|
|
123
|
+
Issues and PRs welcome at [github.com/Hamad-Center/haac-aikit](https://github.com/Hamad-Center/haac-aikit).
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
117
127
|
## License & attributions
|
|
118
128
|
|
|
119
129
|
MIT. See [ATTRIBUTIONS.md](ATTRIBUTIONS.md) for adapted sources.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: backend
|
|
3
3
|
description: Backend specialist. Handles API design, database schemas, authentication, background jobs, and service integrations. Use for tasks requiring deep knowledge of server-side patterns, data consistency, or distributed systems trade-offs.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Edit
|
package/catalog/agents/devops.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: devops
|
|
3
3
|
description: Handles CI/CD pipelines, Dockerfiles, deployment configuration, infrastructure-as-code, and release automation. Use when the task involves build systems, containers, GitHub Actions, or cloud deployment.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Edit
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: frontend
|
|
3
3
|
description: Frontend specialist. Handles React/Vue/Svelte components, CSS, accessibility, performance, and UI testing. Use for tasks that require deep knowledge of browser APIs, component architecture, or UI/UX constraints.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Edit
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: implementer
|
|
3
3
|
description: Executes implementation plans. Writes and edits code, following the plan step by step with verification after each step. The workhorse agent — use for any concrete coding task once a plan exists.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Edit
|
package/catalog/agents/mobile.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mobile
|
|
3
3
|
description: Mobile specialist for React Native or Flutter. Handles platform-specific behaviour, offline support, push notifications, and app store requirements. Use for tasks with iOS/Android-specific constraints.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Edit
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: orchestrator
|
|
3
3
|
description: Decomposes complex tasks into sub-tasks and dispatches specialist agents. Pure coordinator — never writes implementation code directly. Use when a task spans multiple concerns or could benefit from parallel execution.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Agent
|
|
7
7
|
- Read
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: planner
|
|
3
3
|
description: Writes detailed, sequenced implementation plans. Analyses the codebase to understand existing patterns, then produces a bite-sized plan an implementer can execute without further clarification. Use before any multi-step implementation.
|
|
4
|
-
model: claude-opus-4-
|
|
4
|
+
model: claude-opus-4-7
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Grep
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: researcher
|
|
3
3
|
description: Read-only codebase and web exploration. Maps architecture, traces execution paths, answers questions about how things work. Never edits files. Use when you need to understand before acting.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Grep
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: reviewer
|
|
3
3
|
description: Reviews code for bugs, logic errors, security vulnerabilities, and convention violations. Confidence-based — only reports findings with ≥80% confidence. Use after implementation is complete and tests pass.
|
|
4
|
-
model: claude-opus-4-
|
|
4
|
+
model: claude-opus-4-7
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Grep
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: security-auditor
|
|
3
3
|
description: OWASP-aligned security sweep and secrets scan. Checks for injection vulnerabilities, broken auth, sensitive data exposure, access control gaps, and hardcoded credentials. Use before any PR that touches auth, API endpoints, or file/env handling.
|
|
4
|
-
model: claude-opus-4-
|
|
4
|
+
model: claude-opus-4-7
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Grep
|
package/catalog/agents/tester.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tester
|
|
3
3
|
description: Writes and runs tests. Identifies coverage gaps, writes missing tests, and reports test results. Use after implementation to verify correctness and catch regressions before merge.
|
|
4
|
-
model: claude-sonnet-4-
|
|
4
|
+
model: claude-sonnet-4-6
|
|
5
5
|
tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Edit
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "haac-aikit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "The batteries-included AI-agentic-coding kit. One command drops a complete, opinionated, cross-tool setup into any repo.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"aikit": "
|
|
8
|
-
"haac-aikit": "
|
|
7
|
+
"aikit": "dist/cli.mjs",
|
|
8
|
+
"haac-aikit": "dist/cli.mjs"
|
|
9
9
|
},
|
|
10
10
|
"exports": {
|
|
11
11
|
".": "./dist/cli.mjs"
|
|
@@ -54,9 +54,13 @@
|
|
|
54
54
|
"rules"
|
|
55
55
|
],
|
|
56
56
|
"license": "MIT",
|
|
57
|
+
"homepage": "https://github.com/Hamad-Center/haac-aikit#readme",
|
|
58
|
+
"bugs": {
|
|
59
|
+
"url": "https://github.com/Hamad-Center/haac-aikit/issues"
|
|
60
|
+
},
|
|
57
61
|
"repository": {
|
|
58
62
|
"type": "git",
|
|
59
|
-
"url": "https://github.com/
|
|
63
|
+
"url": "git+https://github.com/Hamad-Center/haac-aikit.git"
|
|
60
64
|
},
|
|
61
65
|
"publishConfig": {
|
|
62
66
|
"access": "public"
|