Skip to content

feat: deploy cmi agent skills via diffpy.app agentify#20

Merged
sbillinge merged 3 commits intodiffpy:mainfrom
ycexiao:agentify
May 4, 2026
Merged

feat: deploy cmi agent skills via diffpy.app agentify#20
sbillinge merged 3 commits intodiffpy:mainfrom
ycexiao:agentify

Conversation

@ycexiao
Copy link
Copy Markdown
Contributor

@ycexiao ycexiao commented May 4, 2026

What problem does this PR address?

Closes #5

User can run

diffpy.app agentify  # cmi-skill folder will be created at ./.claude/skills/cmi-skill
diffpy.app agentify --agent codex  # cmi-skill folder will be created at ./.codex/skills/cmi-skill
diffpy.app agentify --system # cmi-skill folder will be created at $HOME/.claude/skills/cmi-skill
diffpy.app agentify --force  # cmi-skill folder will be updated

What should the reviewer(s) do?

Please check the modifications.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.11%. Comparing base (c9cb44b) to head (52a35d4).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   92.94%   94.11%   +1.16%     
==========================================
  Files           4        5       +1     
  Lines         156      187      +31     
==========================================
+ Hits          145      176      +31     
  Misses         11       11              
Files with missing lines Coverage Δ
tests/test_agentify.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ycexiao ycexiao marked this pull request as ready for review May 4, 2026 18:30
@ycexiao
Copy link
Copy Markdown
Contributor Author

ycexiao commented May 4, 2026

@sbillinge, it's ready for review.

@sbillinge sbillinge merged commit 7cb43c7 into diffpy:main May 4, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: create skill folder about diffpy code

2 participants