Commit Graph
15 Commits
Author SHA1 Message Date
3837202cce Add TRAE logo to logo carousel (#88)
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
2026-01-21 10:18:37 -05:00
Christian TzolovandGitHub b714778c0e Add Spring AI logo to adoption carousel (#85)
Spring AI has integrated Agent Skills support through the spring-ai-agent-utils
project, providing tool-based integration via the SkillsTool component. This
enables Java and Spring AI agents to discover and execute skills dynamically.

Integration details: https://github.com/spring-ai-community/spring-ai-agent-utils/blob/main/spring-ai-agent-utils/docs/SkillsTool.md
Blog post: https://spring.io/blog/2026/01/13/spring-ai-generic-agent-skills

Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2026-01-21 10:15:19 -05:00
Skill CreatorandGitHub 7f094a2f79 Add Windows installation instructions for skills-ref (#25)
Fixes #24

- Add platform-specific headers (macOS/Linux vs Windows)
- Add PowerShell activation: .venv\Scripts\Activate.ps1
- Add Command Prompt activation: .venv\Scripts\activate.bat
- Cover both pip and uv installation methods
2026-01-09 12:15:44 -05:00
Dmitry LyalinandGitHub af48a3a945 Added logo for Gemini CLI (#77)
* Add Gemini CLI logo to LogoCarousel

* Fix: swap light and dark logo filenames
2026-01-08 18:45:34 -05:00
Eric HarmelingandGitHub da24a2bd17 Add logo carousel (#69) 2026-01-06 14:07:13 -05:00
Eric HarmelingandGitHub 3c2deca383 Add Factory logo (#62) 2026-01-04 11:10:57 -05:00
Eric HarmelingandGitHub 75287b28fb Add OAI Codex logo (#16) 2025-12-19 16:27:38 -05:00
Harald KirschnerandGitHub 47848e1e22 Fix vscode wordmark (#7)
* Fix vscode wordmark

* Final wordmark
2025-12-19 10:56:38 -05:00
Eric HarmelingandGitHub 085907c589 Make docs mobile-responsive (#6) 2025-12-18 14:24:04 -05:00
Eric HarmelingandGitHub 7b3e7305c6 Replace Block logo with Goose logo in docs (#5) 2025-12-18 13:49:26 -05:00
Mahesh MuragandGitHub 891312a90a Wording updates (#4) 2025-12-18 12:02:02 -05:00
f990ba148d Document reference SDK (#3)
* Document reference SDK

* Update docs/integrate-skills.mdx

Co-authored-by: Keith Lazuka <klazuka@anthropic.com>

---------

Co-authored-by: Keith Lazuka <klazuka@anthropic.com>
2025-12-18 10:19:21 -05:00
547831f3a2 Add skills-ref library (#2)
Reference library for Agent Skills with CLI and Python API:
- validate: Check skill directories for valid SKILL.md with proper frontmatter
- read-properties: Parse and output skill properties as JSON
- to-prompt: Generate suggested <available_skills> XML for agent prompts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-18 09:39:21 -05:00
Eric HarmelingandGitHub fb08d608bc Add documentation 2025-12-18 08:46:08 -05:00
Keith Lazuka 2075f7e89f init 2025-12-16 10:48:39 -05:00