Skip to content

Add Aident skill#2181

Closed
lukeguo12210 wants to merge 1 commit into
github:mainfrom
lukeguo12210:codex/add-aident-skill
Closed

Add Aident skill#2181
lukeguo12210 wants to merge 1 commit into
github:mainfrom
lukeguo12210:codex/add-aident-skill

Conversation

@lukeguo12210

Copy link
Copy Markdown

Summary

  • Add skills/aident-skill/ as a self-contained Agent Skill for Aident Loadout.
  • Include the synced Aident skill package content from Aident-AI/aident-skill, including SKILL.md, references, examples, and helper script assets.
  • Regenerate docs/README.skills.md so the new skill appears in the generated skills table.

Contribution guidance followed

This follows the official Adding Skills guidance: skills live under skills/<skill-name>/, include a SKILL.md file with front matter, and can include bundled assets. It also follows the documented validation/update step by running npm run skill:validate and npm run build.

Validation

  • npm run build
  • npm run skill:validate
  • git diff --check

@lukeguo12210 lukeguo12210 requested a review from aaronpowell as a code owner July 1, 2026 16:17
@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 12 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 7
ℹ️ Info 4
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)&lt;br /&gt;`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre
🟠 package-exec-command skills/aident-skill/README.md 32 npx skills add aident-ai/aident-skill
🟠 package-exec-command skills/aident-skill/SKILL.md 18 compatibility: Any agent that can read skill references and run shell commands or `npx`. MCP is supported when the user configures it.
🟠 package-exec-command skills/aident-skill/SKILL.md 39 If this skill was just installed with `npx skills add aident-ai/aident-skill`, do not treat that command as complete Aident Loadout setup. Immediately fetch and follow `https://aid
🟠 package-exec-command skills/aident-skill/SKILL.md 46 npx skills add aident-ai/aident-skill
🟠 package-exec-command skills/aident-skill/SKILL.md 77 4. If the remote version is newer, refresh with `npx skills add aident-ai/aident-skill` or follow `https://aident.ai/SETUP.md`.
ℹ️ skill-script-touched skills/aident-skill/examples/curl/capability-search.sh 1 skills/aident-skill/examples/curl/capability-search.sh
ℹ️ skill-script-touched skills/aident-skill/examples/curl/skill-execute.sh 1 skills/aident-skill/examples/curl/skill-execute.sh
ℹ️ skill-script-touched skills/aident-skill/examples/curl/vault-status.sh 1 skills/aident-skill/examples/curl/vault-status.sh
🟠 package-exec-command skills/aident-skill/references/mcp.md 46 "command": "npx",
ℹ️ skill-script-touched skills/aident-skill/scripts/test-rest-api.sh 1 skills/aident-skill/scripts/test-rest-api.sh

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions github-actions Bot added the skill-check-error Skill validator reported errors label Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

⛔ Findings need attention

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 1
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
aident-skill (2/3 checks passed, 1 failed)
Full linter output
### Linting skills/aident-skill
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'commander@15.0.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.20.2', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
❌ aident-skill (2/3 checks passed, 1 failed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
    ✗ [orphan-files] 1 of 1 skill(s) have orphan files.
        ✗ orphan-files: Found 4 orphan file(s) not reachable from SKILL.md: references/api.md, references/loadout.md, references/mcp.md, references/troubleshooting.md.

1 skill(s) linted, 1 failed

Note: Vally lint returned a non-zero exit code. Please review the findings above before merge.

@aaronpowell

Copy link
Copy Markdown
Contributor

Copilot harnesses already have automations and this is just to funnel to a paid service.

@aaronpowell aaronpowell closed this Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution skill-check-error Skill validator reported errors skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants