25 Commits

Author SHA1 Message Date
cc-skill-sync[bot]
98669c11ca chore: update claude-api skill [auto-sync] (#730)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 11:10:46 -04:00
cc-skill-sync[bot]
887114fd09 chore: update claude-api skill [auto-sync] (#729)
co-sign

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-22 12:16:01 -04:00
zack-anthropic
b0cbd3df15 skill-creator: drop ANTHROPIC_API_KEY requirement from description optimizer (#547)
improve_description.py now calls `claude -p`
as a subprocess instead of the Anthropic SDK, so users no longer need a
separate ANTHROPIC_API_KEY to run the description optimization loop. Same
auth pattern run_eval.py already used for the triggering eval.

Prompts go over stdin (they embed the full SKILL.md body). Strips CLAUDECODE
env var to allow nesting inside a Claude Code session. The over-1024-char
retry is now a fresh single-turn call that inlines the too-long version
rather than a multi-turn followup.

SKILL.md: dropped the stale "extended thinking" reference to match.
2026-03-06 12:06:23 -08:00
Eric Harmeling
7029232b92 Add claude-api skill (#515)
Documentation skill for building applications with the Claude API
and Agent SDK. Covers Python, TypeScript, Java, Go, Ruby, C#, PHP,
and cURL with language-specific guides for:

- Messages API basics, streaming, and error handling
- Tool use (tool runner and manual agentic loop)
- Structured outputs and adaptive thinking
- Batches and Files APIs
- Agent SDK patterns (Python/TypeScript)
- Model catalog and selection guidance
2026-03-04 15:05:44 -05:00
Kenshiro Nakagawa
3d59511518 chore: export latest skills (#465) 2026-02-24 20:28:38 -08:00
Keith Lazuka
1ed29a03dc Update skill-creator and make scripts executable (#350)
- Add `compatibility` optional field to SKILL.md frontmatter spec
- Add validation for `compatibility` field in quick_validate.py
- Rename "hyphen-case" to "kebab-case" terminology in init_skill.py
  and quick_validate.py
- Update max skill name length from 40 to 64 characters
- Make scripts executable (chmod +x) for accept_changes.py,
  comment.py, extract_form_structure.py, add_slide.py, thumbnail.py,
  and recalc.py

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 13:19:32 -08:00
Peter Lai
a5bcdd7e58 Delete legacy html2pptx.tgz dependency. (#331) 2026-02-03 18:20:33 -08:00
Keith Lazuka
4e6907a33c Update docx, xlsx, pdf, pptx skills with latest improvements (#330)
docx: Add commenting and track-changes support. Reorganize OOXML
tooling into a shared office/ module.

pptx: Streamline SKILL.md, add slide-editing and pptxgenjs guides,
bundle html2pptx as a tgz. Reorganize OOXML tooling into a shared
office/ module.

xlsx: Move recalc script into scripts/ and expand it. Add shared
office/ module for OOXML pack/unpack/validate.

pdf: Improve form-filling workflow with new form-structure extraction
script and updated field-info extraction.
2026-02-03 18:09:36 -08:00
Keith Lazuka
69c0b1a067 Add link to Agent Skills specification website (#160)
Added a note at the top of the README directing users to
agentskills.io for information about the Agent Skills standard.

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

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-20 10:09:44 -08:00
Camaris
be229a5d51 Fix links in agent skills specification (#159) 2025-12-20 10:37:23 -05:00
Keith Lazuka
f232228244 Split agent-skills-spec into separate authoring and client integration guides (#148)
Reorganize the spec documentation:
- agent-skills-spec.md now serves as an index linking to the guides
- skill-authoring.md covers skill creation and SKILL.md format
- skill-client-integration.md provides guidance for Skill Client implementors

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

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-16 12:57:00 -05:00
Keith Lazuka
00756142ab Add doc-coauthoring skill and update example skills (#134)
* export/update example skills

* Add 'doc-coauthoring' to example-skills plugin

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

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-04 12:01:46 -05:00
ant-andi
ef740771ac Move example skills into dedicated folder and create minimal top-level folder structure (#129) 2025-12-01 13:05:36 -05:00
Keith Lazuka
0f77e501e6 Update example skills and rename 'artifacts-builder' (#112)
* Export updated examples

* Rename 'artifacts-builder' to 'web-artifacts-builder'
2025-11-17 16:34:29 -05:00
Keith Lazuka
e5c60158df Add 'frontend-design' example skill (#98) 2025-11-12 12:58:13 -05:00
Mahesh Murag
c74d647e56 Clarify Claude Code installation in README.md (#20)
* Updates to README.md
2025-10-18 12:39:45 -04:00
Mahesh Murag
0877baec7e Updates to README.md (#9) 2025-10-16 15:15:19 -04:00
Keith Lazuka
b118d29ea4 Add Claude Claude instructions to the readme (#8) 2025-10-16 12:57:23 -04:00
Keith Lazuka
4d1e3f3f78 Add Claude Code Marketplace (#5) 2025-10-16 12:11:41 -04:00
Matt Piccolella
9b6100367b Small tweak to blog link (#7) 2025-10-16 12:08:28 -04:00
Keith Lazuka
10e0fbe1a4 Add initial Agent Skills Spec (#2) 2025-10-16 11:32:56 -04:00
Keith Lazuka
ec841043a5 Add 3rd Party notices (#4) 2025-10-16 08:32:27 -07:00
Matt Piccolella
67ada86353 Adding more details to README (#3)
* Adding details about document skills

* Adding partner skills section
2025-10-16 08:22:54 -07:00
Keith Lazuka
83291af582 Reorganize the example skills (#1)
* Rename to document-skills

* rearrange
2025-10-16 10:02:06 -04:00
Keith Lazuka
37292f37bf init repo 2025-10-15 17:07:32 -04:00