@complexthings/superpowers-agent 9.0.2 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/superpowers-agent +124 -106
- package/README.md +17 -3
- package/package.json +1 -2
- package/hooks/hooks.json +0 -15
- package/hooks/session-start.sh +0 -27
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
// 2>/dev/null; exec "$(command -v bun 2>/dev/null || echo node)" "$0" "$@"
|
|
3
|
-
import{relative as
|
|
4
|
-
`),Z={name:"",description:"",whenToUse:""},Y=!1;for(let
|
|
5
|
-
`),Y=!1,
|
|
6
|
-
`).trim(),frontmatter:X}}catch(Q){throw Error(`Error reading skill file: ${Q.message}`)}};import{existsSync as
|
|
7
|
-
`);for(let Y of Q){let
|
|
8
|
-
`)}catch(
|
|
9
|
-
`)}}console.log("Please be more specific. Examples:");for(let Y of Q.slice(0,2)){let
|
|
10
|
-
superpowers-agent execute <skill-name> # Load a specific skill`)},
|
|
3
|
+
import{relative as _Q,dirname as GQ,join as TX}from"path";import{existsSync as D$}from"fs";import{homedir as r$,platform as WX}from"os";import{join as M,parse as zX,dirname as s$}from"path";import{existsSync as d}from"fs";import{fileURLToPath as HX}from"url";var EX=HX(import.meta.url),K$=s$(EX),KX=()=>{let $=r$();switch(WX()){case"darwin":return M($,"Library","Application Support","Code","User");case"win32":return M($,"AppData","Roaming","Code","User");case"linux":return M($,".config","Code","User");default:return M($,".config","Code","User")}},BX=()=>{let $=process.cwd(),Q=zX($).root;while($!==Q){if(d(M($,".agents")))return $;$=s$($)}return process.cwd()},H={home:r$(),vscodeUserDir:KX(),projectRoot:BX(),get projectClaudeSkills(){return M(this.projectRoot,".claude","skills")},get projectAgentsSkills(){return M(this.projectRoot,".agents","skills")},get projectCopilotSkills(){return M(this.projectRoot,".copilot","skills")},get projectOpencodeSkills(){return M(this.projectRoot,".opencode","skill")},get projectSkillsDir(){return M(this.projectRoot,"skills")},get homePersonalSkills(){return M(this.home,".agents","skills")},get homeClaudeSkills(){return M(this.home,".claude","skills")},get homeCopilotSkills(){return M(this.home,".copilot","skills")},get claudeSettings(){return M(this.home,".claude","settings.json")},get copilotHooksDir(){return process.env.COPILOT_HOME?M(process.env.COPILOT_HOME,"hooks"):M(this.home,".copilot","hooks")},get homeOpencodeSkills(){return M(this.home,".config","opencode","skill")},get bootstrap(){return M(this.projectRoot,".agents","superpowers-bootstrap.md")},get superpowersRepo(){let $=M(K$,"..","..","..");if(d(M($,"skills"))&&d(M($,".agents","superpowers-agent")))return $;let Q=M(K$,"..");if(d(M(Q,"skills"))&&d(M(Q,".agents","superpowers-agent")))return Q;return M(this.home,".agents","superpowers")},get homeSuperpowersSkills(){return M(this.superpowersRepo,"skills")},get isSuperpowersRepo(){let $=M(K$,"..","..","..");if(d(M($,"skills"))&&d(M($,".agents","superpowers-agent")))return!0;let Q=M(K$,"..");return d(M(Q,"skills"))&&d(M(Q,".agents","superpowers-agent"))}};import{readFileSync as t$}from"fs";var X$=($)=>{try{let X=t$($,"utf8").split(`
|
|
4
|
+
`),Z={name:"",description:"",whenToUse:""},Y=!1;for(let q of X){if(q.trim()==="---"){if(Y)break;Y=!0;continue}if(Y){let z=q.match(/^(\w+):\s*(.*)$/);if(z){let[,W,K]=z,E={name:"name",description:"description",when_to_use:"whenToUse"};if(E[W])Z[E[W]]=K.trim()}}}return Z}catch{return{name:"",description:"",whenToUse:""}}},M$=($)=>{try{let Q=t$($,"utf8"),X=X$($),Z=Q.split(`
|
|
5
|
+
`),Y=!1,q=!1,z=[];for(let W of Z){if(W.trim()==="---"){if(Y){q=!0;continue}Y=!0;continue}if(q||!Y)z.push(W)}return{content:z.join(`
|
|
6
|
+
`).trim(),frontmatter:X}}catch(Q){throw Error(`Error reading skill file: ${Q.message}`)}};import{existsSync as T$,readdirSync as QQ,statSync as XQ}from"fs";import{join as v$,relative as aY}from"path";import{readFileSync as _X,existsSync as GX}from"fs";import{join as e$}from"path";var Y$=($)=>{let Q=e$($,"skill.json");if(!GX(Q))return null;try{let X=_X(Q,"utf8");return JSON.parse(X)}catch(X){return null}};var A$=($)=>{if($.startsWith("superpowers:"))return{type:"superpowers",path:$.substring(12).replace(/^skills\//,"")};if($.startsWith("claude:"))return{type:"claude",path:$.substring(7).replace(/^skills\//,"")};if($.startsWith("copilot:"))return{type:"copilot",path:$.substring(8).replace(/^skills\//,"")};if($.startsWith("opencode:"))return{type:"opencode",path:$.substring(9).replace(/^skills\//,"")};return{type:null,path:$.replace(/^skills\//,"")}},$Q=($,Q)=>{let X=Y$($);if(!X||!X.helpers||!Array.isArray(X.helpers))return null;let Z=X.helpers,Y=Q.toLowerCase(),q=null,z=0;for(let W of Z){let K=W.toLowerCase();if(K===Y){q=W;break}if(K.includes(Y)){let _=Y.length/K.length;if(_>z)z=_,q=W}let E=W.split("/").pop().split(".")[0].toLowerCase();if(Y.includes(E)){let _=E.length/Y.length;if(_>z)z=_,q=W}}return q?e$($,q):null},r={project:{dir:"projectAgentsSkills",prefix:""},claude:{dir:"projectClaudeSkills",prefix:"claude:"},copilot:{dir:"projectCopilotSkills",prefix:"copilot:"},opencode:{dir:"projectOpencodeSkills",prefix:"opencode:"},personal:{dir:"homePersonalSkills",prefix:""},personalClaude:{dir:"homeClaudeSkills",prefix:"claude:"},personalCopilot:{dir:"homeCopilotSkills",prefix:"copilot:"},personalOpencode:{dir:"homeOpencodeSkills",prefix:"opencode:"},superpowers:{dir:"homeSuperpowersSkills",prefix:"superpowers:"}};var B$=($,Q,X=null)=>{let Z=[];if(!T$($))return Z;let Y=(q,z)=>{if(X!==null&&z>X)return;try{let W=QQ(q,{withFileTypes:!0});for(let K of W){if(K.name==="node_modules"||K.name===".git"||K.name.startsWith("."))continue;let E=v$(q,K.name),_=K.isDirectory();if(K.isSymbolicLink())try{_=XQ(E).isDirectory()}catch{continue}if(!_)continue;let B=v$(E,"SKILL.md");if(T$(B))Z.push(E);if(X===null||z<X)Y(E,z+1)}}catch{}};return Y($,0),Z};var YQ=($,Q)=>{if(!T$($))return[];let X=[],Z=Q.toLowerCase().replace(/\\/g,"/"),Y=(q,z="")=>{try{let W=QQ(q,{withFileTypes:!0});for(let K of W){let E=v$(q,K.name),_=z?`${z}/${K.name}`:K.name,B=K.isDirectory();if(K.isSymbolicLink())try{B=XQ(E).isDirectory()}catch{continue}if(B&&(K.name==="node_modules"||K.name===".git"||K.name.startsWith(".")))continue;if(B)Y(E,_);else if(K.name==="SKILL.md"){let G=z.toLowerCase().replace(/\\/g,"/");if(G===Z||G.endsWith("/"+Z)||G.endsWith(Z))X.push({file:E,path:z})}}}catch(W){}};return Y($),X},ZQ=($,Q,X)=>{let Z={project:"project skills (.agents/skills/)",claude:"claude skills (.claude/skills/)",copilot:"copilot skills (.copilot/skills/)",opencode:"opencode skills (.opencode/skill/)",personal:"personal skills (~/.agents/skills/)",personalClaude:"personal claude skills (~/.claude/skills/)",personalCopilot:"personal copilot skills (~/.copilot/skills/)",personalOpencode:"personal opencode skills (~/.config/opencode/skill/)",superpowers:"superpowers skills (~/.agents/superpowers/skills/)"}[X];console.log(`Error: Multiple skills match "${$}" in ${Z}:
|
|
7
|
+
`);for(let Y of Q){let z=r[X].prefix+Y.path;try{let W=X$(Y.file),K=W.description||W.whenToUse||"(no description)";console.log(` ${z}`),console.log(` ${K}
|
|
8
|
+
`)}catch(W){console.log(` ${z}`),console.log(` (unable to read description)
|
|
9
|
+
`)}}console.log("Please be more specific. Examples:");for(let Y of Q.slice(0,2)){let q=r[X].prefix;console.log(` superpowers-agent execute ${q}${Y.path}`)}};import{existsSync as N$}from"fs";import{join as VX,relative as LX}from"path";var UX=($)=>{let{type:Q,path:X}=A$($),Z={superpowers:[H.homeSuperpowersSkills],claude:[H.projectClaudeSkills,H.homeClaudeSkills],copilot:[H.projectCopilotSkills,H.homeCopilotSkills],opencode:[H.projectOpencodeSkills,H.homeOpencodeSkills],project:[H.projectAgentsSkills],personal:[H.homePersonalSkills]},Y;if(Q)Y=(Z[Q]||[]).map((z)=>({type:Q,dir:z}));else if(H.isSuperpowersRepo&&N$(H.projectSkillsDir))Y=[{type:"project",dir:H.projectSkillsDir},{type:"project",dir:H.projectAgentsSkills},{type:"claude",dir:H.projectClaudeSkills},{type:"copilot",dir:H.projectCopilotSkills},{type:"opencode",dir:H.projectOpencodeSkills},{type:"personal",dir:H.homePersonalSkills},{type:"personalClaude",dir:H.homeClaudeSkills},{type:"personalCopilot",dir:H.homeCopilotSkills},{type:"personalOpencode",dir:H.homeOpencodeSkills},{type:"superpowers",dir:H.homeSuperpowersSkills}];else Y=[{type:"project",dir:H.projectAgentsSkills},{type:"claude",dir:H.projectClaudeSkills},{type:"copilot",dir:H.projectCopilotSkills},{type:"opencode",dir:H.projectOpencodeSkills},{type:"personal",dir:H.homePersonalSkills},{type:"personalClaude",dir:H.homeClaudeSkills},{type:"personalCopilot",dir:H.homeCopilotSkills},{type:"personalOpencode",dir:H.homeOpencodeSkills},{type:"superpowers",dir:H.homeSuperpowersSkills}];for(let{type:q,dir:z}of Y){let W=YQ(z,X);if(W.length===1)return{skillFile:W[0].file,sourceType:q,actualSkillPath:W[0].path};if(W.length>1)ZQ(X,W,q)}return null},m=($)=>{let Q=UX($);if(Q)return Q;let{type:X,path:Z}=A$($),Y={superpowers:[H.homeSuperpowersSkills],claude:[H.projectClaudeSkills,H.homeClaudeSkills],copilot:[H.projectCopilotSkills,H.homeCopilotSkills],opencode:[H.projectOpencodeSkills,H.homeOpencodeSkills],project:[H.projectAgentsSkills],personal:[H.homePersonalSkills]},q;if(X)q=(Y[X]||[]).map((W)=>({type:X,dir:W}));else if(H.isSuperpowersRepo&&N$(H.projectSkillsDir))q=[{type:"project",dir:H.projectSkillsDir},{type:"project",dir:H.projectAgentsSkills},{type:"claude",dir:H.projectClaudeSkills},{type:"copilot",dir:H.projectCopilotSkills},{type:"opencode",dir:H.projectOpencodeSkills},{type:"personal",dir:H.homePersonalSkills},{type:"personalClaude",dir:H.homeClaudeSkills},{type:"personalCopilot",dir:H.homeCopilotSkills},{type:"personalOpencode",dir:H.homeOpencodeSkills},{type:"superpowers",dir:H.homeSuperpowersSkills}];else q=[{type:"project",dir:H.projectAgentsSkills},{type:"claude",dir:H.projectClaudeSkills},{type:"copilot",dir:H.projectCopilotSkills},{type:"opencode",dir:H.projectOpencodeSkills},{type:"personal",dir:H.homePersonalSkills},{type:"personalClaude",dir:H.homeClaudeSkills},{type:"personalCopilot",dir:H.homeCopilotSkills},{type:"personalOpencode",dir:H.homeOpencodeSkills},{type:"superpowers",dir:H.homeSuperpowersSkills}];for(let{type:z,dir:W}of q){if(!N$(W))continue;let K=B$(W,z,null);for(let E of K){let _=Y$(E);if(_&&_.aliases&&Array.isArray(_.aliases)){let B=Z.toLowerCase();for(let G of _.aliases)if(G.toLowerCase()===B){let V=VX(E,"SKILL.md"),J=LX(W,E);return{skillFile:V,sourceType:z,actualSkillPath:J}}}}}return null};import{readFileSync as qQ,writeFileSync as WQ,existsSync as C$}from"fs";import{join as l}from"path";import{execSync as IX}from"child_process";var b$=()=>({auto_update:!0,last_update_check:null,last_updated_commit:null}),Z$=()=>{let $=l(H.superpowersRepo,".config.json");try{if(!C$($))return b$();let Q=qQ($,"utf8");return{...b$(),...JSON.parse(Q)}}catch{return b$()}},zQ=($)=>{let Q=l(H.superpowersRepo,".config.json"),Z={...Z$(),...$};try{WQ(Q,JSON.stringify(Z,null,2))}catch(Y){console.log(`Warning: couldn't save config: ${Y.message}`)}},y=($)=>{let Q=$?l(H.home,".agents","config.json"):l(process.cwd(),".agents","config.json");if(!C$(Q))return{};try{let X=qQ(Q,"utf8");return JSON.parse(X)}catch(X){return{}}},h=($,Q)=>{let X=Q?l(H.home,".agents"):l(process.cwd(),".agents"),Z=l(X,"config.json");try{if(!C$(X))IX(`mkdir -p "${X}"`,{stdio:"pipe"});return WQ(Z,JSON.stringify($,null,2),"utf8"),!0}catch(Y){throw Error(`Failed to write config: ${Y.message}`)}},k=($=!1)=>{return y($).repositories||{}},HQ=($,Q,X)=>{let Z=y(X);if(!Z.repositories)Z.repositories={};Z.repositories[$]=Q,h(Z,X)};function EQ($=!0){return y($).installedSkills||{}}function F$($,Q=!0){let X=y(Q);if(X.installedSkills)delete X.installedSkills[$];h(X,Q)}function KQ(){return y(!0).installedAgents||{}}import{readFileSync as JX}from"fs";import{join as j$,dirname as OX}from"path";import{fileURLToPath as wX}from"url";import{existsSync as BQ}from"fs";import{execSync as MX}from"child_process";var AX=wX(import.meta.url),x$=OX(AX),P=()=>{try{let $=j$(x$,"package.json");if(!BQ($))$=j$(x$,"..","package.json");if(!BQ($))$=j$(x$,"..","..","package.json");return JSON.parse(JX($,"utf8")).version||"0.0.0"}catch{return"0.0.0"}},u=()=>{let $=P();console.log(`^^SAV:${$}^^`)},_$=async()=>{try{let Q=MX('curl -sS "https://registry.npmjs.org/@complexthings/superpowers-agent/latest"',{encoding:"utf8",timeout:1e4}),X=JSON.parse(Q);if(!X.version)return P();return X.version}catch($){throw Error(`Failed to fetch remote version: ${$.message}`)}},G$=($,Q)=>{let X=$.split(".").map(Number),Z=Q.split(".").map(Number);for(let Y=0;Y<3;Y++){let q=X[Y]||0,z=Z[Y]||0;if(q>z)return!0;if(q<z)return!1}return!1};var vX={project:{dir:"projectAgentsSkills",prefix:""},claude:{dir:"projectClaudeSkills",prefix:"claude:"},copilot:{dir:"projectCopilotSkills",prefix:"copilot:"},opencode:{dir:"projectOpencodeSkills",prefix:"opencode:"},personal:{dir:"homePersonalSkills",prefix:""},personalClaude:{dir:"homeClaudeSkills",prefix:"claude:"},personalCopilot:{dir:"homeCopilotSkills",prefix:"copilot:"},personalOpencode:{dir:"homeOpencodeSkills",prefix:"opencode:"},superpowers:{dir:"homeSuperpowersSkills",prefix:"superpowers:"}},NX=($,Q)=>{let X=TX($,"SKILL.md"),{dir:Z,prefix:Y}=vX[Q],q=_Q(H[Z],$).replace(/\\/g,"/");console.log(`${Y}${q}`);let{description:z,whenToUse:W}=X$(X);if(z)console.log(` ${z}`);if(W)console.log(` When to use: ${W}`);console.log("")},s=()=>{u();let $=new Set,Q=[{type:"project",dir:H.projectAgentsSkills,maxDepth:null},{type:"claude",dir:H.projectClaudeSkills,maxDepth:null},{type:"copilot",dir:H.projectCopilotSkills,maxDepth:null},{type:"opencode",dir:H.projectOpencodeSkills,maxDepth:null},{type:"personal",dir:H.homePersonalSkills,maxDepth:null},{type:"personalClaude",dir:H.homeClaudeSkills,maxDepth:null},{type:"personalCopilot",dir:H.homeCopilotSkills,maxDepth:null},{type:"personalOpencode",dir:H.homeOpencodeSkills,maxDepth:null},{type:"superpowers",dir:H.homeSuperpowersSkills,maxDepth:null}];for(let{type:X,dir:Z,maxDepth:Y}of Q){let q=B$(Z,X,Y);for(let z of q){let W=_Q(Z,z);if(!$.has(W))$.add(W),NX(z,X)}}console.log(`Usage:
|
|
10
|
+
superpowers-agent execute <skill-name> # Load a specific skill`)},VQ=()=>{u();let $=process.argv[3];if(!$){console.log(`Usage: superpowers-agent execute <skill-name-or-alias>
|
|
11
11
|
|
|
12
12
|
Examples:
|
|
13
13
|
superpowers-agent execute brainstorming
|
|
@@ -17,13 +17,13 @@ Examples:
|
|
|
17
17
|
|
|
18
18
|
Description:
|
|
19
19
|
Instructs the agent to execute the specified skill.
|
|
20
|
-
Supports skill aliases defined in skill.json files.`);return}let Q=
|
|
20
|
+
Supports skill aliases defined in skill.json files.`);return}let Q=m($);if(!Q){console.log(`Error: Skill not found: ${$}
|
|
21
21
|
|
|
22
|
-
Available skills:`),
|
|
22
|
+
Available skills:`),s();return}let{skillFile:X,sourceType:Z}=Q,Y=process.cwd(),q=X.startsWith(Y),z=D$(H.projectAgentsSkills)||D$(H.projectClaudeSkills);if(q)console.log(`Open this file with your Read Tool: ${X}
|
|
23
23
|
|
|
24
24
|
<IMPORTANT>
|
|
25
25
|
USE YOUR Read Tool to process this file. DO NOT use \`cat\` or print commands.
|
|
26
|
-
</IMPORTANT>`);else if(
|
|
26
|
+
</IMPORTANT>`);else if(z&&Z!=="project")console.log(`Open this file with your Read Tool: ${X}
|
|
27
27
|
|
|
28
28
|
<IMPORTANT>
|
|
29
29
|
1. Try using your Read Tool first
|
|
@@ -36,7 +36,7 @@ USE YOUR Read Tool to process this file. DO NOT use \`cat\` or print commands.
|
|
|
36
36
|
1. Try using your Read Tool first
|
|
37
37
|
2. If your Read tool fails (file outside workspace), use: cat "${X}"
|
|
38
38
|
3. NEVER skip loading the skill content
|
|
39
|
-
</IMPORTANT>`)},
|
|
39
|
+
</IMPORTANT>`)},LQ=()=>{let $=process.argv[3];if(!$){console.log(`Usage: superpowers-agent path <skill-name-or-alias>
|
|
40
40
|
|
|
41
41
|
Examples:
|
|
42
42
|
superpowers-agent path brainstorming
|
|
@@ -46,9 +46,9 @@ Examples:
|
|
|
46
46
|
|
|
47
47
|
Description:
|
|
48
48
|
Outputs the file system path of the specified SKILL.md file.
|
|
49
|
-
Supports skill aliases defined in skill.json files.`);return}let Q=
|
|
49
|
+
Supports skill aliases defined in skill.json files.`);return}let Q=m($);if(!Q){console.log(`Error: Skill not found: ${$}
|
|
50
50
|
|
|
51
|
-
Available skills:`),
|
|
51
|
+
Available skills:`),s();return}let{skillFile:X}=Q;console.log(X)},UQ=()=>{let $=process.argv[3];if(!$){console.log(`Usage: superpowers-agent dir <skill-name>
|
|
52
52
|
|
|
53
53
|
Examples:
|
|
54
54
|
superpowers-agent dir brainstorming
|
|
@@ -58,9 +58,9 @@ Examples:
|
|
|
58
58
|
|
|
59
59
|
Description:
|
|
60
60
|
Returns the directory path where the specified skill is located.
|
|
61
|
-
Supports skill aliases defined in skill.json files.`);return}let Q=
|
|
61
|
+
Supports skill aliases defined in skill.json files.`);return}let Q=m($);if(!Q){console.log(`Error: Skill not found: ${$}
|
|
62
62
|
|
|
63
|
-
Available skills:`),
|
|
63
|
+
Available skills:`),s();return}let{skillFile:X}=Q,Z=GQ(X);console.log(Z)},IQ=()=>{u();let $=process.argv[3],Q=process.argv[4];if(!$||!Q){console.log(`Usage: superpowers-agent get-helpers <skill-name> <helper-search-term>
|
|
64
64
|
|
|
65
65
|
Examples:
|
|
66
66
|
superpowers-agent get-helpers block-collection search-block
|
|
@@ -72,116 +72,118 @@ Description:
|
|
|
72
72
|
Returns the full path to the best matching helper file.
|
|
73
73
|
|
|
74
74
|
The command uses the skill's aliases if available, so you can use
|
|
75
|
-
short names like "block-collection" instead of the full path.`);return}let X=
|
|
75
|
+
short names like "block-collection" instead of the full path.`);return}let X=m($);if(!X){console.log(`Error: Skill not found: ${$}
|
|
76
76
|
|
|
77
|
-
Available skills:`),
|
|
78
|
-
Location: ${Y}`);return}if(!
|
|
79
|
-
Location: ${Y}`);return}let
|
|
80
|
-
Available helpers:`);for(let
|
|
81
|
-
Defined in skill.json but missing from filesystem`);return}console.log(
|
|
77
|
+
Available skills:`),s();return}let{skillFile:Z}=X,Y=GQ(Z),q=Y$(Y);if(!q){console.log(`Error: No skill.json found for skill: ${$}
|
|
78
|
+
Location: ${Y}`);return}if(!q.helpers||!Array.isArray(q.helpers)||q.helpers.length===0){console.log(`Error: No helpers defined in skill.json for skill: ${$}
|
|
79
|
+
Location: ${Y}`);return}let z=$Q(Y,Q);if(!z){console.log(`Error: No helper found matching "${Q}" in skill: ${$}`),console.log(`
|
|
80
|
+
Available helpers:`);for(let W of q.helpers)console.log(` - ${W}`);return}if(!D$(z)){console.log(`Error: Helper file not found: ${z}
|
|
81
|
+
Defined in skill.json but missing from filesystem`);return}console.log(z)},JQ=()=>{let $=Z$();console.log("Current configuration:"),console.log(JSON.stringify($,null,2))},OQ=()=>{let $=process.argv[3],Q=process.argv[4];if(!$||Q===void 0){console.log(`Usage: .agents/superpowers-agent config-set <key> <value>
|
|
82
82
|
|
|
83
83
|
Available keys:
|
|
84
84
|
auto_update (true/false) - Enable/disable automatic updates during bootstrap
|
|
85
85
|
|
|
86
86
|
Examples:
|
|
87
87
|
.agents/superpowers-agent config-set auto_update false
|
|
88
|
-
.agents/superpowers-agent config-set auto_update true`);return}let X=Q;if(Q==="true")X=!0;else if(Q==="false")X=!1;let Z={};Z[$]=X,
|
|
88
|
+
.agents/superpowers-agent config-set auto_update true`);return}let X=Q;if(Q==="true")X=!0;else if(Q==="false")X=!1;let Z={};Z[$]=X,zQ(Z),console.log(`✓ Set ${$} = ${X}`)},wQ=()=>{u();let $=k(!0),Q=k(!1),X=[];for(let[q,z]of Object.entries($))X.push({alias:q,url:z,source:"global"});for(let[q,z]of Object.entries(Q)){let W=X.findIndex((K)=>K.alias===q);if(W>=0)X[W]={alias:q,url:z,source:"project"};else X.push({alias:q,url:z,source:"project"})}if(X.length===0){console.log(`No repository aliases configured.
|
|
89
89
|
|
|
90
90
|
Add a repository using:
|
|
91
|
-
superpowers-agent add-repository <git-url> [--as=@alias]`);return}let Z=Math.max(5,...X.map((
|
|
92
|
-
`),console.log(`${"Alias".padEnd(Z)} ${"URL".padEnd(Y)} Source`);for(let
|
|
93
|
-
Total: ${X.length} repository alias(es)`)};var
|
|
94
|
-
`);let Q=await
|
|
91
|
+
superpowers-agent add-repository <git-url> [--as=@alias]`);return}let Z=Math.max(5,...X.map((q)=>q.alias.length)),Y=Math.max(3,...X.map((q)=>q.url.length));console.log(`Repositories:
|
|
92
|
+
`),console.log(`${"Alias".padEnd(Z)} ${"URL".padEnd(Y)} Source`);for(let q of X)console.log(`${q.alias.padEnd(Z)} ${q.url.padEnd(Y)} (${q.source})`);console.log(`
|
|
93
|
+
Total: ${X.length} repository alias(es)`)};var V$=async()=>{try{let $=P(),Q=await _$();return{hasUpdates:G$(Q,$),localVersion:$,remoteVersion:Q}}catch{return{hasUpdates:!1,localVersion:P(),remoteVersion:"",error:!0}}};import{execSync as MQ}from"child_process";var R$=async({skipReinstall:$=!1}={})=>{console.log(`# Checking for Superpowers updates...
|
|
94
|
+
`);let Q=await V$();if(Q.error){console.log("⚠️ Could not check for updates (network issue)");return}if(!Q.hasUpdates){console.log(`✓ Already up to date (v${Q.localVersion})`);return}if(console.log(`\uD83D\uDCE6 Update available: v${Q.localVersion} → v${Q.remoteVersion}
|
|
95
95
|
`),$){console.log(" Skipping install (--no-reinstall flag set)"),console.log(` Run manually: npm install -g @complexthings/superpowers-agent
|
|
96
96
|
`);return}console.log(` Installing update...
|
|
97
|
-
`);try{
|
|
97
|
+
`);try{MQ("npm install -g @complexthings/superpowers-agent",{stdio:"inherit"}),console.log(`
|
|
98
98
|
✓ Update complete!`)}catch(X){console.log(`
|
|
99
99
|
✗ Update failed: ${X.message}`),console.log(" Try running manually: npm install -g @complexthings/superpowers-agent"),process.exit(1)}console.log(`
|
|
100
100
|
Running bootstrap to complete setup...
|
|
101
|
-
`);try{
|
|
101
|
+
`);try{MQ("superpowers-agent bootstrap --no-update",{stdio:"inherit"}),console.log(`
|
|
102
102
|
✓ Bootstrap complete!`)}catch(X){console.log(`
|
|
103
|
-
⚠️ Bootstrap step failed: ${X.message}`),console.log(" The update installed successfully. Run manually to finish setup:"),console.log(" superpowers-agent bootstrap")}},
|
|
104
|
-
${
|
|
105
|
-
|
|
106
|
-
|
|
103
|
+
⚠️ Bootstrap step failed: ${X.message}`),console.log(" The update installed successfully. Run manually to finish setup:"),console.log(" superpowers-agent bootstrap")}},AQ=async()=>{u();let $=P();console.log(`Current version: ${$}`);try{let Q=await _$();if(console.log(`Latest version: ${Q}`),G$(Q,$))console.log("Update available: Yes"),process.exit(1);else console.log("You are up to date"),process.exit(0)}catch(Q){console.log(`Error checking for updates: ${Q.message}`),process.exit(1)}},TQ=()=>{let $=P();console.log($)};import{existsSync as A,readFileSync as i,writeFileSync as $$,rmSync as mQ,lstatSync as EY}from"fs";import{join as T,dirname as hQ,parse as e}from"path";import{execSync as R}from"child_process";import{platform as KY}from"os";import{execSync as bX}from"child_process";var q$=($)=>{try{return bX(`which ${$}`,{stdio:"pipe",timeout:2000}),!0}catch{return!1}};var D={opencode:{check:()=>q$("opencode"),cli:!0,name:"OpenCode",installUrl:"https://opencode.ai/docs/installation",bootstrapCommand:"install-opencode-commands"},claude:{check:()=>q$("claude"),cli:!0,name:"Claude Code",installUrl:"https://code.claude.com/docs/en/installation",bootstrapCommand:"install-claude-commands"},copilot:{check:()=>!0,cli:!1,name:"GitHub Copilot",bootstrapCommand:"install-copilot-prompts"}},vQ=()=>{let $=[];if(D.copilot.check())$.push("github-copilot");if(D.claude.check())$.push("claude-code");if(D.opencode.check())$.push("opencode");return $};import{existsSync as f$,readdirSync as kZ,lstatSync as CX,symlinkSync as NQ,unlinkSync as FX,mkdirSync as jX,readlinkSync as xX}from"fs";import{join as y$,dirname as dZ}from"path";import{platform as DX}from"os";var S$=($)=>{try{return CX($).isSymbolicLink()}catch{return!1}},RX=($,Q)=>{try{if(!S$($))return!1;return xX($)===Q}catch{return!1}},bQ=()=>{let $=y$(H.superpowersRepo,".opencode","plugins","superpowers-agent.js"),Q=y$(H.home,".config","opencode","plugins"),X=y$(Q,"superpowers-agent.js");if(console.log("Installing OpenCode plugin symlink..."),!f$($))return console.log("⚠️ Source plugin not found, skipping symlink creation"),console.log(` Expected at: ${$}`),{created:!1,error:"Source plugin not found"};if(RX(X,$))return console.log("✓ Plugin symlink already exists and is correct"),{created:!1,existed:!0};if(f$(X)&&!S$(X))return console.log("⚠️ Warning: A file already exists at the destination path"),console.log(` Path: ${X}`),console.log(" Skipping symlink creation to avoid overwriting existing file"),console.log(" To use superpowers-agent plugin, manually remove or rename the existing file"),{created:!1,error:"File already exists at destination"};if(!f$(Q))try{jX(Q,{recursive:!0}),console.log(`✓ Created ${Q.replace(H.home,"~")}`)}catch(Y){return console.log(`⚠️ Failed to create plugins directory: ${Y.message}`),{created:!1,error:`Failed to create directory: ${Y.message}`}}if(S$(X))try{FX(X)}catch(Y){return console.log(`⚠️ Failed to remove existing symlink: ${Y.message}`),{created:!1,error:`Failed to remove existing symlink: ${Y.message}`}}let Z=DX();try{if(Z==="win32")NQ($,X,"file");else NQ($,X);let Y=$.replace(H.home,"~"),q=X.replace(H.home,"~");return console.log(`✓ Created symlink: ${q}`),console.log(` -> ${Y}`),{created:!0}}catch(Y){if(Z==="win32"&&Y.code==="EPERM")return console.log("⚠️ Windows requires Developer Mode or admin privileges for symlinks"),console.log(" Enable Developer Mode: Settings > Update & Security > For developers"),{created:!1,error:"Windows symlink permission denied"};return console.log(`⚠️ Failed to create symlink: ${Y.message}`),{created:!1,error:`Failed to create symlink: ${Y.message}`}}};import{existsSync as CQ,readdirSync as nZ,readFileSync as fX,writeFileSync as yX,mkdirSync as SX,copyFileSync as PX}from"fs";import{join as iZ,dirname as gX}from"path";var kX="superpowers-agent session-context",uX="superpowers-agent session-context --format=claude 2>/dev/null || true",dX="startup|resume|clear|compact",FQ=($=H.claudeSettings)=>{let Q={},X=!1,Z;if(CQ($)){X=!0;let _;try{_=fX($,"utf8")}catch(G){return{error:!0,message:`Failed to read settings.json: ${G.message}`}}try{Q=_.trim()?JSON.parse(_):{}}catch(G){return{error:!0,message:`settings.json is not valid JSON, leaving it untouched: ${G.message}`}}let B=new Date().toISOString().split("T")[0];Z=`${$}.backup-${B}`;try{PX($,Z)}catch(G){return{error:!0,message:`Failed to back up settings.json: ${G.message}`}}}if(typeof Q!=="object"||Q===null||Array.isArray(Q))return{error:!0,message:"settings.json root is not an object"};Q.hooks=Q.hooks||{};let Y=Array.isArray(Q.hooks.SessionStart)?Q.hooks.SessionStart:[],q=(_)=>{try{return JSON.stringify(_).includes(kX)}catch{return!1}},z=Y.some(q),W=Y.filter((_)=>!q(_)),K={matcher:dX,hooks:[{type:"command",command:uX}]};Q.hooks.SessionStart=[...W,K];let E=gX($);if(!CQ(E))try{SX(E,{recursive:!0})}catch(_){return{error:!0,message:`Failed to create ${E}: ${_.message}`}}try{yX($,JSON.stringify(Q,null,2)+`
|
|
104
|
+
`,"utf8")}catch(_){return{error:!0,message:`Failed to write settings.json: ${_.message}`}}if(!X)return{created:!0};if(z)return{existed:!0,updated:!0,backup:Z};return{updated:!0,backup:Z}};import{existsSync as P$,readdirSync as sZ,readFileSync as mX,writeFileSync as hX,mkdirSync as pX}from"fs";import{join as cX}from"path";var nX="superpowers.json",oX=()=>({version:1,hooks:{sessionStart:[{type:"command",bash:"superpowers-agent session-context --format=copilot 2>/dev/null || true",powershell:"superpowers-agent session-context --format=copilot 2>$null; exit 0",timeoutSec:15}]}}),jQ=($=H.copilotHooksDir)=>{let Q=cX($,nX),X=JSON.stringify(oX(),null,2)+`
|
|
105
|
+
`;if(P$(Q)){let Y;try{Y=mX(Q,"utf8")}catch(q){return{error:!0,message:`Failed to read ${Q}: ${q.message}`}}if(Y===X)return{existed:!0,path:Q}}if(!P$($))try{pX($,{recursive:!0})}catch(Y){return{error:!0,message:`Failed to create ${$}: ${Y.message}`}}let Z=P$(Q);try{hX(Q,X,"utf8")}catch(Y){return{error:!0,message:`Failed to write ${Q}: ${Y.message}`}}return Z?{updated:!0,path:Q}:{created:!0,path:Q}};import{existsSync as a,readdirSync as iX,lstatSync as lX,symlinkSync as L$,unlinkSync as g$,mkdirSync as xQ,readlinkSync as aX}from"fs";import{join as n,dirname as rX,basename as sX}from"path";import{homedir as o,platform as DQ}from"os";var U$=[{name:"claude",parentDir:()=>n(o(),".claude"),skillsDir:()=>n(o(),".claude","skills")},{name:"copilot",parentDir:()=>n(o(),".copilot"),skillsDir:()=>n(o(),".copilot","skills")},{name:"opencode",parentDir:()=>n(o(),".config","opencode"),skillsDir:()=>n(o(),".config","opencode","skill")}],t=($)=>{try{return lX($).isSymbolicLink()}catch{return!1}},RQ=($,Q)=>{try{if(!t($))return!1;return aX($)===Q}catch{return!1}},fQ=($,Q)=>{if(!a($))return{created:!1,existed:!1,error:`Source does not exist: ${$}`};if(RQ(Q,$))return{created:!1,existed:!0};if(a(Q)||t(Q))if(t(Q))try{g$(Q)}catch(Y){return{created:!1,existed:!1,error:`Failed to remove existing symlink: ${Y.message}`}}else return{created:!1,existed:!1,error:`Target exists and is not a symlink: ${Q}`};let X=rX(Q);if(!a(X))try{xQ(X,{recursive:!0})}catch(Y){return{created:!1,existed:!1,error:`Failed to create parent directory: ${Y.message}`}}let Z=DQ();try{if(Z==="win32")L$($,Q,"junction");else L$($,Q,"dir");return{created:!0,existed:!1}}catch(Y){if(Z==="win32"&&Y.code==="EPERM")return{created:!1,existed:!1,error:"Windows requires Developer Mode or admin privileges for symlinks. Enable Developer Mode: Settings > Update & Security > For developers"};return{created:!1,existed:!1,error:`Failed to create symlink: ${Y.message}`}}},k$=($)=>{if(!a($)&&!t($))return{removed:!1,error:"Symlink does not exist"};if(!t($))return{removed:!1,error:"Target is not a symlink"};try{return g$($),{removed:!0}}catch(Q){return{removed:!1,error:`Failed to remove symlink: ${Q.message}`}}};var yQ=($,Q,X="skills")=>{let Z=y(!0);if(!Z.symlinks||!Z.symlinks[$])return;if(X==="superpowers")Z.symlinks[$].superpowers=null;else{let Y=Z.symlinks[$].skills||[];Z.symlinks[$].skills=Y.filter((q)=>q!==Q)}h(Z,!0)};var SQ=($,Q=[])=>{let X;try{X=iX($,{withFileTypes:!0})}catch{return Q}let Z=!1,Y=[];for(let q of X){if(!q.isDirectory()&&q.name==="SKILL.md")Z=!0;if(q.isDirectory()&&!q.name.startsWith("."))Y.push(n($,q.name))}if(Z)Q.push($);for(let q of Y)SQ(q,Q);return Q},PQ=()=>{let $=H.homeSuperpowersSkills,Q=H.homePersonalSkills;if(!a($))return{created:0,existed:0,updated:0,errors:[`Skills directory not found: ${$}`]};if(!a(Q))try{xQ(Q,{recursive:!0})}catch(Y){return{created:0,existed:0,updated:0,errors:[`Failed to create ${Q}: ${Y.message}`]}}let X=SQ($),Z={created:0,existed:0,updated:0,errors:[]};for(let Y of X){let q=sX(Y),z=n(Q,q);if(RQ(z,Y)){Z.existed++;continue}if(t(z))try{g$(z),Z.updated++}catch(K){Z.errors.push(`Failed to remove stale symlink ${z}: ${K.message}`);continue}else if(a(z)){Z.errors.push(`Skipped ${z}: path exists and is not a symlink`);continue}let W=DQ();try{if(W==="win32")L$(Y,z,"junction");else L$(Y,z,"dir");let K=z.replace(o(),"~"),E=Y.replace(o(),"~");console.log(` ✓ ${K} -> ${E}`),Z.created++}catch(K){Z.errors.push(`Failed to create symlink ${z}: ${K.message}`)}}return Z};import{existsSync as gQ,readdirSync as tX,lstatSync as eX,unlinkSync as $Y,realpathSync as kQ}from"fs";import{join as x}from"path";import{homedir as uQ}from"os";var QY=($)=>{try{return kQ($)}catch{return $}},XY=($)=>{try{return eX($).isSymbolicLink()}catch{return!1}},YY=($)=>{try{return kQ($)}catch{return null}},ZY=($,Q)=>{let X=Q.endsWith("/")?Q:Q+"/";return $.startsWith(X)||$===Q},qY=($,Q)=>Q.some((X)=>ZY($,X)),WY=($)=>{try{return gQ(x($,"skill.json"))}catch{return!1}},zY=({platformDirs:$,managedSkillRoots:Q})=>{let X=[],Z=0,Y=Q.map(QY);for(let q of $){if(!gQ(q))continue;let z;try{z=tX(q)}catch{continue}for(let W of z){let K=x(q,W);if(!XY(K))continue;let E=YY(K);if(!E||!qY(E,Y)){Z++;continue}if(!WY(E)){Z++;continue}try{$Y(K),X.push(K)}catch{Z++}}}return{removed:X,skipped:Z}},HY=($)=>{let Q=uQ(),X=[x(Q,".claude","skills"),x(Q,".copilot","skills"),x(Q,".config","opencode","skill"),x(Q,".cursor","skills"),x(Q,".gemini","skills"),x(Q,".codex","skills")];if(!$)return X;let Z=[x($,".claude","skills"),x($,".github","skills"),x($,".opencode","skill"),x($,".cursor","skills"),x($,".gemini","skills"),x($,".codex","skills")];return[...X,...Z]},dQ=($={})=>{let Q=uQ(),X=[x(Q,".agents","skills"),...$.projectRoot?[x($.projectRoot,".agents","skills")]:[]],Z=HY($.projectRoot);return zY({platformDirs:Z,managedSkillRoots:X})};var BY=()=>{let $=T(H.superpowersRepo,".agents","templates","TOOLS.md.template");if(A($))try{return i($,"utf8").trim()}catch(Q){return"### Using Tools\n\nUse your native skill tool. Fallback: `superpowers-agent find-skills`"}return""},I$=($,Q,X,Z=!0)=>{let Y=A($);if(!Y&&!Z)return{updated:!1,created:!1,skipped:!0};let q=BY(),z=Q.replace(/\{\{TOOL_MAPPINGS\}\}/g,q),W=new Date().toISOString().split("T")[0];z=z.replace(/\{\{DATE\}\}/g,W),z=z.replace(/\{\{SUPERPOWERS_PATH\}\}/g,H.superpowersRepo);let K=`<!-- SUPERPOWERS_SKILLS_START -->
|
|
106
|
+
${z}
|
|
107
|
+
<!-- SUPERPOWERS_SKILLS_END -->`;if(Y){let E=new Date().toISOString().split("T")[0],_=`${$}.backup-${E}`;try{R(`cp "${$}" "${_}"`,{stdio:"pipe"})}catch(U){return{updated:!1,error:!0,message:`Failed to backup: ${U.message}`}}let B;try{B=i($,"utf8")}catch(U){return{updated:!1,error:!0,message:`Failed to read: ${U.message}`}}let G="<!-- SUPERPOWERS_SKILLS_START -->",V="<!-- SUPERPOWERS_SKILLS_END -->",J;if(B.includes(G)&&B.includes(V)){let U=new RegExp(`${G}[\\s\\S]*?${V}`,"g");J=B.replace(U,K)}else{let U=B.match(/^#\s+.+$/m);if(U){let w=B.indexOf(`
|
|
108
|
+
`,U.index)+1;J=B.slice(0,w)+`
|
|
107
109
|
`+K+`
|
|
108
|
-
`+B.slice(
|
|
110
|
+
`+B.slice(w)}else J=K+`
|
|
109
111
|
|
|
110
|
-
`+B}try{return
|
|
112
|
+
`+B}try{return $$($,J,"utf8"),{updated:!0,created:!1,backup:_}}catch(U){return{updated:!1,error:!0,message:`Failed to write: ${U.message}`}}}else try{let E=hQ($);if(!A(E))R(`mkdir -p "${E}"`,{stdio:"pipe"});let G=`# ${e($).base.toUpperCase()}
|
|
111
113
|
|
|
112
|
-
`+K;return
|
|
114
|
+
`+K;return $$($,G,"utf8"),{updated:!1,created:!0}}catch(E){return{updated:!1,created:!1,error:!0,message:`Failed to create: ${E.message}`}}},_Y=()=>{console.log("Installing Unix aliases...");let $=T(H.superpowersRepo,".agents","superpowers-agent"),Q=T(H.home,".local","bin"),X=T(Q,"superpowers-agent"),Z=T(Q,"superpowers");if(!A($)){console.log("⚠️ superpowers-agent executable not found");return}if(!A(Q))try{R(`mkdir -p "${Q}"`,{stdio:"pipe"}),console.log(`✓ Created ${Q}`)}catch(q){console.log(`⚠️ Failed to create ${Q}: ${q.message}`);return}try{if(A(X))R(`rm "${X}"`,{stdio:"pipe"});R(`ln -s "${$}" "${X}"`,{stdio:"pipe"}),console.log(`✓ Created symlink: superpowers-agent -> ${$}`)}catch(q){console.log(`⚠️ Failed to create superpowers-agent symlink: ${q.message}`)}try{if(A(Z))R(`rm "${Z}"`,{stdio:"pipe"});R(`ln -s "${$}" "${Z}"`,{stdio:"pipe"}),console.log(`✓ Created symlink: superpowers -> ${$}`)}catch(q){console.log(`⚠️ Failed to create superpowers symlink: ${q.message}`)}if(!(process.env.PATH||"").includes(Q))console.log(`
|
|
113
115
|
⚠️ Warning: ${Q} is not in your PATH`),console.log(" Add this to your shell profile (~/.bashrc, ~/.zshrc, etc.):"),console.log(` export PATH="$HOME/.local/bin:$PATH"
|
|
114
|
-
`)},
|
|
115
|
-
`),$==="win32")return
|
|
116
|
+
`)},GY=()=>{console.log("Installing Windows aliases..."),console.log("✓ Windows alias installation (implementation pending)")},u$=()=>{let $=KY();if(console.log(`## Installing Universal Aliases
|
|
117
|
+
`),$==="win32")return GY();else return _Y()},VY=($)=>{let Q=T(H.superpowersRepo,".github","copilot-instructions.md"),X=T(H.superpowersRepo,"skills","meta","using-superpowers","SKILL.md"),Z=T($,".github","copilot-instructions.md"),Y="<!-- SUPERPOWERS_-_INSTRUCTIONS_START -->",q="<!-- SUPERPOWERS_-_INSTRUCTIONS_END -->";if(!A(Q))return{error:!0,message:"Source template not found"};if(!A(X))return{error:!0,message:"using-superpowers SKILL.md not found"};let z,W;try{z=i(Q,"utf8"),W=i(X,"utf8")}catch(_){return{error:!0,message:`Failed to read source files: ${_.message}`}}let K=z.replace("${content}",W);if(!K.includes("<!-- SUPERPOWERS_-_INSTRUCTIONS_START -->")||!K.includes("<!-- SUPERPOWERS_-_INSTRUCTIONS_END -->"))return{error:!0,message:"Template is missing required markers"};let E=hQ(Z);try{if(!A(E))R(`mkdir -p "${E}"`,{stdio:"pipe"})}catch(_){return{error:!0,message:`Failed to create .github directory: ${_.message}`}}if(A(Z)){let _;try{_=i(Z,"utf8")}catch(V){return{error:!0,message:`Failed to read existing file: ${V.message}`}}let B=new Date().toISOString().replace(/[:.]/g,"-"),G=`${Z}.backup-${B}`;try{R(`cp "${Z}" "${G}"`,{stdio:"pipe"})}catch(V){return{error:!0,message:`Failed to backup: ${V.message}`}}if(_.includes("<!-- SUPERPOWERS_-_INSTRUCTIONS_START -->")&&_.includes("<!-- SUPERPOWERS_-_INSTRUCTIONS_END -->")){let V=new RegExp("<!-- SUPERPOWERS_-_INSTRUCTIONS_START -->[\\s\\S]*?<!-- SUPERPOWERS_-_INSTRUCTIONS_END -->","g"),J=_.replace(V,K.trim());try{return $$(Z,J,"utf8"),{updated:!0,backup:G}}catch(U){return{error:!0,message:`Failed to update: ${U.message}`}}}else{let V=_.trimEnd()+`
|
|
116
118
|
|
|
117
119
|
`+K.trim()+`
|
|
118
|
-
`;try{return
|
|
119
|
-
`);let $=process.cwd(),Q=
|
|
120
|
-
Expected at: ${
|
|
121
|
-
Please update your Superpowers installation`);return}if(!
|
|
120
|
+
`;try{return $$(Z,V,"utf8"),{updated:!0,backup:G}}catch(J){return{error:!0,message:`Failed to append: ${J.message}`}}}}else try{return $$(Z,K,"utf8"),{created:!0}}catch(_){return{error:!0,message:`Failed to create: ${_.message}`}}},pQ=()=>{u(),console.log(`# Setting up Superpowers skills for this project
|
|
121
|
+
`);let $=process.cwd(),Q=T($,".agents"),X=T(Q,"skills"),Z=T($,"AGENTS.md"),Y=T(Q,"AGENTS.md"),q=A(Z)?Z:Y,z=T(H.superpowersRepo,".agents","templates","AGENTS.md.template");if(!A(z)){console.log(`✗ Error: AGENTS.md template not found
|
|
122
|
+
Expected at: ${z}
|
|
123
|
+
Please update your Superpowers installation`);return}if(!A(Q))try{R(`mkdir -p "${Q}"`,{stdio:"pipe"}),console.log("✓ Created .agents/ directory")}catch(O){console.log(`✗ Failed to create .agents/ directory: ${O.message}`);return}else console.log("✓ .agents/ directory exists");if(!A(X))try{R(`mkdir -p "${X}"`,{stdio:"pipe"}),R(`touch "${T(X,".gitkeep")}"`,{stdio:"pipe"}),console.log("✓ Created .agents/skills/ directory")}catch(O){console.log(`✗ Failed to create skills directory: ${O.message}`);return}else console.log("✓ .agents/skills/ directory exists");let W=T(Q,"docs"),K=T(W,"SUPERPOWERS.md"),E=T(H.superpowersRepo,".agents","templates","SUPERPOWERS.md.template");if(!A(W))try{R(`mkdir -p "${W}"`,{stdio:"pipe"}),console.log("✓ Created .agents/docs/ directory")}catch(O){console.log(`⚠️ Failed to create docs directory: ${O.message}`)}else console.log("✓ .agents/docs/ directory exists");let _=A(q);if(_){let O=new Date().toISOString().split("T")[0],c=`${q}.backup-${O}`;try{R(`cp "${q}" "${c}"`,{stdio:"pipe"}),console.log(`✓ Backed up existing AGENTS.md to ${e(c).base}`)}catch(E$){console.log(`✗ Failed to backup AGENTS.md: ${E$.message}`);return}}let B;try{B=i(z,"utf8")}catch(O){console.log(`✗ Failed to read template: ${O.message}`);return}let G=P();if(B=B.replace(/\{\{VERSION\}\}/g,G),A(E))try{let O=i(E,"utf8"),c=new Date().toISOString().split("T")[0];O=O.replace(/\{\{VERSION\}\}/g,G),O=O.replace(/\{\{DATE\}\}/g,c),$$(K,O,"utf8"),console.log("✓ Created .agents/docs/SUPERPOWERS.md")}catch(O){console.log(`⚠️ Failed to create SUPERPOWERS.md: ${O.message}`)}else console.log("⚠️ SUPERPOWERS.md.template not found");let V=[],J=T($,".github","copilot-instructions.md"),U=T(H.home,".github","copilot-instructions.md");if(A(J)||A(U)||D.copilot.check())V.push("github-copilot");let w=T($,"CLAUDE.md"),C=T(Q,"CLAUDE.md");if(A(w)||A(C)||D.claude.check())V.push("claude-code");if(D.opencode.check())V.push("opencode");console.log(`
|
|
122
124
|
Detected platforms for project: ${V.join(", ")||"none"}
|
|
123
|
-
`);let
|
|
125
|
+
`);let f=V.filter((O)=>["github-copilot","opencode"].includes(O)),N=I$(q,B,f,!_);if(N.created)console.log(`✓ Created AGENTS.md with platform tool mappings (${q===Z?"root":".agents/"})`);else if(N.updated)console.log(`✓ Updated AGENTS.md with platform tool mappings (${q===Z?"root":".agents/"})`);else if(N.error)console.log("⚠️ Failed to update AGENTS.md");let H$=A(w)?w:C,L=I$(H$,B,["claude-code"],!1);if(L.created)console.log(`✓ Created CLAUDE.md with Claude Code tool mappings (${H$===w?"root":".agents/"})`);else if(L.updated){if(console.log(`✓ Updated CLAUDE.md with Claude Code tool mappings (${H$===w?"root":".agents/"})`),L.backup)console.log(` Backed up to ${e(L.backup).base}`)}else if(L.skipped)console.log("ℹ️ Skipped CLAUDE.md (does not exist)");else if(L.error)console.log("⚠️ Failed to update CLAUDE.md");let I=T($,".github","copilot-instructions.md"),F={skipped:!0};if(V.includes("github-copilot")){if(F=VY($),F.created)console.log("✓ Created .github/copilot-instructions.md with Superpowers instructions");else if(F.updated){if(console.log("✓ Updated .github/copilot-instructions.md with Superpowers instructions"),F.backup)console.log(` Backed up to ${e(F.backup).base}`)}else if(F.error)console.log(`⚠️ Failed to update .github/copilot-instructions.md: ${F.message||""}`)}else console.log("ℹ️ Skipped .github/copilot-instructions.md (GitHub Copilot not detected)");let S=!A(Z)&&!A(Y);if(A(I)&&S){let O=I$(I,B,["github-copilot"],!1);if(O.updated){if(console.log("✓ Updated .github/copilot-instructions.md with GitHub Copilot tool mappings"),O.backup)console.log(` Backed up to ${e(O.backup).base}`)}else if(O.error)console.log("⚠️ Failed to update .github/copilot-instructions.md with tool mappings")}else if(A(I)&&!S)console.log("ℹ️ Skipped .github/copilot-instructions.md tool mappings (AGENTS.md exists, using that instead)");else if(!A(I)&&!V.includes("github-copilot"))console.log("ℹ️ Skipped .github/copilot-instructions.md tool mappings (does not exist)");let g=`
|
|
124
126
|
# Setup complete!
|
|
125
127
|
|
|
126
128
|
Your project now has:
|
|
127
|
-
- .agents/ directory structure`;if(
|
|
128
|
-
- AGENTS.md with universal skills instructions`;if(L.updated||L.created)
|
|
129
|
-
- CLAUDE.md with Claude Code skills instructions`;if(F.updated||F.created)
|
|
130
|
-
- .github/copilot-instructions.md with Superpowers instructions`;
|
|
131
|
-
- .agents/skills/ ready for project-specific skills`,
|
|
129
|
+
- .agents/ directory structure`;if(N.updated||N.created)g+=`
|
|
130
|
+
- AGENTS.md with universal skills instructions`;if(L.updated||L.created)g+=`
|
|
131
|
+
- CLAUDE.md with Claude Code skills instructions`;if(F.updated||F.created)g+=`
|
|
132
|
+
- .github/copilot-instructions.md with Superpowers instructions`;g+=`
|
|
133
|
+
- .agents/skills/ ready for project-specific skills`,g+=`
|
|
132
134
|
- .agents/docs/SUPERPOWERS.md for detailed reference
|
|
133
|
-
`,console.log(
|
|
135
|
+
`,console.log(g)},LY=()=>{let $=[...["brainstorming.prompt.md","execute-plan.prompt.md","write-plan.prompt.md","setup-skills.prompt.md","create-meta-prompt.md","finding-skills.prompt.md","skills.prompt.md","use-skill.prompt.md","using-a-skill.prompt.md"].map((X)=>T(H.vscodeUserDir,"prompts",X)),...["brainstorm.md","create-meta-prompt.md","execute-plan.md","finding-skills.md","skills.md","use-skill.md","using-a-skill.md","write-plan.md","setup-skills.md"].map((X)=>T(H.home,".claude","commands",X)),...["brainstorm.md","create-meta-prompt.md","execute-plan.md","finding-skills.md","skills.md","use-skill.md","using-a-skill.md","write-plan.md","setup-skills.md"].map((X)=>T(H.home,".config","opencode","command",X))],Q=0;for(let X of $)if(A(X))try{mQ(X),Q++}catch(Z){console.log(` ⚠️ Could not remove ${X}: ${Z.message}`)}if(Q>0)console.log(`✓ Removed ${Q} legacy prompt/command file${Q!==1?"s":""}`);else console.log("✓ No legacy prompt/command files found")},UY=()=>{let $=0;for(let Q of U$){let X=Q.skillsDir(),Z=T(X,"superpowers");try{if(EY(Z).isSymbolicLink())mQ(Z),console.log(`✓ Removed legacy superpowers symlink from ${X.replace(H.home,"~")}`),$++}catch{}}if($===0)console.log("✓ No legacy superpowers directory symlinks found")},cQ=async()=>{u(),console.log(`# Superpowers Bootstrap for Agents
|
|
134
136
|
# ==================================
|
|
135
|
-
`);let $=process.argv.includes("--no-update"),X=new Set(["copilot","claude","opencode"].filter((
|
|
137
|
+
`);let $=process.argv.includes("--no-update"),X=new Set(["copilot","claude","opencode"].filter((z)=>process.argv.includes(`--force-${z}`))),Z=X.size>0;if(!$){let z=Z$(),W=await V$();if(W.error)console.log(`## Update Check
|
|
136
138
|
|
|
137
139
|
⚠️ Could not check for updates (network issue)
|
|
138
140
|
|
|
139
141
|
---
|
|
140
|
-
`);else if(
|
|
141
|
-
`),console.log(`⚠️ Update available: v${
|
|
142
|
+
`);else if(W.hasUpdates)console.log(`## Update Available
|
|
143
|
+
`),console.log(`⚠️ Update available: v${W.localVersion} → v${W.remoteVersion}
|
|
142
144
|
To update, run: \`npm install -g @complexthings/superpowers-agent\``),console.log(`
|
|
143
145
|
---
|
|
144
146
|
`)}if(!Z)u$(),console.log(`---
|
|
145
147
|
`);if(!Z)console.log(`## Cleaning Up Legacy Files
|
|
146
|
-
`),
|
|
148
|
+
`),LY(),console.log(`
|
|
147
149
|
---
|
|
148
|
-
`);if(!Z||X.has("copilot"))console.log(`## GitHub Copilot Integration
|
|
149
|
-
`),console.log("✓ Skill symlinks handled in sync step below"),console.log(`
|
|
150
|
+
`);if(!Z||X.has("copilot")){if(console.log(`## GitHub Copilot Integration
|
|
151
|
+
`),console.log("✓ Skill symlinks handled in sync step below"),q$("copilot")||A(T(H.home,".copilot"))||X.has("copilot")){let W=jQ();if(W.created)console.log(`✓ Installed Copilot sessionStart hook -> ${W.path.replace(H.home,"~")}`);else if(W.updated)console.log(`✓ Updated Copilot sessionStart hook -> ${W.path.replace(H.home,"~")}`);else if(W.existed)console.log("✓ Copilot sessionStart hook already up to date");else if(W.error)console.log(`⚠️ Failed to install Copilot sessionStart hook: ${W.message}`)}else console.log("ℹ️ Skipped Copilot sessionStart hook (Copilot CLI not detected; run with --force-copilot to install anyway)");console.log(`
|
|
150
152
|
---
|
|
151
|
-
`)
|
|
152
|
-
`),!D.claude.check())console.log(`⚠️ Skipped (${D.claude.name} CLI not detected)
|
|
153
|
+
`)}if(!Z||X.has("claude")){if(console.log(`## Claude Code Integration
|
|
154
|
+
`),!D.claude.check()&&!X.has("claude"))console.log(`⚠️ Skipped (${D.claude.name} CLI not detected)
|
|
153
155
|
\uD83D\uDCA1 To enable Claude Code integration:
|
|
154
156
|
1. Install Claude Code: ${D.claude.installUrl}
|
|
155
|
-
2. Run: superpowers-agent
|
|
157
|
+
2. Run: superpowers-agent bootstrap --force-claude`);else{console.log("✓ Skill symlinks handled in sync step below");let W=FQ();if(W.created)console.log(`✓ Installed SessionStart hook -> ${H.claudeSettings.replace(H.home,"~")}`);else if(W.updated){if(console.log(`✓ ${W.existed?"Refreshed":"Added"} SessionStart hook in ${H.claudeSettings.replace(H.home,"~")}`),W.backup)console.log(` Backed up to ${e(W.backup).base}`)}else if(W.error)console.log(`⚠️ Failed to install SessionStart hook: ${W.message}`)}console.log(`
|
|
156
158
|
---
|
|
157
159
|
`)}if(!Z||X.has("opencode")){if(console.log(`## OpenCode Integration
|
|
158
|
-
`),D.opencode.check())
|
|
160
|
+
`),D.opencode.check())bQ();else console.log(`⚠️ Skipped (${D.opencode.name} CLI not detected)
|
|
159
161
|
\uD83D\uDCA1 To enable OpenCode integration:
|
|
160
162
|
1. Install OpenCode: ${D.opencode.installUrl}
|
|
161
163
|
2. Run: superpowers-agent ${D.opencode.bootstrapCommand}`);console.log(`
|
|
162
164
|
---
|
|
163
165
|
`)}if(!Z){console.log(`## Generating Platform-Specific Files
|
|
164
|
-
`);let
|
|
165
|
-
`);let
|
|
166
|
-
`)}if(K){let
|
|
166
|
+
`);let z=vQ();console.log(`Detected platforms: ${z.join(", ")||"none"}
|
|
167
|
+
`);let W=T(H.superpowersRepo,".agents","templates","AGENTS.md.template"),K="";try{K=i(W,"utf8")}catch(E){console.log(`⚠️ Could not read AGENTS.md template: ${E.message}
|
|
168
|
+
`)}if(K){let E=P();K=K.replace(/\{\{VERSION\}\}/g,E);let _=T(H.home,".agents","AGENTS.md"),B=I$(_,K,z,!0);if(B.created)console.log(`✓ Created ${_}`);else if(B.updated)console.log(`✓ Updated ${_}`)}console.log(`
|
|
167
169
|
---
|
|
168
170
|
`)}console.log(`## Cleaning Up Legacy Superpowers Dir Symlinks
|
|
169
|
-
`),
|
|
171
|
+
`),UY(),console.log(`
|
|
170
172
|
---
|
|
171
173
|
`),console.log(`## Syncing Repo Skills -> ~/.agents/skills/
|
|
172
|
-
`);let Y=
|
|
174
|
+
`);let Y=PQ();if(Y.created>0||Y.updated>0)console.log(` ✓ ${Y.created} created, ${Y.updated} updated, ${Y.existed} already current`);else if(Y.errors.length>0)for(let z of Y.errors)console.log(` ⚠️ ${z}`);else console.log(` ✓ ${Y.existed} skill symlinks already up to date`);console.log(`
|
|
173
175
|
---
|
|
174
176
|
`),console.log(`## Cleaning Up Stale Platform Skill Symlinks
|
|
175
|
-
`);let
|
|
177
|
+
`);let q=dQ({projectRoot:process.cwd()});if(q.removed.length>0){console.log(` ✓ Removed ${q.removed.length} stale skill symlink(s):`);for(let z of q.removed)console.log(` - ${z}`)}else console.log(" ✓ No stale platform skill symlinks found");console.log(`
|
|
176
178
|
---
|
|
177
179
|
`),console.log(`# Bootstrap Complete!
|
|
178
180
|
`),console.log("✓ All integrations installed"),console.log("✓ Skills system ready"),console.log(`✓ Skill symlinks synced
|
|
179
|
-
`),console.log("Next steps:"),console.log(" - Run `superpowers-agent find-skills` to see available skills"),console.log(" - Run `superpowers-agent setup-skills` in your project directory")};import{existsSync as b,readFileSync as
|
|
180
|
-
⚠ Could not parse agents.json: ${V.message}`);return}let Y=
|
|
181
|
-
⚠ Invalid agents.json: ${Y.error}`);return}for(let V of Y.skippedPlatforms)console.log(` ⚠ Skipping unknown platform: ${V}`);let
|
|
182
|
-
\uD83D\uDCE6 Found agents.json (${
|
|
183
|
-
${
|
|
184
|
-
${K} ${_} agent(s)${B>0?` (${B} failed)`:""}`)}var
|
|
181
|
+
`),console.log("Next steps:"),console.log(" - Run `superpowers-agent find-skills` to see available skills"),console.log(" - Run `superpowers-agent setup-skills` in your project directory")};import{existsSync as b,readFileSync as O$,mkdirSync as NY,rmSync as n$,cpSync as bY,lstatSync as CY}from"fs";import{join as v,dirname as w$,parse as z$,sep as FY}from"path";import{execSync as j}from"child_process";import{homedir as p}from"os";import{createInterface as jY}from"readline";import{readFileSync as IY,existsSync as h$,unlinkSync as JY,lstatSync as OY,mkdirSync as wY}from"fs";import{join as MY,dirname as AY}from"path";import{join as W$}from"path";import{homedir as nQ}from"os";var d$={github:{name:"github",sourceDir:".github/agents",sourceExt:".agent.md",getDestDir:()=>W$(H.vscodeUserDir,"prompts"),destExt:".agent.md"},opencode:{name:"opencode",sourceDir:".opencode/agents",sourceExt:".md",getDestDir:()=>W$(nQ(),".config","opencode","agents"),destExt:".md"},claude:{name:"claude",sourceDir:".claude/agents",sourceExt:".md",getDestDir:()=>W$(nQ(),".claude","agents"),destExt:".md"}};function oQ($,Q,X){let Z=d$[Q];if(!Z)return null;return W$($,Z.sourceDir,`${X}${Z.sourceExt}`)}function iQ($,Q){let X=d$[$];if(!X)return null;return W$(X.getDestDir(),`${Q}${X.destExt}`)}function m$(){return Object.keys(d$)}function TY($){if(!$||typeof $!=="object")return{valid:!1,error:"agents.json must be a JSON object"};if(!$.version||typeof $.version!=="string")return{valid:!1,error:'agents.json must have a "version" string field'};if(!$.agents||typeof $.agents!=="object")return{valid:!1,error:'agents.json must have an "agents" object field'};let Q=m$(),X=[];for(let[Z,Y]of Object.entries($.agents)){if(!Q.includes(Z)){X.push(Z);continue}if(!Array.isArray(Y))return{valid:!1,error:`agents.${Z} must be an array of agent names`};for(let q of Y)if(typeof q!=="string")return{valid:!1,error:`agents.${Z} must contain only string agent names`}}return{valid:!0,data:$,skippedPlatforms:X}}function vY($,Q){if(!h$($))return{installed:!1,error:`Source file not found: ${$}`};if(h$(Q))try{if(!OY(Q).isSymbolicLink())JY(Q)}catch(Z){}wY(AY(Q),{recursive:!0});let X=fQ($,Q);if(X.error)return{installed:!1,error:X.error};return{installed:!0}}function p$($,Q={}){let X=MY($,"agents.json");if(!h$(X))return;let Z;try{Z=JSON.parse(IY(X,"utf8"))}catch(V){console.log(`
|
|
182
|
+
⚠ Could not parse agents.json: ${V.message}`);return}let Y=TY(Z);if(!Y.valid){console.log(`
|
|
183
|
+
⚠ Invalid agents.json: ${Y.error}`);return}for(let V of Y.skippedPlatforms)console.log(` ⚠ Skipping unknown platform: ${V}`);let q=Z.repository||"unknown",z=Z.version,W=Q.isUpdate?"Updating":"Installing",K=Q.isUpdate?"Updated":"Installed";console.log(`
|
|
184
|
+
\uD83D\uDCE6 Found agents.json (${q} v${z})`);let E=m$(),_=0,B=0,G=[];for(let[V,J]of Object.entries(Z.agents)){if(!E.includes(V))continue;console.log(`
|
|
185
|
+
${W} ${V} agents:`);for(let U of J){let w=oQ($,V,U),C=iQ(V,U),f=vY(w,C);if(f.installed)console.log(` ✓ ${U}`),G.push({platformKey:V,agentName:U,sourcePath:w,destPath:C}),_++;else console.log(` ✗ ${U}: ${f.error}`),B++}}if(G.length>0){let V=y(!0);if(!V.installedAgents)V.installedAgents={};if(!V.installedAgents[q])V.installedAgents[q]={version:z,agents:{}};V.installedAgents[q].version=z;for(let{platformKey:J,agentName:U,sourcePath:w,destPath:C}of G){if(!V.installedAgents[q].agents[J])V.installedAgents[q].agents[J]={};V.installedAgents[q].agents[J][U]={source:w,destination:C,installedAt:new Date().toISOString()}}h(V,!0)}if(_>0)console.log(`
|
|
186
|
+
${K} ${_} agent(s)${B>0?` (${B} failed)`:""}`)}var lQ=($,Q)=>{if(Q.type==="local"){let Z=$;for(let Y=0;Y<10;Y++){if(b(v(Z,"agents.json")))return Z;let q=w$(Z);if(q===Z)break;Z=q}return $}let X=v(".agents","tmp");if($.includes(X)){let Z=$.indexOf(X),q=$.substring(Z+X.length+1).split(FY)[0];return v($.substring(0,Z),".agents","tmp",q)}return $},aQ=($,Q)=>{let X=v(p(),".agents","repos"),Z=Q.replace(/^@/,"").replace(/[^a-zA-Z0-9_-]/g,"_"),Y=v(X,Z);try{if(NY(X,{recursive:!0}),b(Y))n$(Y,{recursive:!0,force:!0});return bY($,Y,{recursive:!0}),Y}catch(q){return console.log(` Warning: Could not persist repository for agents: ${q.message}`),null}},o$=($)=>{let Q=$.match(/^https:\/\/github\.com\/([^/]+)\/([^/]+)\/tree\/([^/]+)\/(.+)$/);if(Q){let[,Y,q,z,W]=Q;return{type:"git-tree",repoUrl:`https://github.com/${Y}/${q}.git`,branch:z,path:W,original:$}}let X=$.match(/^git@github\.com:([^/]+)\/([^/]+?)(?:\.git)?$/);if(X){let[,Y,q]=X;return{type:"git-repo",repoUrl:`git@github.com:${Y}/${q}.git`,branch:null,path:null,original:$}}let Z=$.match(/^https:\/\/github\.com\/([^/]+)\/([^/]+?)(?:\.git)?$/);if(Z){let[,Y,q]=Z;return{type:"git-repo",repoUrl:`https://github.com/${Y}/${q}.git`,branch:null,path:null,original:$}}if(b($))return{type:"local",path:$,original:$};return null},i$=($)=>{let Q=$.includes("--global")||$.includes("-g"),X=$.includes("--project")||$.includes("-p");if(Q)return v(p(),".agents","skills");if(X)return v(process.cwd(),".agents","skills");let Z=v(process.cwd(),".agents","config.json"),Y=v(p(),".agents","config.json");for(let q of[Z,Y])if(b(q))try{if(JSON.parse(O$(q,"utf8")).installLocation==="project")return v(process.cwd(),".agents","skills")}catch(z){}return v(p(),".agents","skills")},l$=($,Q)=>{let X=v(p(),".agents","tmp",`skill-install-${Date.now()}`);try{if(j(`mkdir -p "${X}"`,{stdio:"pipe"}),Q)j(`git clone --branch ${Q} --depth 1 "${$}" "${X}"`,{stdio:"pipe",timeout:30000});else j(`git clone --depth 1 "${$}" "${X}"`,{stdio:"pipe",timeout:30000});return X}catch(Z){try{j(`rm -rf "${X}"`,{stdio:"pipe"})}catch{}throw Error(`Failed to clone repository: ${Z.message}`)}},Q$=($)=>{let Q=v($,"skill.json");if(!b(Q))return null;try{let X=O$(Q,"utf8");return JSON.parse(X)}catch(X){throw Error(`Failed to read skill.json: ${X.message}`)}},J$=($,Q,X,Z)=>{let Y=v($,Q);if(!b(Y)){Z.errors.push(`Skill directory not found: ${Q}`);return}let q=Q$(Y);if(!q){Z.errors.push(`No skill.json found in: ${Q}`);return}let z=q.name||Q,W=z.split("/").pop()||z,K=v(X,W),E=w$(K);try{j(`mkdir -p "${E}"`,{stdio:"pipe"})}catch(_){Z.errors.push(`Failed to create directory ${E}: ${_.message}`);return}try{if(b(K))j(`rm -rf "${K}"`,{stdio:"pipe"});j(`cp -R "${Y}" "${K}"`,{stdio:"pipe"}),Z.installed.push({name:W,path:K,title:q.title||q.description||W})}catch(_){Z.errors.push(`Failed to install ${Q}: ${_.message}`)}},rQ=($,Q,X,Z,Y=null)=>{let q=y(Z);if(!q.installedSkills)q.installedSkills={};let z={source:$,installBase:Q,installedAt:new Date().toISOString(),skills:X.installed.map((W)=>({name:W.name,path:W.path}))};if(q.installedSkills[$]=z,Y&&Y!==$)q.installedSkills[Y]=z;h(q,Z)},sQ=()=>{let $=process.argv.slice(3),Q=$.find((B)=>!B.startsWith("-")),X=$.filter((B)=>B.startsWith("-"));if(!Q){console.log(`Usage: superpowers-agent add <url-or-path|@alias> [skill-path] [options]
|
|
185
187
|
|
|
186
188
|
Options:
|
|
187
189
|
--global, -g Install skills globally in ~/.agents/skills/ (default)
|
|
@@ -203,18 +205,18 @@ Description:
|
|
|
203
205
|
|
|
204
206
|
Repository aliases can be added using:
|
|
205
207
|
superpowers-agent add-repository <git-url> [--as=@alias]`);return}console.log(`Installing skill(s)...
|
|
206
|
-
`);let Z=!X.includes("--project")&&!X.includes("-p"),Y=null,
|
|
207
|
-
Available aliases:`);let
|
|
208
|
-
Add a repository using:`),console.log(" superpowers-agent add-repository <git-url>");else for(let[
|
|
209
|
-
`);else Q=Y,console.log(`Repository URL: ${Y}`),console.log(`Skill path: ${
|
|
210
|
-
`);else if(Q=Y,
|
|
208
|
+
`);let Z=!X.includes("--project")&&!X.includes("-p"),Y=null,q=null,z=null;if(Q.startsWith("@")){let B=Q;z=B,q=$.find((U,w)=>w>0&&!U.startsWith("-")&&U!==B);let G=k(!1),V=k(!0);if(G[B])Y=G[B],console.log(`Using project repository alias: ${B}`);else if(V[B])Y=V[B],console.log(`Using global repository alias: ${B}`);else{console.log(`Error: Repository alias not found: ${B}`),console.log(`
|
|
209
|
+
Available aliases:`);let U={...V,...G};if(Object.keys(U).length===0)console.log(" (none)"),console.log(`
|
|
210
|
+
Add a repository using:`),console.log(" superpowers-agent add-repository <git-url>");else for(let[w,C]of Object.entries(U))console.log(` ${w} -> ${C}`);return}let J=b(Y);if(q)if(J)Q=v(Y,q),console.log(`Repository path: ${Y}`),console.log(`Skill path: ${q}
|
|
211
|
+
`);else Q=Y,console.log(`Repository URL: ${Y}`),console.log(`Skill path: ${q}
|
|
212
|
+
`);else if(Q=Y,J)console.log(`Repository path: ${Y}
|
|
211
213
|
`);else console.log(`Repository URL: ${Y}
|
|
212
|
-
`)}let
|
|
213
|
-
`);let
|
|
214
|
-
`);for(let
|
|
215
|
-
**Successfully installed skills:**`),console.log(`- Source: ${G.source}`),G.installed.length>0)for(let
|
|
216
|
-
**Errors:**`);for(let
|
|
217
|
-
Error: ${B.message}`)}},
|
|
214
|
+
`)}let W=o$(Q);if(!W){console.log(`Error: Invalid URL or path not found: ${Q}`);return}if(q&&W.type==="git-repo"&&!W.path)W.path=q;let K=i$(X);console.log(`Install location: ${K}
|
|
215
|
+
`);let E,_=!1;try{if(W.type==="git-repo"||W.type==="git-tree"){if(console.log(`Cloning repository: ${W.repoUrl}`),W.branch)console.log(`Branch: ${W.branch}`);if(E=l$(W.repoUrl,W.branch),_=!0,W.path){if(E=v(E,W.path),!b(E))throw Error(`Path not found in repository: ${W.path}`)}console.log("")}else E=W.path;let B=Q$(E);if(!B)throw Error("No skill.json found in source directory");let G={installed:[],errors:[],source:W.original};if(B.skills&&Array.isArray(B.skills)){console.log(`Found ${B.skills.length} skill(s) to install
|
|
216
|
+
`);for(let U of B.skills)J$(E,U,K,G)}else{let U=B.name||z$(E).base;J$(w$(E),z$(E).base,K,G)}let V=lQ(E,W),J=v(V,"agents.json");if(b(J)){let U=V;if(_){let w;try{w=JSON.parse(O$(J,"utf8"))}catch{}let C=w?.repository||W.original,f=aQ(V,C);if(f)U=f}p$(U,{isUpdate:!1})}if(_&&E)try{let U=E.split("/.agents/tmp/")[0]+"/.agents/tmp/"+E.split("/.agents/tmp/")[1].split("/")[0];j(`rm -rf "${U}"`,{stdio:"pipe"})}catch{}if(console.log(`
|
|
217
|
+
**Successfully installed skills:**`),console.log(`- Source: ${G.source}`),G.installed.length>0)for(let U of G.installed)console.log(` - Installed: ${U.name} at ${U.path}`),console.log(` ${U.title}`);if(G.errors.length>0){console.log(`
|
|
218
|
+
**Errors:**`);for(let U of G.errors)console.log(` - ${U}`)}if(G.installed.length===0&&G.errors.length===0)console.log(" No skills were installed");if(G.installed.length>0)rQ(W.original,K,G,Z,z)}catch(B){if(_&&E)try{let G=E.split("/.agents/tmp/")[0]+"/.agents/tmp/"+E.split("/.agents/tmp/")[1].split("/")[0];j(`rm -rf "${G}"`,{stdio:"pipe"})}catch{}console.log(`
|
|
219
|
+
Error: ${B.message}`)}},tQ=()=>{let $=process.argv.slice(3),Q=$.find((B)=>!B.startsWith("-")),X=$.filter((B)=>B.startsWith("-"));if(!Q){console.log(`Usage: superpowers-agent pull <url-or-path|@alias> [skill-path] [options]
|
|
218
220
|
|
|
219
221
|
Options:
|
|
220
222
|
--global, -g Update skills globally in ~/.agents/skills/ (default)
|
|
@@ -239,18 +241,18 @@ Description:
|
|
|
239
241
|
|
|
240
242
|
Repository aliases can be added using:
|
|
241
243
|
superpowers-agent add-repository <git-url> [--as=@alias]`);return}console.log(`Updating skill(s)...
|
|
242
|
-
`);let Z=!X.includes("--project")&&!X.includes("-p"),Y=null,
|
|
243
|
-
Available aliases:`);let
|
|
244
|
-
Add a repository using:`),console.log(" superpowers-agent add-repository <git-url>");else for(let[
|
|
245
|
-
`);else Q=Y,console.log(`Repository URL: ${Y}`),console.log(`Skill path: ${
|
|
246
|
-
`);else if(Q=Y,
|
|
244
|
+
`);let Z=!X.includes("--project")&&!X.includes("-p"),Y=null,q=null,z=null;if(Q.startsWith("@")){let B=Q;z=B,q=$.find((U,w)=>w>0&&!U.startsWith("-")&&U!==B);let G=k(!1),V=k(!0);if(G[B])Y=G[B],console.log(`Using project repository alias: ${B}`);else if(V[B])Y=V[B],console.log(`Using global repository alias: ${B}`);else{console.log(`Error: Repository alias not found: ${B}`),console.log(`
|
|
245
|
+
Available aliases:`);let U={...V,...G};if(Object.keys(U).length===0)console.log(" (none)"),console.log(`
|
|
246
|
+
Add a repository using:`),console.log(" superpowers-agent add-repository <git-url>");else for(let[w,C]of Object.entries(U))console.log(` ${w} -> ${C}`);return}let J=b(Y);if(q)if(J)Q=v(Y,q),console.log(`Repository path: ${Y}`),console.log(`Skill path: ${q}
|
|
247
|
+
`);else Q=Y,console.log(`Repository URL: ${Y}`),console.log(`Skill path: ${q}
|
|
248
|
+
`);else if(Q=Y,J)console.log(`Repository path: ${Y}
|
|
247
249
|
`);else console.log(`Repository URL: ${Y}
|
|
248
|
-
`)}let
|
|
249
|
-
`);let
|
|
250
|
-
`);for(let
|
|
251
|
-
**Successfully updated skills:**`),console.log(`- Source: ${G.source}`),G.installed.length>0)for(let
|
|
252
|
-
**Errors:**`);for(let
|
|
253
|
-
Error: ${B.message}`)}},
|
|
250
|
+
`)}let W=o$(Q);if(!W){console.log(`Error: Invalid URL or path not found: ${Q}`);return}if(q&&W.type==="git-repo"&&!W.path)W.path=q;let K=i$(X);console.log(`Install location: ${K}
|
|
251
|
+
`);let E,_=!1;try{if(W.type==="git-repo"||W.type==="git-tree"){if(console.log(`Cloning repository: ${W.repoUrl}`),W.branch)console.log(`Branch: ${W.branch}`);if(E=l$(W.repoUrl,W.branch),_=!0,W.path){if(E=v(E,W.path),!b(E))throw Error(`Path not found in repository: ${W.path}`)}console.log("")}else E=W.path;let B=Q$(E);if(!B)throw Error("No skill.json found in source directory");let G={installed:[],errors:[],source:W.original};if(B.skills&&Array.isArray(B.skills)){console.log(`Found ${B.skills.length} skill(s) to update
|
|
252
|
+
`);for(let U of B.skills)J$(E,U,K,G)}else{let U=B.name||z$(E).base;J$(w$(E),z$(E).base,K,G)}let V=lQ(E,W),J=v(V,"agents.json");if(b(J)){let U=V;if(_){let w;try{w=JSON.parse(O$(J,"utf8"))}catch{}let C=w?.repository||W.original,f=aQ(V,C);if(f)U=f}p$(U,{isUpdate:!0})}if(_&&E)try{let U=E.split("/.agents/tmp/")[0]+"/.agents/tmp/"+E.split("/.agents/tmp/")[1].split("/")[0];j(`rm -rf "${U}"`,{stdio:"pipe"})}catch{}if(console.log(`
|
|
253
|
+
**Successfully updated skills:**`),console.log(`- Source: ${G.source}`),G.installed.length>0)for(let U of G.installed)console.log(` - Updated: ${U.name} at ${U.path}`),console.log(` ${U.title}`);if(G.errors.length>0){console.log(`
|
|
254
|
+
**Errors:**`);for(let U of G.errors)console.log(` - ${U}`)}if(G.installed.length===0&&G.errors.length===0)console.log(" No skills were updated");if(G.installed.length>0)rQ(W.original,K,G,Z,z)}catch(B){if(_&&E)try{let G=E.split("/.agents/tmp/")[0]+"/.agents/tmp/"+E.split("/.agents/tmp/")[1].split("/")[0];j(`rm -rf "${G}"`,{stdio:"pipe"})}catch{}console.log(`
|
|
255
|
+
Error: ${B.message}`)}},xY=($)=>new Promise((Q)=>{let X=jY({input:process.stdin,output:process.stdout});X.question($,(Z)=>{X.close(),Q(Z.trim())})}),c$=($)=>{try{return CY($).isSymbolicLink()}catch{return!1}},eQ=async()=>{let $=process.argv.slice(3),Q=$.find((L)=>!L.startsWith("-")),X=$.filter((L)=>L.startsWith("-"));if(!Q){console.log(`Usage: superpowers-agent rm <url-or-path|@alias> [options]
|
|
254
256
|
|
|
255
257
|
Options:
|
|
256
258
|
--global, -g Remove globally installed skills (default)
|
|
@@ -259,10 +261,10 @@ Options:
|
|
|
259
261
|
Examples:
|
|
260
262
|
superpowers-agent rm https://github.com/example/skills
|
|
261
263
|
superpowers-agent rm @myrepo
|
|
262
|
-
superpowers-agent rm ~/my-local-skills`);return}let Z=!X.includes("--project")&&!X.includes("-p"),Y=Q,
|
|
263
|
-
`);let L=
|
|
264
|
-
Proceed? [y/N] `)).toLowerCase()!=="y"){console.log("Aborted.");return}for(let L of B){let
|
|
265
|
-
Done.`)}
|
|
264
|
+
superpowers-agent rm ~/my-local-skills`);return}let Z=!X.includes("--project")&&!X.includes("-p"),Y=Q,q=null;if(Q.startsWith("@")){q=Q;let L=k(!1),I=k(!0);if(L[Q])Y=L[Q];else if(I[Q])Y=I[Q];else{console.log(`Error: Repository alias not found: ${Q}`);return}}let z=EQ(Z),W=z[Q]||z[Y],K=W?.installBase||i$(X),E=[];if(W)E=W.skills;else{console.log(`No tracking data found. Attempting to re-resolve skills from source...
|
|
265
|
+
`);let L=o$(Y);if(!L){console.log(`Error: Invalid URL or path not found: ${Y}`);return}let I,F=!1;try{if(L.type==="git-repo"||L.type==="git-tree"){if(console.log(`Cloning repository: ${L.repoUrl}`),I=l$(L.repoUrl,L.branch),F=!0,L.path){if(I=v(I,L.path),!b(I))throw Error(`Path not found in repository: ${L.path}`)}}else I=L.path;let S=Q$(I);if(!S)throw Error("No skill.json found in source");let g=S.skills&&Array.isArray(S.skills)?S.skills:[S.name||z$(I).base];for(let O of g){let c=O;if(S.skills){let E$=v(I,O);if(b(E$)){let a$=Q$(E$);if(a$?.name)c=a$.name}}E.push({name:c,path:v(K,c)})}if(F)try{let O=I.split("/.agents/tmp/")[0]+"/.agents/tmp/"+I.split("/.agents/tmp/")[1].split("/")[0];j(`rm -rf "${O}"`,{stdio:"pipe"})}catch{}}catch(S){if(F&&I)try{let g=I.split("/.agents/tmp/")[0]+"/.agents/tmp/"+I.split("/.agents/tmp/")[1].split("/")[0];j(`rm -rf "${g}"`,{stdio:"pipe"})}catch{}console.log(`Error resolving source: ${S.message}`);return}}let _=E.filter((L)=>b(L.path)||c$(L.path)),B=[];for(let L of E)for(let I of U$){let F=v(I.skillsDir(),L.name);if(b(F)||c$(F))B.push({platform:I.name,path:F})}let G=KQ(),V=q||Y,J=[];if(G[V]){for(let[,L]of Object.entries(G[V].agents||{}))for(let[,I]of Object.entries(L))if(I.destination&&(b(I.destination)||c$(I.destination)))J.push({path:I.destination})}let U=V.replace(/^@/,"").replace(/[^a-zA-Z0-9_-]/g,"_"),w=v(p(),".agents","repos",U),C=b(w),f=p(),N=(L)=>L.replace(f,"~");if(_.length===0&&B.length===0&&J.length===0&&!C){console.log("Nothing to remove.");return}if(console.log("Will remove:"),_.length>0){console.log(" Skills:");for(let L of _)console.log(` ${N(L.path)}`)}if(B.length>0){console.log(" Platform symlinks:");for(let L of B)console.log(` ${N(L.path)}`)}if(J.length>0){console.log(" Agents:");for(let L of J)console.log(` ${N(L.path)}`)}if(C)console.log(" Persisted repo:"),console.log(` ${N(w)}`);if((await xY(`
|
|
266
|
+
Proceed? [y/N] `)).toLowerCase()!=="y"){console.log("Aborted.");return}for(let L of B){let I=k$(L.path);if(I.removed)console.log(`Removed symlink: ${N(L.path)}`),yQ(L.platform,L.path,"skills");else if(I.error==="Symlink does not exist")console.log(`Already removed: ${N(L.path)}`);else console.log(`Warning: ${N(L.path)}: ${I.error}`)}for(let L of J){let I=k$(L.path);if(I.removed)console.log(`Removed agent: ${N(L.path)}`);else if(I.error==="Symlink does not exist")console.log(`Already removed: ${N(L.path)}`);else console.log(`Warning: ${N(L.path)}: ${I.error}`)}if(C)try{n$(w,{recursive:!0,force:!0}),console.log(`Removed persisted repo: ${N(w)}`)}catch(L){console.log(`Warning: Failed to remove persisted repo: ${L.message}`)}for(let L of _){if(!b(L.path)){console.log(`Already removed: ${N(L.path)}`);continue}try{n$(L.path,{recursive:!0,force:!0}),console.log(`Removed skill: ${N(L.path)}`)}catch(I){console.log(`Warning: Failed to remove ${N(L.path)}: ${I.message}`)}}if(F$(Q,Z),Y!==Q)F$(Y,Z);if(G[V]){let L=y(!0);if(L.installedAgents)delete L.installedAgents[V],h(L,!0)}console.log(`
|
|
267
|
+
Done.`)},$X=()=>{let $=process.argv.slice(3),Q=$.find((E)=>!E.startsWith("-")),X=$.filter((E)=>E.startsWith("-"));if(!Q){console.log(`Usage: superpowers-agent add-repository <git-url> [options]
|
|
266
268
|
|
|
267
269
|
Options:
|
|
268
270
|
--global, -g Add repository globally in ~/.agents/config.json (default)
|
|
@@ -280,9 +282,15 @@ Description:
|
|
|
280
282
|
The repository's skill.json will be read to determine the default alias.
|
|
281
283
|
Use --as to specify a custom alias.
|
|
282
284
|
After adding, you can install skills using: superpowers-agent add @alias path/to/skill`);return}console.log(`Adding repository...
|
|
283
|
-
`);let Z=X.some((
|
|
284
|
-
You can now install skills using:`),console.log(` superpowers-agent add ${_} <path-to-skill>`)}catch(
|
|
285
|
-
Error: ${
|
|
285
|
+
`);let Z=X.some((E)=>E==="--global"||E==="-g"),Y=X.some((E)=>E==="--project"||E==="-p"),q=X.find((E)=>E.startsWith("--as=")),z=q?q.split("=")[1]:null,W=Y?!1:!0,K;try{console.log(`Cloning repository: ${Q}`),K=v(p(),".agents","tmp",`repo-add-${Date.now()}`),j(`mkdir -p "${K}"`,{stdio:"pipe"}),j(`git clone --depth 1 "${Q}" "${K}"`,{stdio:"pipe",timeout:30000}),console.log("");let E=Q$(K);if(!E)throw Error("No skill.json found in repository");let _;if(z)_=z;else if(E.repository)_=E.repository;else{let V=Q.match(/\/([^/]+?)(?:\.git)?$/);if(V)_="@"+V[1];else throw Error("Could not determine repository alias. Use --as=@alias to specify manually.")}HQ(_,Q,W),j(`rm -rf "${K}"`,{stdio:"pipe"});let B=W?"globally":"in project",G=W?v(p(),".agents","config.json"):v(process.cwd(),".agents","config.json");console.log(`✓ Repository added ${B}`),console.log(` Alias: ${_}`),console.log(` URL: ${Q}`),console.log(` Config: ${G}`),console.log(`
|
|
286
|
+
You can now install skills using:`),console.log(` superpowers-agent add ${_} <path-to-skill>`)}catch(E){if(K)try{j(`rm -rf "${K}"`,{stdio:"pipe"})}catch{}console.log(`
|
|
287
|
+
Error: ${E.message}`)}};import{dirname as QX}from"path";var XX=($,Q,X)=>{let{content:Z,frontmatter:Y}=M$($),q=r[Q].prefix+X,z=QX($),W=`# ${Y.name||q}`;if(Y.description)W+=`
|
|
288
|
+
# ${Y.description}`;if(Y.whenToUse)W+=`
|
|
289
|
+
# When to use: ${Y.whenToUse}`;return W+=`
|
|
290
|
+
# Supporting tools and docs are in ${z}
|
|
291
|
+
# ============================================
|
|
292
|
+
|
|
293
|
+
${Z}`,W},YX=($)=>{if(!$){console.log(`Usage: superpowers-agent use-skill <skill-name>
|
|
286
294
|
|
|
287
295
|
Examples (smart matching):
|
|
288
296
|
superpowers-agent use-skill brainstorming # Matches superpowers:collaboration/brainstorming
|
|
@@ -297,15 +305,24 @@ Examples (explicit paths):
|
|
|
297
305
|
Smart matching:
|
|
298
306
|
- Type just the skill name or any suffix of the path
|
|
299
307
|
- Priority: .agents/skills/ > .claude/skills/ > ~/.agents/skills/ > ~/.agents/superpowers/skills/
|
|
300
|
-
- If multiple skills match at same priority, you'll see them with descriptions`);return}let Q=
|
|
308
|
+
- If multiple skills match at same priority, you'll see them with descriptions`);return}let Q=m($);if(!Q){console.log(`Error: Skill not found: ${$}
|
|
301
309
|
|
|
302
|
-
Available skills:`),console.log("Run: superpowers-agent find-skills");return}let{skillFile:X,sourceType:Z,actualSkillPath:Y}=Q;try{let{content:
|
|
303
|
-
# ${
|
|
304
|
-
# When to use: ${
|
|
310
|
+
Available skills:`),console.log("Run: superpowers-agent find-skills");return}let{skillFile:X,sourceType:Z,actualSkillPath:Y}=Q;try{let{content:q,frontmatter:z}=M$(X),W=r[Z].prefix+Y,K=QX(X),E=`# ${z.name||W}`;if(z.description)E+=`
|
|
311
|
+
# ${z.description}`;if(z.whenToUse)E+=`
|
|
312
|
+
# When to use: ${z.whenToUse}`;E+=`
|
|
305
313
|
# Supporting tools and docs are in ${K}
|
|
306
314
|
# ============================================
|
|
307
315
|
|
|
308
|
-
${
|
|
316
|
+
${q}`,console.log(E)}catch(q){console.log(q.message)}};var DY=`You have superpowers.
|
|
317
|
+
|
|
318
|
+
**IMPORTANT: The using-superpowers skill content is included below. It is ALREADY LOADED - you are currently following it. Do NOT use the skill tool to load "using-superpowers" again - that would be redundant.**`,RY="---\n\n**YOU MUST read and use the `leveraging-cli-tools` skill** the moment a task involves searching code, parsing JSON/YAML, finding files, structural refactors, data wrangling, or any command that floods your context with verbose output (logs, CI logs, test runs). Load it with your skill tool BEFORE you reach for grep/find/sed or before you read large command output. It routes you to high-performance tools (rg, jq, fd, yq, ast-grep, gh, sd) and reduces output to just the signal — cutting token cost and latency 5-50x. Skipping it wastes tokens and time on work the right tool does instantly.",fY=()=>{let $=m("using-superpowers");if(!$)return null;let Q;try{Q=XX($.skillFile,$.sourceType,$.actualSkillPath)}catch{return null}return`<EXTREMELY_IMPORTANT>
|
|
319
|
+
${DY}
|
|
320
|
+
|
|
321
|
+
${Q}
|
|
322
|
+
|
|
323
|
+
${RY}
|
|
324
|
+
</EXTREMELY_IMPORTANT>`},yY=($="raw")=>{let Q=fY();if($==="claude")return JSON.stringify({hookSpecificOutput:{hookEventName:"SessionStart",additionalContext:Q||""}});if($==="copilot")return JSON.stringify({additionalContext:Q||""});return Q||""},ZX=()=>{let $=process.argv.find((X)=>X.startsWith("--format=")),Q=$?$.split("=")[1]:"raw";process.stdout.write(yY(Q)+`
|
|
325
|
+
`)};var qX={bootstrap:cQ,version:TQ,"check-updates":()=>{AQ().catch(($)=>{console.error($.message),process.exit(1)})},update:()=>{let $=process.argv.includes("--no-reinstall");R$({skipReinstall:$})},"config-get":JQ,"config-set":OQ,"setup-skills":pQ,"use-skill":()=>YX(process.argv[3]),"session-context":ZX,execute:VQ,"find-skills":s,add:sQ,"add-repository":$X,"list-repositories":wQ,pull:tQ,rm:eQ,dir:UQ,path:LQ,"get-helpers":IQ,"install-aliases":u$,default:()=>{console.log(`Superpowers for Agents
|
|
309
326
|
Usage:
|
|
310
327
|
superpowers-agent bootstrap [--no-update] [--force] # Run complete bootstrap
|
|
311
328
|
superpowers-agent version # Show current version
|
|
@@ -315,6 +332,7 @@ Usage:
|
|
|
315
332
|
superpowers-agent config-set <key> <value> # Update configuration
|
|
316
333
|
superpowers-agent setup-skills # Initialize project skills
|
|
317
334
|
superpowers-agent use-skill <skill-name> # Load a skill
|
|
335
|
+
superpowers-agent session-context [--format=claude|copilot|raw] # Print session-start context (used by hooks)
|
|
318
336
|
superpowers-agent find-skills # List available skills
|
|
319
337
|
superpowers-agent add <url-or-path|@alias> [path] [options] # Install skills
|
|
320
338
|
superpowers-agent add-repository <git-url> [--as=@alias] [opts] # Add repository alias
|
|
@@ -328,4 +346,4 @@ Usage:
|
|
|
328
346
|
superpowers-agent install-aliases # Install universal aliases (superpowers, superpowers-agent)
|
|
329
347
|
|
|
330
348
|
Documentation: https://github.com/complexthings/superpowers
|
|
331
|
-
`)}},
|
|
349
|
+
`)}},SY=process.argv[2]||"default",PY=qX[SY]||qX.default;try{let $=PY();if($&&typeof $.then==="function")$.catch((Q)=>{console.error(`Error: ${Q.message}`),process.exit(1)})}catch($){console.error(`Error: ${$.message}`),process.exit(1)}
|
package/README.md
CHANGED
|
@@ -6,6 +6,12 @@ A comprehensive skills library of proven techniques, patterns, and workflows for
|
|
|
6
6
|
|
|
7
7
|
## What's New
|
|
8
8
|
|
|
9
|
+
**v9.1.0 (May 30, 2026):**
|
|
10
|
+
|
|
11
|
+
- **Session-start hooks installed by `bootstrap`** — `bootstrap` now installs a Claude Code `SessionStart` hook into `~/.claude/settings.json` and a GitHub Copilot CLI `sessionStart` hook at `~/.copilot/hooks/superpowers.json`, so the Superpowers context is injected at the start of every session. The Claude merge is idempotent and preserves your other hooks/settings. (This replaces the old Claude Code plugin hook, which has been removed.)
|
|
12
|
+
- **`leveraging-cli-tools` in the injected prompt** — the session-start context now also tells agents to use the `leveraging-cli-tools` skill for code search, parsing, file finding, refactors, and verbose output to cut token cost and latency.
|
|
13
|
+
- **New `session-context` command** — `superpowers-agent session-context [--format=claude|copilot|raw]` is the single source of truth for the injected prompt, shared by the Claude hook, the Copilot hook, and the OpenCode plugin so they never drift.
|
|
14
|
+
|
|
9
15
|
**v9.0.0 (May 28, 2026):**
|
|
10
16
|
|
|
11
17
|
- **Claude persona installation** — `.claude/agents/<name>.md` personas now install into `~/.claude/agents/` via `add`/`pull` (previously silently skipped)
|
|
@@ -313,11 +319,11 @@ Skills are available via OpenCode's native `skill` tool. The `.opencode/plugins/
|
|
|
313
319
|
|
|
314
320
|
### GitHub Copilot
|
|
315
321
|
|
|
316
|
-
Skills are available via the native skill tool.
|
|
322
|
+
Skills are available via the native skill tool. `bootstrap` installs a `sessionStart` hook at `~/.copilot/hooks/superpowers.json` (honoring `$COPILOT_HOME`) that injects the Superpowers context — including the `leveraging-cli-tools` directive — at the start of every Copilot CLI session via the hook's `additionalContext` output.
|
|
317
323
|
|
|
318
324
|
### Claude Code
|
|
319
325
|
|
|
320
|
-
Skills are available via the native skill tool. Claude agent personas defined in `.claude/agents/<name>.md` are installed into `~/.claude/agents/` via `add`/`pull`.
|
|
326
|
+
Skills are available via the native skill tool. Claude agent personas defined in `.claude/agents/<name>.md` are installed into `~/.claude/agents/` via `add`/`pull`. `bootstrap` also installs a `SessionStart` hook into `~/.claude/settings.json` that injects the Superpowers context every session (idempotent; preserves your other hooks and settings).
|
|
321
327
|
|
|
322
328
|
## What's Inside
|
|
323
329
|
|
|
@@ -433,10 +439,18 @@ superpowers-agent get-config <key> # Get specific config value
|
|
|
433
439
|
**Project Setup:**
|
|
434
440
|
```bash
|
|
435
441
|
superpowers-agent setup-skills # Initialize project with skills docs
|
|
436
|
-
superpowers-agent bootstrap # Run complete bootstrap
|
|
442
|
+
superpowers-agent bootstrap # Run complete bootstrap (installs Claude + Copilot session hooks)
|
|
437
443
|
superpowers-agent update # Update to latest version
|
|
438
444
|
```
|
|
439
445
|
|
|
446
|
+
**Session Hooks:**
|
|
447
|
+
```bash
|
|
448
|
+
superpowers-agent session-context # Print session-start context (raw)
|
|
449
|
+
superpowers-agent session-context --format=claude # Emit Claude Code SessionStart hook JSON
|
|
450
|
+
superpowers-agent session-context --format=copilot # Emit GitHub Copilot sessionStart hook JSON
|
|
451
|
+
```
|
|
452
|
+
The platform hooks installed by `bootstrap` call this command; it is the single source of truth for the injected prompt (the `using-superpowers` content plus the `leveraging-cli-tools` directive).
|
|
453
|
+
|
|
440
454
|
### Skill Metadata with skill.json
|
|
441
455
|
|
|
442
456
|
Skills can include a `skill.json` file to define metadata for the superpowers-agent CLI. This enables powerful features like repository aliases, helper file discovery, and multi-skill repositories.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@complexthings/superpowers-agent",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Superpowers agent CLI — skills system for AI coding agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
".agents/plans",
|
|
17
17
|
".agents/superpowers-bootstrap.md",
|
|
18
18
|
"skills",
|
|
19
|
-
"hooks",
|
|
20
19
|
".github",
|
|
21
20
|
"AGENTS.md",
|
|
22
21
|
"README.md",
|
package/hooks/hooks.json
DELETED
package/hooks/session-start.sh
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
# SessionStart hook for superpowers plugin
|
|
3
|
-
|
|
4
|
-
set -euo pipefail
|
|
5
|
-
|
|
6
|
-
# Check if superpowers-agent is available
|
|
7
|
-
if ! command -v superpowers-agent &> /dev/null; then
|
|
8
|
-
echo '{"hookSpecificOutput": {"hookEventName": "SessionStart", "additionalContext": ""}}'
|
|
9
|
-
exit 0
|
|
10
|
-
fi
|
|
11
|
-
# Use superpowers-agent to load the using-a-skill content
|
|
12
|
-
using_superpowers_content=$(superpowers-agent use-skill using-superpowers 2>&1 || echo "Error: Unable to load using-superpowers. Run: superpowers-agent bootstrap")
|
|
13
|
-
|
|
14
|
-
# Escape outputs for JSON
|
|
15
|
-
using_superpowers_escaped=$(echo "$using_superpowers_content" | sed 's/\\/\\\\/g' | sed 's/"/\\"/g' | awk '{printf "%s\\n", $0}')
|
|
16
|
-
|
|
17
|
-
# Output context injection as JSON
|
|
18
|
-
cat <<EOF
|
|
19
|
-
{
|
|
20
|
-
"hookSpecificOutput": {
|
|
21
|
-
"hookEventName": "SessionStart",
|
|
22
|
-
"additionalContext": "<EXTREMELY_IMPORTANT>\nYou have superpowers.\n\n**Below is the full content of your 'using-superpowers' skill - your introduction to using skills.:**\n\n${using_superpowers_escaped}\n\n\n</EXTREMELY_IMPORTANT>"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
EOF
|
|
26
|
-
|
|
27
|
-
exit 0
|