docs: add Agent Skill setup option for Claude Code#135
Open
w0yne wants to merge 1 commit intoawslabs:mainfrom
Open
docs: add Agent Skill setup option for Claude Code#135w0yne wants to merge 1 commit intoawslabs:mainfrom
w0yne wants to merge 1 commit intoawslabs:mainfrom
Conversation
50a2a72 to
28663bb
Compare
Add Option 3 under Claude Code section showing how to package AI-DLC as an Agent Skill (https://agentskills.io). Assembles SKILL.md from existing core-workflow.md with YAML frontmatter and copies rule details as references. No file duplication — uses the same aidlc-rules/ content. Enables /aidlc slash command in Claude Code and is compatible with other Agent Skills-compliant tools.
28663bb to
6ee95d4
Compare
Member
|
What types of results can you share? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Option 3: Agent Skill under the Claude Code section of README, showing how to package AI-DLC as an Agent Skill.
What Changed
README.md only — no new files, no content duplication.
The new option shows how to assemble a skill directory from the existing
aidlc-rules/content:SKILL.mdwith YAML frontmatter +core-workflow.mdcontent (path refs updated via sed)aws-aidlc-rule-details/asreferences/Why
/aidlcslash command in Claude CodePre-built Skill
A ready-to-use pre-built version of this skill is available at w0yne/aidlc-claude-code-skill, which contains the assembled
aidlc/directory (SKILL.md + references/) that can be directly copied to~/.claude/skills/or.claude/skills/.Testing
Verified the skill works correctly with Claude Code in an empty project:
/aidlcslash command triggers the full AI-DLC workflowaidlc-state.md,audit.md, and structured question files are generated correctlyreferences/extensions/is recognized