Skip to content

AISkills v0.1.0-alpha

Latest

Choose a tag to compare

@karthikrshet karthikrshet released this 20 Aug 21:02
· 12 commits to main since this release

AISkills v0.1.0-alpha — Reusable AI Engineering Skills for Coding Agents

We are thrilled to announce the initial alpha release of AISkills!

AISkills provides a standardized, tool-agnostic engineering layer that guides AI coding agents through structured workflows: Requirements → Discovery → Architecture → Implementation → TDD → Evaluation → Security → Production.

🌟 Key Highlights

  • 📚 14 Canonical Engineering Skills: 8 Software Engineering + 6 AI Engineering skills (Agents, RAG, Evaluation, Context Engineering, AI Security).
  • 📋 7 Engineering Templates: SPEC.md, ADR.md, DESIGN.md, EVALUATION.md, SECURITY.md, PRD.md, REVIEW.md.
  • 🔄 6 End-to-End Workflows: Pre-defined pipelines with strict human approval gates.
  • 🔌 5 Agent Adapters: Markdown guides for Claude Code, Gemini CLI, Cursor, OpenAI Codex, and generic agents.
  • 🛠️ Python CLI (aiskills): Built-in skill discovery, deterministic ranked search, health checks (doctor), and schema validation (validate).
  • 🛡️ AI Security by Design: Defensive audit grounded in OWASP GenAI LLM Top 10 (2026).
  • 🧪 100% Test Coverage: 66 automated tests and GitHub Actions CI matrix across Python 3.10, 3.11, 3.12.

🚀 Quick Start

pip install -e .
aiskills init
aiskills list
aiskills search "RAG"
aiskills validate