79
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill peiiii/skild --skill claude-dev-pack- SKILL.md1.0 KB
Overview
This skill is a developer toolkit that streamlines building, testing, deploying, and debugging AI Agent Skills. It bundles curated commands and configurations so teams can manage skill lifecycles consistently. The package acts like an npm-style manager for agent skills, making discovery, installation, and publishing straightforward. It is focused on TypeScript projects and developer workflows.
How this skill works
The skill provides scripted workflows, linters, test runners, and deployment helpers tailored for AI Agent Skills. It inspects project structure, validates skill metadata and dependencies, runs unit/integration tests, and packages artifacts for publish or deployment. Debugging utilities collect logs and surface common failure points to speed root-cause analysis. Installable tooling integrates into CI pipelines and local developer environments.
When to use it
- When starting a new AI Agent Skill project in TypeScript
- When standardizing build/test/deploy processes across a team
- When you need repeatable packaging and publish steps for skills
- When integrating skill checks into CI/CD pipelines
- When debugging failing skill deployments or runtime errors
Best practices
- Keep skill metadata and dependency lists accurate to avoid packaging failures
- Run the included linters and unit tests locally before CI commits
- Use the provided debug helpers to capture logs and environment snapshots for failing runs
- Integrate the packaging and publish steps into CI to ensure reproducible releases
- Pin tool versions in project config to avoid unexpected behavior across environments
Example use cases
- Create a new agent skill scaffolded with TypeScript build and test configs
- Run a local test suite and static analysis before publishing a skill
- Package a skill artifact and publish it to a registry or internal store
- Automate CI pipelines that validate, build, and deploy skills on merge
- Collect structured logs and stack traces to diagnose runtime failures during deployment
FAQ
Install the toolkit using the provided installer command or incorporate its scripts into your package.json build/test tasks.
Is this tool specific to TypeScript projects?
Yes—workflows and templates are optimized for TypeScript, though some components may be adaptable to other environments.