mirror of
https://github.com/apify/agent-skills.git
synced 2026-09-14 20:00:06 +08:00
cae58117ad
- Move skills directly to skills/ folder (from plugins/*/skills/) - Add multi-tool support (Codex, Gemini CLI, Cursor) via agents/AGENTS.md - Add generate_agents.py script with auto-generation and version bumping - Add GitHub Actions workflow for CI validation - Add Claude Code hook for auto-regeneration on commit - Update README with new repo URL (github.com/apify/agent-skills) - Add gemini-extension.json for Gemini CLI compatibility BREAKING CHANGE: Repository structure changed from plugins/ to skills/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
207 B
JSON
7 lines
207 B
JSON
{
|
|
"name": "apify-agent-skills",
|
|
"description": "Provides access to Apify Agent Skills for web scraping, data extraction, and automation.",
|
|
"version": "1.0.0",
|
|
"contextFileName": "agents/AGENTS.md"
|
|
}
|