Skip to content
Merged
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
33 changes: 33 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "ask",
"version": "0.4.11",
"description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"author": {
"name": "Minsu Lee",
"url": "https://github.com/amondnet"
},
"interface": {
"displayName": "Ask",
"shortDescription": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"longDescription": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"developerName": "Minsu Lee",
"category": "Development",
"capabilities": [
"Skill"
],
"defaultPrompt": [
"Help me use Ask for my current task."
],
"websiteURL": "https://github.com/pleaseai/ask"
},
"homepage": "https://github.com/pleaseai/ask",
"repository": "https://github.com/pleaseai/ask",
"license": "MIT",
"keywords": [
"documentation",
"registry",
"library",
"agent-skills",
"ask"
]
}
24 changes: 24 additions & 0 deletions .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ask",
"displayName": "Ask",
"description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"version": "0.4.11",
Comment thread
amondnet marked this conversation as resolved.
"author": {
"name": "Minsu Lee"
},
"category": "Development",
"homepage": "https://github.com/pleaseai/ask",
"repository": "https://github.com/pleaseai/ask",
"license": "MIT",
"keywords": [
"documentation",
"registry",
"library",
"agent-skills",
"ask"
],
"tags": [
"tooling",
"documentation"
]
}
16 changes: 16 additions & 0 deletions hooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "Suggest ask CLI commands when WebFetch targets GitHub or a known library docs site",
"hooks": {
"PreToolUse": [
{
"matcher": "WebFetch",
"hooks": [
{
"type": "command",
"command": "node \"./hooks/fetch-hint.mjs\""
Comment thread
amondnet marked this conversation as resolved.
Comment thread
amondnet marked this conversation as resolved.
}
]
}
]
}
}
19 changes: 19 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "ask",
"version": "0.4.11",
"description": "ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries",
"author": {
"name": "Minsu Lee",
"url": "https://github.com/amondnet"
},
"homepage": "https://github.com/pleaseai/ask",
"repository": "https://github.com/pleaseai/ask",
"license": "MIT",
"keywords": [
"documentation",
"registry",
"library",
"agent-skills",
"ask"
]
}
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@
"type": "json",
"path": ".claude-plugin/plugin.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": ".codex-plugin/plugin.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": ".cursor-plugin/plugin.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "plugin.json",
"jsonpath": "$.version"
}
]
}
Expand Down