You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add live GitHub stars CTA and redesign README banner (#46)
* feat: add live GitHub stars CTA and redesign README banner
- Add live star count to navbar with star icon and bordered button
- Add GitHub Star CTA button in hero with live count from GitHub API
- Update description to "open source package manager"
- Replace plain ASCII README header with SVG banner
- Fix video visibility with clickable thumbnail fallback
- Add GitHub stars badge to README badges row
* fix: reduce gap between install and star buttons
* fix: remove broken placeholder URL from README video section
Skills make AI coding agents smarter. But every agent uses a different format — Claude Code wants `.claude/skills/`, Cursor uses `.mdc`, Copilot expects `.github/skills/`. You end up rewriting the same skill for each agent, or locking into one platform.
20
+
**Write a skill once, deploy it to all 32 agents. No rewrites.**
20
21
21
-
SkillKit fixes this. Write a skill once, deploy it to all 32 agents.
Skills make AI coding agents smarter. But every agent uses a different format:
29
+
30
+
| Agent | Format | Directory |
31
+
|-------|--------|-----------|
32
+
| Claude Code |`SKILL.md`|`.claude/skills/`|
33
+
| Cursor |`.mdc`|`.cursor/skills/`|
34
+
| Copilot | Markdown |`.github/skills/`|
35
+
| Windsurf | Markdown |`.windsurf/skills/`|
36
+
37
+
You end up rewriting the same skill for each agent, or locking into one platform.
38
+
39
+
**SkillKit fixes this.** Install from 15,000+ skills, auto-translate between formats, persist learnings with Memory. Works with Claude, Cursor, Windsurf, Copilot, and 28 more.
[REST API docs](https://agenstskills.com/docs/rest-api)·[MCP Server docs](https://agenstskills.com/docs/mcp-server)·[Python Client docs](https://agenstskills.com/docs/python-client)·[Interactive API explorer](https://agenstskills.com/api)
130
+
[REST API docs](https://agenstskills.com/docs/rest-api)·[MCP Server docs](https://agenstskills.com/docs/mcp-server)·[Python Client docs](https://agenstskills.com/docs/python-client)·[Interactive API explorer](https://agenstskills.com/api)
109
131
110
132
### Auto-generate agent instructions
111
133
@@ -167,7 +189,7 @@ Team members run `skillkit manifest install` and they're in sync.
0 commit comments