Discover and explore top open-source AI tools and projects—updated daily.
mizchiAgent skills framework for AI development and analysis
Top 99.8% on SourcePulse
This repository offers a curated collection of modular agent skills, designed for integration into AI agent frameworks adhering to the agentskills.io standard. It targets developers and researchers seeking to enhance agent capabilities across diverse domains like frontend development, cloud infrastructure, and AI/VLM tasks. The primary benefit is standardized, reusable skill distribution via the Agent Package Manager (APM), simplifying agent development and enabling robust skill evaluation.
How It Works
The project organizes reusable agent functionalities into discrete, standalone skills, each conforming to the agentskills.io specification. These skills are managed and distributed through a custom Agent Package Manager (APM), allowing for flexible installation globally, per-user, or within specific projects via an apm.yml manifest. A key component is the waxa CLI tool, which provides a rigorous framework for evaluating skill performance and correctness, acting as a critical adoption gate for newly discovered skills.
Quick Start & Requirements
apm install -g mizchi/skills/<category>/<skill-name>apm.yml under dependencies.apm.waxa CLI: npx @mizchi/waxa <eval.yaml>apm (Agent Package Manager)claude CLI on PATH and authenticated (OAuth or ANTHROPIC_API_KEY) for waxa.waxa from source.node-sqlite-vec skill.waxa reference available at tools/waxa/README.md.Highlighted Details
vlmkit) for visual regression, markup synthesis, and design audits.waxa CLI facilitates iterative skill testing, multi-model comparison, and A/B testing, ensuring quality before adoption.nix-setup skill aids in creating consistent development environments.Maintenance & Community
This repository is maintained by @mizchi. No specific community channels (like Discord or Slack), sponsorships, or partnerships are detailed in the provided README.
Licensing & Compatibility
Each skill may have its own LICENSE.txt. Skills lacking an explicit license default to MIT. The MIT license is generally permissive for commercial use and closed-source linking, but users must verify individual skill licenses for compliance.
Limitations & Caveats
License clarity requires checking individual skill LICENSE.txt files, as only unspecified skills default to MIT. Some skills depend on external repositories, which may have separate maintenance statuses or licensing terms. The waxa CLI requires specific setup (Claude CLI, authentication) and version 0.1.0 contained a broken shebang; pinning versions is recommended for reproducibility. Some skills are language-specific (e.g., MoonBit, Gleam) or have localized documentation (SKILL-ja.md).
2 weeks ago
Inactive