Skip to content

pantheon-org/tekhne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

684 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tekhne - Agent Skills Repository

A curated collection of reusable agent skills for AI assistants, designed for easy redistribution and integration.

What are Agent Skills?

Agent skills are modular instruction packages that extend AI assistant capabilities. Each skill provides specialized domain knowledge, workflows, and best practices that can be loaded on-demand.

Skill Catalog

Browse all 0 skills across 0 tiles in the Skill Catalog.

Installing skills

Skills are plain Markdown, so any ecosystem installer can add the whole collection to an agent configuration:

# Install all skills into your project
npx skills add ./skills --all

Each bundled Rust tool can also install (or remove) its own companion skill in detected agents:

pantheon-skill-auditor skill install     # or: skill uninstall
pantheon-adr skill install
pantheon-journal skill install

Maintaining the catalog

The skill catalog in this README and the docs tiles page is generated by scripts/catalog:

# Regenerate the catalog
bun run readme:update

# Preview the changes without writing
bun run readme:update:dry-run

skill-auditor (Rust crate)

crates/skill-auditor/ is a typed, testable Rust binary that implements the 9-dimension rubric (140 pts total) with unit tests and structured JSON output. It bundles the crates/skill-validator-rs/ structural checks, so the two crates form the full audit gate. Both build from the Cargo workspace; no separate install is needed.

# Build once (cached in target/release)
cargo build --release -p pantheon-skill-auditor

# Evaluate a single skill
cargo run -p pantheon-skill-auditor -- evaluate agentic-harness/skill-quality-auditor --json --store

# Batch evaluate
cargo run -p pantheon-skill-auditor -- batch infrastructure/terraform-generator ci-cd/github-actions-generator --store

# Exit 1 if any skill grades below B+
cargo run -p pantheon-skill-auditor -- batch --fail-below B+ agentic-harness/skill-quality-auditor

bun run build:skill-auditor is a shortcut for the cargo build above. See crates/skill-auditor/ for source.

Releases

Used by

Contributors

Languages