npx claudepluginhub alexander-danilenko/cortex-ai-skillsSkills for AI coding assistants across architecture, security, DevOps, and language domains
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
🚀 Personal skills library for AI coding assistants (Claude Code, Cursor, Codex, OpenCode, GitHub Copilot)
claude plugin marketplace add alexander-danilenko/cortex-ai-skills
claude plugin install cortex@alexander-danilenko
Skills become available as /<skill-name>, e.g. /api-designer.
npx skillsInstall all skills:
npx skills add alexander-danilenko/cortex-ai-skills --skill '*' --agent claude-code --global --copy
Install a single skill:
npx skills add alexander-danilenko/cortex-ai-skills --skill agents-md-pro
To view the list of available skills, run:
npx skills add alexander-danilenko/cortex-ai-skills --list
npx skills add anthropics/skills --skill skill-creator --agent claude-code --global --copy
claude plugin install superpowers@claude-plugins-official
To load the plugin from a local clone (session-only):
claude --plugin-dir /path/to/cloned/repo
To make it persistent, register the repo as a local marketplace in ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"local": {
"source": {
"source": "directory",
"path": "/path/to/cloned/repo"
}
}
}
}
Then install once:
claude plugin install cortex@local
After pulling new changes, update with:
claude plugin update cortex@local
Jeffallan/claude-skills inspired me to start this project.
These are personal skills for my workflow. Feel free to fork and adapt for your own use.
When adding or updating skills, use Anthropic's skill-creator skill so new skills match the expected format and conventions.