Framework Setup
Install the Kognivera agents, skills, and plugins into Claude Code — the tooling every ASDF project builds on. This is a one-time prerequisite: the framework must already be set up before any project is executed.
Before any ASDF artifact is written, your machine needs the Kognivera roster — the agents, skills, and plugins every project assumes are installed in Claude Code. They live in kognivera-org/ai-agents-tools and install with one script from scripts/.
Run the install script
git clone https://github.com/kognivera-org/ai-agents-tools.git
cd ai-agents-tools
# Make executable (first time only)
chmod +x scripts/install.sh scripts/uninstall.sh
# Full install: agents + skills + plugins (+ marketplaces)
./scripts/install.shSelective installs
./scripts/install.sh --no-plugins— skip plugin marketplace installs./scripts/install.sh --agents-only— only agents./scripts/install.sh --skills-only— only skills./scripts/install.sh --plugins-only— only plugins (requires the claude CLI on PATH)
smart_toy
Agents
→ ~/.claude/agents/- checkarchitecture-designer
- checkbusiness-analyst
- checkcode-reviewer
- checkdevops-sre
- checkqa-engineer
- checksecurity-specialist
- checkthermo-nuclear-code-quality-review
- checkdevelopers/ — senior dev engineers: generic, Java, Kotlin, Node, PHP, Python, React Native, Swift, plus Adobe Commerce, Commercetools, Oracle Commerce, Salesforce Commerce
- checkdevops/ — cloud-specialized SREs: AWS, Azure, GCP, OCI
construction
Skills
→ ~/.claude/skills/- checkddd-language
- checkgrill-me
- checkkarpathy-guidelines
- checksecret-guard
- checkteach
- checkthermo-nuclear-code-quality-review
extension
Plugins
→ via claude plugin install- checkcaveman@caveman
- checkfrontend-design@claude-plugins-official
- checkandrej-karpathy-skills@karpathy-skills
- checksafety-net@cc-marketplace
- checksuperpowers@superpowers-dev
- checkunderstand-anything@understand-anything
ui-ux-pro-max@ui-ux-pro-max-skill is project-scoped — run `claude plugin install ui-ux-pro-max@ui-ux-pro-max-skill` inside the target repo.
Platform notes
- • macOS / Linux: scripts/install.sh · uninstall.sh
- • Windows: scripts/install.ps1 · uninstall.ps1
- • Gemini CLI variants: scripts/install.gemini.sh · install.gemini.ps1
- • Everything installs into the user-scope Claude home (~/.claude or %USERPROFILE%\.claude); override with CLAUDE_HOME.