setup
Initialize cognitive-core configuration for this project. Creates cognitive-core.conf with project-specific settings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Initialize cognitive-core configuration for this project. Creates cognitive-core.conf with project-specific settings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage project board — issues, sprints, status tracking, acceptance verification, and release management. Supports GitHub Projects, Jira, and YouTrack via pluggable providers.
Manage project board — issues, sprints, status tracking, acceptance verification, and release management. Supports GitHub Projects, Jira, and YouTrack via pluggable providers.
Happy path smoke testing — navigates all configured endpoints, checks HTTP status and server logs for errors, and optionally auto-creates GitHub issues for failures. Config-driven via CC_SMOKE_TEST_* variables.
Manage GitHub Project board — issues, sprints, status tracking, acceptance verification, and release management. White-labeled template for any project.
Check for and apply cognitive-core framework updates. Compares installed agents, skills, and hooks against the framework source, shows available updates, and safely applies them.
Check for and apply cognitive-core framework updates. Compares installed agents, skills, and hooks against the framework source, shows available updates, and safely applies them.
| name | setup |
| description | Initialize cognitive-core configuration for this project. Creates cognitive-core.conf with project-specific settings. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Write","Edit","Glob","Grep"] |
Initialize cognitive-core for the current project by generating a cognitive-core.conf file.
cognitive-core.conf already exists at the project root. If yes, ask the user if they want to reconfigure or keep existing..claude/hooks/ directory exists (legacy installation). If yes, warn:
"Detected legacy cognitive-core installation in .claude/hooks/. The plugin provides hooks natively — you can safely remove .claude/hooks/, .claude/agents/, and .claude/skills/ directories to avoid duplicate hook execution."
Gather the following from the user conversationally. Use sensible defaults based on project analysis.
package.json, pom.xml, Cargo.toml, pyproject.toml, or directory nameDetect primary language by scanning file extensions. Present finding and ask to confirm:
Explain the three levels and ask:
Generate cognitive-core.conf at the project root using the template format from the cognitive-core framework. Include all sections with comments.
After writing the config, also generate a minimal CLAUDE.md at the project root if one does not exist, containing:
After setup, check if there is a matching language pack plugin available:
cognitive-core-reactcognitive-core-angularcognitive-core-spring-bootcognitive-core-pythoncognitive-core-perlIf a language pack exists, suggest:
"A language pack is available for your stack. Install it with:
claude plugin install cognitive-core-<language>@mindcockpit-tools"
Note: Language pack plugins are coming soon (Phase 3). For now, suggest using the legacy install.sh for language-specific features.