Taskless skills for code quality rules and analysis
npx claudepluginhub taskless/skillsTaskless skills for code quality rules, authentication, and project management
A skills repository for agentic workflows, built for Claude Code and other Agent capable systems.
Includes a CLI that works with agentic systems (and humans too) at @taskless/cli.
skills/
taskless-info/SKILL.md # Confirms Taskless is working
taskless-login/SKILL.md # Explains auth login
taskless-logout/SKILL.md # Explains auth logout
taskless-rule-create/SKILL.md # Creates a Taskless rule
taskless-rule-delete/SKILL.md # Deletes a Taskless rule
commands/
taskless/ # Generated commands (do not edit)
packages/
cli/ # @taskless/cli
scripts/
generate-commands.ts # Generates commands from skills
link-skills.ts # Symlinks skills into .claude/skills/
sync-skill-versions.ts # Syncs metadata.version to CLI version
.claude-plugin/ # Claude Code Plugin Marketplace manifest
Skills follow the Agent Skills Specification with additional hooks for Claude Code integration.
| Skill | Command | Description |
|---|---|---|
| taskless-info | /taskless:info | Confirms Taskless is installed and working |
| taskless-login | /taskless:login | Explains how to authenticate |
| taskless-logout | /taskless:logout | Explains how to remove credentials |
| taskless-rule-create | /taskless:rule | Creates a new Taskless rule |
| taskless-rule-delete | — | Deletes a Taskless rule |
The @taskless/cli package provides a CLI agent for Taskless workflows. It's recommended to always call the latest tag unless you know you need a specific version:
pnpm dlx @taskless/cli@latest info
npx @taskless/cli@latest info
Releases use Changesets with Turborepo for orchestration.
Start from a clean repo (no uncommitted changes), then:
pnpm bump # Bump versions and sync skill metadata
pnpm build # Build CLI and generate commands
pnpm test # Run all tests, confirm no errors
git add -A # Stage all changes
git commit -m "chore: Releases vx.y.z" # Commit with new version number
pnpm release # Dry run — prints publish command when ready
skills/taskless-<name>/SKILL.md with frontmatter including metadata.commandNamecommandName to "taskless:<command>" for a slash command, or "-" for no commandpnpm build — commands are generated automatically and embedded into the CLItaskless init — CLI installs skills to .claude/skills/ and commands to .claude/commands/taskless/.claude-plugin/marketplace.json and plugin.jsonnpx skills add discovers skills from skills/ directoryClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations