francylisboacharuto
77e27eb34f
chore: Remove non-essential files — lean working set
...
Remove 110+ files not referenced by SKILL.md or the core tools:
- .clarity/ (internal planning docs)
- docs/ (14 auxiliary docs)
- integrations/ (optional AgentDB code — reference doc stays)
- scenarios/ (67 test scenario files)
- article-to-prototype/ (old generated example)
- 9 unreferenced references/ files (activation, detection, testing)
- Old export artifacts and migration guide
- .ruff_cache/ added to .gitignore
What remains: SKILL.md, README, 5 scripts, 14 reference docs
(all referenced by SKILL.md), templates, stock-analyzer example,
and the shared registry. Everything the skill needs to work.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 02:42:11 -03:00
francylisboacharuto
bac2b27bb8
feat: v4.0 Cross-Platform Modernization — Agent Skills Open Standard compliance
...
BREAKING CHANGES:
- Remove -cskill suffix from all skill names (use standard kebab-case)
- Simplify marketplace.json to only official fields (fixes Issue #5 )
- SKILL.md body must be <500 lines (progressive disclosure via references/)
New features:
- Cross-platform support for 8+ platforms (Claude Code, Copilot, Cursor, Windsurf, Cline, Codex CLI, Gemini CLI)
- scripts/install-template.sh: Auto-detect platform installer with --dry-run
- scripts/validate.py: Spec compliance checker for generated skills
- scripts/security_scan.py: Security scanner for hardcoded keys and dangerous patterns
- MIGRATION.md: v3.x to v4.0 migration guide
- 6 new reference files for progressive disclosure from lean SKILL.md
Key changes:
- SKILL.md: 4,116 → 272 lines with spec-compliant YAML frontmatter
- marketplace.json: Stripped to {name, plugins} only
- article-to-prototype-cskill/ → article-to-prototype/
- stock-analyzer-cskill/ → stock-analyzer/
- Export system integrates validation + security scanning
- README.md rewritten for all supported platforms
- Phase 5 pipeline outputs SKILL.md-first, spec-compliant skills
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 14:52:09 -03:00
Francy Lisboa
191c3a68fd
feat: Add v3.2 Cross-Platform Export System
...
Enables skills created in Claude Code to be exported for use across all
Claude platforms (Desktop, Web, and API). Users can now share skills with
non-Code users and deploy to production via API.
Key features:
- Opt-in export workflow with Desktop and API variants
- Automatic validation (structure, size, security)
- Version detection from git tags or SKILL.md
- Auto-generated installation guides
- Comprehensive documentation
This makes agent-skill-creator skills truly universal and portable.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 15:26:14 -03:00