Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions plugins/ndf-shared/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# NDF Shared Source

`plugins/ndf-shared` is the editable source for NDF runtime plugins.

Runtime plugin directories are generated artifacts. Edit shared skills and
scripts here first, then run:

```bash
bash scripts/build-runtime-plugins.sh
```

Check generated files without modifying the working tree:

```bash
bash scripts/build-runtime-plugins.sh --check
```

## Layout

- `skills/` - shared Skill implementations.
- `scripts/` - shared helper scripts copied into runtime plugins.
- `manifests/claude-skills.txt` - Claude Code published Skill set.
- `manifests/codex-skills.txt` - Codex published Skill set.
- `manifests/kiro-skills.txt` - Kiro published Skill set.

Generated runtime files must be committed with shared source changes so users
can install plugins without running the build script.
28 changes: 28 additions & 0 deletions plugins/ndf-shared/manifests/claude-skills.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
pr
pr-tests
fix
review
cross-review
merged
clean
ndf-policies
markdown-writing
python-execution
docker-container-access
git-gh-operations
branch-fix-strategy
implementation-plan
investigation-rules
problem-solving
logging-guidelines
sync-main
cherry-pick-pr
deploy
review-branch
review-pr-comments
resolve-pr-comments
browser-test
codex
statusline
issue-plan-strategy
plan-to-spec
30 changes: 30 additions & 0 deletions plugins/ndf-shared/manifests/codex-skills.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
branch-fix-strategy
cherry-pick-pr
clean
cross-review
deploy
docker-container-access
fix
git-gh-operations
implementation-plan
investigation-rules
issue-plan-strategy
logging-guidelines
markdown-writing
merged
ndf-policies
plan-to-spec
playwright-execution
playwright-kit-ops
playwright-report
playwright-script-creation
playwright-test-planning
pr
pr-tests
problem-solving
python-execution
resolve-pr-comments
review
review-branch
review-pr-comments
sync-main
28 changes: 28 additions & 0 deletions plugins/ndf-shared/manifests/kiro-skills.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
pr
pr-tests
fix
review
cross-review
merged
clean
ndf-policies
markdown-writing
python-execution
docker-container-access
git-gh-operations
branch-fix-strategy
implementation-plan
investigation-rules
problem-solving
logging-guidelines
sync-main
cherry-pick-pr
deploy
review-branch
review-pr-comments
resolve-pr-comments
browser-test
codex
statusline
issue-plan-strategy
plan-to-spec
Loading