v1.4.0: Major Skills Expansion - 75 Total Skills

This commit is contained in:
admin
2026-02-26 12:19:22 +04:00
Unverified
parent 029bad83b6
commit e2a7099273
392 changed files with 55962 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"version": "1.1.0",
"version": "1.4.0",
"lastUpdated": "2026-02-26",
"totalSkills": 75,
"sources": [
{
"name": "awesome-claude-skills",
@@ -12,6 +13,30 @@
"url": "https://github.com/VoltAgent/awesome-openclaw-skills",
"skillsCount": 10,
"note": "Selected high-value skills from openclaw/skills repository"
},
{
"name": "ui-ux-pro-max",
"url": "https://github.com/nextlevelbuilder/ui-ux-pro-max-skill",
"skillsCount": 1,
"note": "Professional UI/UX design intelligence with 100+ reasoning rules and 67 UI styles"
},
{
"name": "claude-codex-settings",
"url": "https://github.com/fcakyon/claude-codex-settings",
"skillsCount": 15,
"note": "Claude Codex plugins and settings for enhanced development workflow"
},
{
"name": "superpowers",
"url": "https://github.com/obra/superpowers",
"skillsCount": 15,
"note": "Complete software development workflow with composable skills"
},
{
"name": "spawner",
"url": "https://spawner.vibeship.co/",
"skillsCount": 9,
"note": "Skill-based agent system with 50+ specialist agents (MCP integration)"
}
],
"skills": [
@@ -224,6 +249,35 @@
"category": "productivity",
"description": "Find what actually matters in content - the ideas that survive editing",
"source": "awesome-openclaw-skills/essence-distiller"
},
{
"name": "ui-ux-pro-max",
"category": "design",
"description": "Professional UI/UX design intelligence with 100+ reasoning rules, 67 UI styles, and design system generation",
"source": "ui-ux-pro-max-skill",
"features": ["Design System Generator", "100+ Reasoning Rules", "67 UI Styles", "Multi-platform support"]
},
{
"name": "claude-codex-settings",
"category": "development",
"description": "Enhanced Claude Codex configuration with plugins for Azure, GitHub, Linear, Supabase, and more",
"source": "claude-codex-settings",
"plugins": ["azure-tools", "github-dev", "linear-tools", "supabase-tools", "playwright-tools", "plugin-dev"]
},
{
"name": "superpowers",
"category": "development",
"description": "Complete software development workflow with brainstorming, planning, TDD, code review, and subagent-driven development",
"source": "superpowers",
"skills": ["brainstorming", "writing-plans", "test-driven-development", "subagent-driven-development", "requesting-code-review"]
},
{
"name": "spawner-mcp",
"category": "automation",
"description": "Auto-spawning specialist agents for your tech stack with 50+ expert skills via MCP integration",
"source": "spawner.vibeship.co",
"integration": "MCP",
"skills": ["frontend-developer", "backend-developer", "devops-engineer", "ui-designer", "product-manager"]
}
],
"categories": [
@@ -238,6 +292,7 @@
"tools",
"automation",
"social",
"community"
"community",
"design"
]
}