-
Notifications
You must be signed in to change notification settings - Fork 5
docs: add Imported Skills section to README #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -443,6 +443,27 @@ See `.agent/tools/terminal/terminal-title.md` for customization options. | |||||
| - **Performance Auditing**: PageSpeed Insights and Lighthouse integration | ||||||
| - **Uptime Monitoring**: Updown.io integration for website and SSL monitoring | ||||||
|
|
||||||
| ## **Imported Skills** | ||||||
|
|
||||||
| aidevops includes curated skills imported from external repositories, with automatic update tracking: | ||||||
|
|
||||||
| | Skill | Source | Description | | ||||||
| |-------|--------|-------------| | ||||||
| | **cloudflare-platform** | [dmmulroy/cloudflare-skill](https://github.com/dmmulroy/cloudflare-skill) | 60 Cloudflare products: Workers, Pages, D1, R2, KV, Durable Objects, AI, networking, security | | ||||||
| | **remotion** | [remotion-dev/skills](https://github.com/remotion-dev/skills) | Programmatic video creation with React, animations, rendering | | ||||||
| | **animejs** | [Context7 docs](https://animejs.com) | JavaScript animation library patterns and API | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The source To improve clarity, I suggest clarifying in the description that this skill is provided via Context7.
Suggested change
|
||||||
|
|
||||||
| **Skill Commands:** | ||||||
|
|
||||||
| ```bash | ||||||
| /add-skill <owner/repo> # Import a skill from GitHub | ||||||
| /add-skill list # List imported skills | ||||||
| /add-skill check-updates # Check for upstream updates | ||||||
| /add-skill <repo> --force # Update an existing skill | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||
| ``` | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
|
|
||||||
| Skills are registered in `.agent/configs/skill-sources.json` and checked for updates during `./setup.sh`. | ||||||
|
|
||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
🤖 Was this useful? React with 👍 or 👎 |
||||||
| ## **Agent Design Patterns** | ||||||
|
|
||||||
| aidevops implements proven agent design patterns identified by [Lance Martin (LangChain)](https://x.com/RLanceMartin/status/2009683038272401719) and validated across successful agents like Claude Code, Manus, and Cursor. | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "automatic update tracking" may overstate what happens for Context7-style imports:
setup.shskips update checks whenupstream_commitis empty (noted as e.g. context7 imports). Consider clarifying that only skills with a recorded upstream commit are auto-checked.🤖 Was this useful? React with 👍 or 👎