Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/core/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "1.7.3",
"version": "1.8.0",
"description": "Core Agents and skills that aid software development workflows",
"author": {
"name": "Adam Bulmer",
Expand Down
15 changes: 15 additions & 0 deletions plugins/core/hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"description": "Core plugin hooks for auto-loading the expectations skill at session start",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "prompt",
"prompt": "This project uses the core:expectations skill. Load this skill now using the Skill tool to understand the project's TDD principles, code change guidelines, documentation framework, and communication standards. The expectations skill is essential for all work in this codebase."
}
]
}
]
}
}