askill
akis-dev

akis-devSafety --Repository

Load when editing .github/skills/*, agents/*, instructions/*, or .opencode/*. Provides AKIS framework development patterns.

0 stars
1.2k downloads
Updated 2/6/2026

Package Files

Loading files...
SKILL.md

AKIS Development

Target: -68% tokens, 100% completeness, identical behavior

Core Principle: Single-Source DRY

RuleDescription
One source of truthEach rule exists in ONE file only
Reference don't repeatOther files say "see X" not copy X
Unique content onlyEach file has ONE purpose, no overlap

File Architecture

FileContainsDoes NOT Contain
copilot-instructions.mdAll core rules, gates, workflowDetails, examples beyond 1
workflow.instructions.mdEND phase details, log formatGates, START (in main)
protocols.instructions.mdSkill triggers, pre-commit, statsGates, workflow (in main)
quality.instructions.mdGotchas table onlyRules (in main)

Optimization Rules

RuleBeforeAfterSavings
Tables over proseParagraph explaining XTable with X-60%
One example not four4 identical examples1 example-75%
DeduplicateSame table in 3 filesTable in 1 file-66%
Compress headers## Section Name (REQUIRED)## Section-40%

Anti-Patterns

BadGoodWhy
Same example 4 times1 example in main file-75% tokens
Gates table in 3 filesGates in copilot-instructions only-66% tokens
Verbose explanationTable rowSame info, fewer tokens
Numbered sub-sub-stepsFlat listEasier to scan

Template: Compact Instruction File

---
applyTo: '**'
description: 'One line: what unique content this adds.'
---

# Title

> Core rules in copilot-instructions.md. This file: [unique purpose].

## Unique Section 1
| Col | Col |
|-----|-----|
| ... | ... |

Metrics Target

MetricTarget
Token reduction≥65% vs verbose
Line reduction≥60% vs verbose
Completeness100% (all rules present)
BehaviorIdentical (same simulation results)

Commands

TaskCommand
Measure tokenswc -w file.md × 1.3
Check duplicationgrep -h "pattern" files | sort | uniq -c
Verify completenessgrep "required_pattern" files
Run simulationpython .github/scripts/akis_compliance_simulation.py

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/6/2026
Publishergoranjovic55

Tags

githubgithub-actionsobservabilityprompting