How to install tech-leads-club/agent-skills. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tech-leads-club/agent-skills Installation Guide
How to install tech-leads-club/agent-skills. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tech-leads-club/agent-skills. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tech-leads-club/agent-skillsor
Install via npx
npx @hexmos/ipm i tech-leads-club/agent-skillsPrerequisites
Node.js
runtimeVersion: >=22
npm
package managerVersion: >=22
TypeScript
languageVersion: 100%
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm (Recommended)
npm install -g @tech-leads-club/agent-skillsInstall via npx (No global installation)
npx @tech-leads-club/agent-skillsSource Installation
git clone https://github.com/tech-leads-club/agent-skills
cd agent-skills
npm install
npm run build
npm linkPost Installation Steps
- After installation, you can use 'agent-skills' (if installed globally) or 'npx @tech-leads-club/agent-skills' to manage skills.
- Run 'agent-skills --help' for a list of available commands and options.
- Use 'agent-skills list' to see available skills.
- Use 'agent-skills install -s <skill-name>' to install a specific skill.
