Dev Ai Coding Metrics logo

Dev Ai Coding Metrics

Community
vasilyu1983
dev-ai-coding-metrics

Measures AI coding impact and extension robustness. Use when tracking delivery, quality trajectories, cost, experience, pilots, scorecards, or leadership reporting.

Overview

Publishervasilyu1983
RepositoryAI-Agents-public
Skill namedev-ai-coding-metrics
Stars
87
Forks
19
Bundled files
21
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 21 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by vasilyu1983 on GitHub. Read the source before you install it.

Installation

Install the Dev Ai Coding Metrics AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public.git /tmp/AI-Agents-public
mkdir -p .claude/skills
cp -r /tmp/AI-Agents-public/frameworks/shared-skills/skills/dev-ai-coding-metrics .claude/skills/dev-ai-coding-metrics
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Dev Ai Coding Metrics in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Dev Ai Coding Metrics on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Dev Ai Coding Metrics is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

AI Coding Metrics

Measures coding assistants and coding agents without collapsing results into vanity metrics or one blended score.

The critical distinction is mode: assistants help inline or in chat; agents execute multi-step work and need task-level measurement. Do not measure them as if they were the same thing.

When to Use This Skill

TriggerExample
Designing a pilot or rollout scorecard"We're rolling out Copilot to 200 engineers — what do we measure?"
Diagnosing usage-up / outcomes-flat"Seat utilization is 80% but PR throughput is unchanged"
Comparing assistant vs. agent workflows"Should we instrument these separately?"
Building an ROI model or leadership report"Finance wants a renewal decision by Q3"
Designing an experiment better than vendor benchmarks"We can't trust the vendor's numbers — how do we run our own study?"

Defaults

RuleRationale
Start from the decision, not the telemetry availablePrevents instrument-what-is-easy bias
Separate assistant and agent funnelsMixing hides which workflow drives results
Pair every speed metric with quality + experienceSpeed alone is misleading
Aggregate at team levelIndividual dashboards become surveillance
Treat benchmarks as capability signals, not business KPIsBenchmark gaps do not equal production gaps

Workflow

  1. Define the decision.
  2. Pick the program mode: assistant, agent, or mixed.
  3. Build the minimum viable scorecard.
  4. Choose the study design.
  5. Produce one deliverable.

ASCII Flow

text
AI coding metrics request
  -> decision to support: buy, renew, improve, prove, or diagnose
  -> split mode: assistant, agent, or mixed
  -> select scorecard families: adoption, delivery, quality, economics, experience
  -> choose study design and baseline window
  -> collect team-level and task-level evidence
  -> report confidence, sample size, and confounds
  -> deliver ROI model, dashboard, experiment plan, or executive report

Quick Reference

Decision to Deliverable Map

DecisionDefault Output
buy, renew, or cut a toolROI model plus executive report
improve adoptionadoption metrics plus survey
prove delivery impactproductivity metrics plus experiment plan
check quality driftquality metrics plus dashboard
understand trust or frictiondeveloper-experience metrics plus survey
evaluate coding agentsagent-execution metrics plus experiment plan

Program Modes

ModeUnit of AnalysisPrimary Emphasis
assistantdeveloper-day, team-week, repo-monthadoption, delivery, quality, experience
agenttask, PR, workflow runtask success, merge, revert, review burden, cost per accepted change
mixedteam-week plus task-level samplesseparate the two funnels before combining results

Metric Families

Use the smallest scorecard that can answer the decision:

FamilyWhat It Tells You
adoptionwhether usage is real and sustained
deliverywhether software flow is faster where AI actually touches the path
qualitywhether speed gains are offset by defects, rework, review burden, or declining extension robustness
economicswhether the value justifies tool and operating cost
experiencewhether developers trust the tool and want to keep using it
agent executionwhether autonomous workflows succeed in production, not just in demos

Study Design Defaults

Minimum baseline: 8 weeks of pre-intervention data. Two-week baselines produce noisy causal inference — week-to-week variance in PR throughput, review lag, and defect escape routinely exceeds the signal size of AI tooling effects.

SituationDesign
new pilot, no control groupbefore/after with ≥8 weeks baseline
enough comparable teamsmatched A/B or stratified assignment
teams resist permanent denial of toolscrossover design
agent workflow change on one task familytask-level shadow comparison or reviewer-blind evaluation
leadership wants a fast answerbalanced scorecard with explicit caveats, not a causal claim

Measurement Checklist

Use before publishing any AI coding report:

  • Baseline established (≥8 weeks before intervention)
  • Assistant and agent funnels tracked separately
  • Every speed metric paired with at least one quality metric
  • Sample size, confidence level, and study design stated
  • Confounds documented (team changes, release pressure, policy changes)
  • Vendor evidence labeled as vendor evidence
  • Usage measured after stabilization (not week-1 novelty period)
  • Review burden and rework cost included in ROI model
  • Edit-capable agents measured across evolving-spec checkpoints, including late-checkpoint cost and quality slopes
  • Aggregated at team level (no manager-visible individual dashboards)

Current Evidence Posture (as of 2026-08-21)

ClaimEvidenceCaveat
AI amplifies existing strengths and weaknessesDORA 2025 AI report; conditional-impact model confirmedNot a universal accelerant
Experienced developers ~19% slower with early-2025 tools (RCT)METR July 2025 RCT, realistic open-source tasksSpecific to early-2025 tooling generation
METR believes developers more sped-up in 2026 than 2025METR Feb 2026 update30-50% of participants declined no-AI tasks (selection bias); unreliable signal
Self-reported: median 1.4-2x value of work from AI (2026)METR May 2026 survey, n=349Self-report; METR found 40pp gap between perceived and actual gains in 2025 study
Throughput +66%, PR review time +441%, incidents per PR +243%Faros AI 2026 telemetry, 22k devs / 4k teamsOrganizational telemetry, not RCT; PRs merged without review up +31%
DORA 2025: 90% of developers use AI dailyDORA 2025 AI reportAdoption does not equal delivery impact
Modeled first-year AI ROI ~39% (500-person org); adoption raises change-failure rate (5%->6%), an "instability tax"DORA 2026 ROI of AI-Assisted Software Development report (Apr 2026)Vendor-modeled scenario, not a cross-org RCT; treat the 39% figure as an illustrative scenario, not a universal benchmark
AI yields 35-40% gains on simple tasks but ~10% on complex legacy codeDORA 2026 ROI reportReinforces task-complexity segmentation already required by this skill's study design defaults
DX Core 4 unifies DORA + SPACE + DevEx into 4 dimensions (Speed, Effectiveness, Quality, Business Impact)DX Core 4, formalized publicly Apr 2026Vendor framework; specific benchmarks need independent replication
One-shot pass rates can miss degradation across repeated agent editsSlopCodeBench v1, Mar 2026 preprintPython experiments only; trajectory signals are not correctness proofs or universal targets

Anti-Gaming Checklist

Reject a scorecard or report if any of the following apply:

  • Single blended AI productivity score mixing usage, speed, sentiment, and quality
  • Seat activation or prompt volume cited as delivery impact
  • Cross-team comparison without controlling for stack, task mix, staffing, or release pressure
  • Measurement period is <8 weeks or includes week-1 novelty window
  • Vendor benchmark cited as production ROI evidence
  • Review burden excluded from ROI model
  • Individual-level AI usage visible to managers
  • Directional before/after movement stated as causal without controlled design
  • SlopCodeBench averages or trajectory signals used as organizational targets or causal ROI evidence

Navigation

References

Assets and data

Scripts

Cross-References

Fact-Checking

  • Known bugs, regressions, framework/compiler/runtime footguns, and version-specific crash or workaround guidance must be verified against current primary web sources before being treated as current fact.
  • Verify current research claims, benchmark status, and vendor telemetry specifics before final advice.
  • Prefer peer-reviewed, official, and first-party telemetry docs over social or vendor marketing claims.
  • If live verification is unavailable, mark current-evidence claims as unverified.

Learnings Loop

Before applying this skill on a non-trivial task, read learnings.consolidated.md in this directory (and learnings.md if present).

After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to learnings.md via agents-skills-feedback-loop/scripts/append_learning.py. Do not modify SKILL.md itself.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Dev Ai Coding Metrics AI skill do?

Measures AI coding impact and extension robustness. Use when tracking delivery, quality trajectories, cost, experience, pilots, scorecards, or leadership reporting.

Why use Dev Ai Coding Metrics on TypingMind?

Because you install it once and use it with any model. Dev Ai Coding Metrics is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Dev Ai Coding Metrics in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/shared-skills/skills/dev-ai-coding-metrics. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Dev Ai Coding Metrics?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Dev Ai Coding Metrics?

As many as you like. As long as a model supports skills, you can use Dev Ai Coding Metrics with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Dev Ai Coding Metrics AI skill free?

Yes. It is published on GitHub by vasilyu1983 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇