From kognitos
Set up a Kognitos application workspace, verify prerequisites, and establish the initial development baseline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kognitos:kognitos-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when a repository needs to be prepared for Kognitos application development, or when you need to verify a local environment before making changes.
Use this skill when a repository needs to be prepared for Kognitos application development, or when you need to verify a local environment before making changes.
.env.local file in the project root. If missing, copy assets/bootstrap-template.env to .env.local and have the user fill in KOGNITOS_TOKEN..env.local and verify the token works by calling the list-organizations endpoint (see references/setup-checklist.md).KOGNITOS_ORGANIZATION_ID or KOGNITOS_WORKSPACE_ID are empty, list the user's orgs and workspaces and help them pick values..env.local template: assets/bootstrap-template.envKOGNITOS_BASE_URL is https://app.us-1.kognitos.com for US customers. EU customers swap us-1 for eu-1.kgn_pat_ prefix and authenticate via Authorization: Bearer <token>.npx claudepluginhub kognitos/kognitos-plugin --plugin kognitosGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.