Aiden build
Build the Aiden Tauri project with required chmod and codesign steps. Use when asked to build Aiden, run Tauri build/dev, or prepare Apple-darwin binaries for Aiden before a build.From its SKILL.md
npx -y skills add znkd/tentacles --skill aiden-buildAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 5 commands, including `npx tsx skills/aiden-build/scripts/aiden-build.ts` and 4 more.
SKILL.md
0.9 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
Aiden Build
Workflow
- Ensure you are in the Aiden project root (the folder that contains
src-tauri/). - Run one of these script commands:
npx tsx skills/aiden-build/scripts/aiden-build.ts(prep + prompt for build/dev)npx tsx skills/aiden-build/scripts/aiden-build.ts prepnpx tsx skills/aiden-build/scripts/aiden-build.ts buildnpx tsx skills/aiden-build/scripts/aiden-build.ts devnpx tsx skills/aiden-build/scripts/aiden-build.ts --uploadDMG
Notes
- If the binaries are missing, ask the user whether to proceed and how to obtain them.
- If codesign fails, capture the exact error and ask how to proceed.
What ships with it: 2 files
5.3 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml218 B
scripts/
- aiden-build.tsruns5.1 KB