agentic-skill-mill 1.0.7 → 1.0.8
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,3 +162,15 @@ Workflow behavior:
|
|
|
162
162
|
5. `npm run compile:validate`
|
|
163
163
|
6. `git push --follow-tags`
|
|
164
164
|
7. `npm publish --access public`
|
|
165
|
+
|
|
166
|
+
## Ecosystem
|
|
167
|
+
|
|
168
|
+
Agentic Skill Mill is the parent project that defines the skill-system-template architecture. The following projects are built on the same fragment-composition, 7-target compilation, and companion-CLI pattern:
|
|
169
|
+
|
|
170
|
+
| Project | What it does | Site | Repo |
|
|
171
|
+
|---------|-------------|------|------|
|
|
172
|
+
| **[AgentThreader](https://github.com/barretts/AgentThreader)** | Manifest-driven agentic CLI orchestration with structured contracts, resumable state, and bounded self-healing | [agentthreader.com](https://agentthreader.com) | [GitHub](https://github.com/barretts/AgentThreader) |
|
|
173
|
+
| **[TechDemoDirector](https://github.com/barretts/TechDemoDirector)** | Code walk-through presentation scripting with file:line references and speaker notes | [Site](https://barretts.github.io/TechDemoDirector) | [GitHub](https://github.com/barretts/TechDemoDirector) |
|
|
174
|
+
| **[AgentHistoric](https://github.com/barretts/AgentHistoric)** | Mixture-of-Experts persona prompt system with philosophical grounding and adversarial verification | [agenthistoric.com](https://agenthistoric.com) | [GitHub](https://github.com/barretts/AgentHistoric) |
|
|
175
|
+
|
|
176
|
+
AgentHistoric shares the compilation tooling but has its own MoE routing layer and regression suite. The other two are direct descendants of the skill-system-template.
|
package/package.json
CHANGED