_shared (Shared SDD References)
Shared reference documents for installed SDD skills. Not invokable.
Evidence shows this skill is an internal shared reference, explicitly marked as not invokable, prohibiting invocation as a skill, which aligns with least privilege. Documentation emphasizes user confirmation (e.g., marking requires user confirmation) and limited permission operations; no overreach or data leakage risks found. However, missing explicit dependency security and external effect isolation disclosure lead to deductions.
Static review cannot execute key paths; documentation depends on external tools (e.g., Engram, gentle-ai) whose availability is not verified here. The docs provide detailed failure handling, but lack automated test coverage, limiting reliability.
As a shared library, its purpose and non-invokable boundary are clear, audience is specific (SDD skill developers), and trigger conditions are clear. The skill is not directly invokable and primarily serves as reference; no direct impact on mainland-China network, but core functions rely on Engram which may be inaccessible, requiring cautious assessment.
Documentation is well-structured with naming rules, examples, and reference docs, but lacks versioning details (only metadata version field), changelog, and explicit maintenance responsibility. License is MIT, but update path is not mentioned, hence medium score.
As internal reference, it mainly provides unified conventions to other SDD skills, reducing duplication and ensuring consistency. Static review cannot verify actual execution effect, and the marginal value of such reference docs is hard to quantify, hence lower score.
All documents are author-provided references with no executable tests or CI evidence, nor third-party verification, so only static review is possible with low confidence, resulting in very low score.
- This skill is an internal shared reference, not independently invokable; actual use requires combination with other SDD skills.
- The skill relies on external tools like Engram and gentle-ai, which may be inaccessible from mainland-China networks; assess availability.
- Lacks version changelog and explicit maintenance responsibility declaration; update path is unclear.
What does this skill do, and when should you use it?
A support-only skill that stores shared reference documents consumed by other SDD skills. It is not invokable and only serves as a resource directory. It is part of the Gentle-AI ecosystem and requires installing that monorepo.
Provides a directory of shared reference documents, such as sdd-phase-common.md and persistence-contract.md, which other skills read. It performs no operations and cannot be invoked as a skill.
- When other SDD skills need common specifications or references, they read from this directory.
- As part of the Gentle-AI installation, to provide consistent foundational documents for SDD workflows.
What are this skill's strengths and limitations?
- Centralizes shared references, reducing duplication.
- MIT licensed and freely usable.
- Not standalone; depends on the Gentle-AI ecosystem.
- Limited direct utility; contents are not detailed.
How do you install this skill?
This skill is part of the Gentle-AI repository (MIT license) and requires installing the whole ecosystem. Use the official script: curl -fsSL https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.sh | bash (macOS/Linux) or PowerShell command (Windows). The skill lives at internal/assets/skills/_shared/SKILL.md.
How do you use this skill?
The skill cannot be invoked directly; it is used internally by other SDD skills. No user action needed.