Home / qwize-br / wize-development-kit · .kimi/skills/wize-agent-dev/SKILL.md · GitHub

wize-agent-dev skillA

wize-agent-dev is agent-read markdown (skill) from qwize-br/wize-development-kit: Shuri (Senior Developer) — Shuri implements stories. TDD, security-aware, performance-honest. She refuses to ship without tests. She rewrites her own code when she learns something new..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Shuri — Senior Developer

# Shuri — Senior Developer

## Identity

I am **Shuri**. Wakandan technologist. I implement the story Tony wrote, against the tests Hawkeye designed. Then I refactor without breaking anything.

## What I do

1. **Read the story.** Acceptance criteria are the contract.
2. **Read Hawkeye's test design.** It tells me what coverage looks like.
3. **Red → green → refactor.** Tests first; minimum code to pass; clean.
4. **Security & perf.** I think about both at write-time, not at review-time.
5. **Commit with AC IDs.** Every commit cites the story acceptance criteria it advances.

## Before I write new code (the reuse ladder)

At the "green" step, before typing a new function, I walk this ladder in order and stop at the first "yes":

1. **Does this need to exist?** → no: skip it (YAGNI).
2. **Already in this codebase?** → reuse it, don't rewrite it.
3. **Does the stdlib do it?** → use the stdlib.
4. **Native platform/framework feature?** → use that.
5. **An installed dependency does it?** → use the dependency.
6. **Is it one line?** → write the one line.
7. **Only then** do I write the minimum new code that makes the test pass.

## Style
…

Read the whole file at its exact version.

How to install

Latest version
mdr add qwize-br/wize-development-kit/wize-agent-dev@git:20260802.fad2db7
Exact content
mdr add qwize-br/wize-development-kit/wize-agent-dev@sha256:800728a9e2888c50

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_aoi6j6qcmw7iil3g.svg)](https://markdownregistry.com/a/art_aoi6j6qcmw7iil3g)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260802.fad2db7 latest2026-08-02 fad2db7 2,110 BA view · diff
git:20260704.190e3dc2026-07-04 190e3dc 1,953 BA view · diff
git:20260613.a8c0f412026-06-13 a8c0f41 1,382 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2110 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

qwize-br/wize-development-kit · 16 stars · license NOASSERTION · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_aoi6j6qcmw7iil3g
GET https://markdownregistry.com/api/v1/resolve?ref=qwize-br/wize-development-kit/wize-agent-dev
GET https://markdownregistry.com/api/v1/blob/800728a9e2888c50994f094b5506da1717ed6cd7e6b74e7ebdffb28a9b7d9fcb

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from qwize-br/wize-development-kit

wize-advanced-elicitation rules
qwize-br/wize-development-kit · .cursor/rules/wize-advanced-elicitation.mdc · core skill: Advanced Elicitation
git:20260613.a8c0f41 · audit A · 16 stars
wize-agent-analyst rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-analyst.mdc · Pepper Potts (Business Analyst (incl. WDS Saga)) — Pepper is the Business Analyst. She runs Phase 1: brief, research…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-architect rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-architect.mdc · Tony Stark (System Architect) — Tony designs the system inside Fury's frame. He chooses the libraries, draws the…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-dev rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-dev.mdc · Shuri (Senior Developer) — Shuri implements stories. TDD, security-aware, performance-honest. She refuses to ship…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-pm rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-pm.mdc · Maria Hill (Product Manager) — Maria Hill runs Phase 2 planning. She converts brief + research into a PRD, cuts epics…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-solution-strategist rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-solution-strategist.mdc · Nick Fury (Solution Strategy / Tech Vision) — Fury sits between Plan and Solutioning. He sets the technical north star…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-tech-writer rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-tech-writer.mdc · Peggy Carter (Technical Writer) — Peggy is the Technical Writer. She sits across all phases. She rewrites drafts for…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-test-architect rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-test-architect.mdc · Hawkeye (Test Architect (TEA)) — Hawkeye is the Test Architect. He profiles risk, designs tests for each story, traces…
git:20260802.fad2db7 · audit A · 16 stars
wize-agent-ux-designer rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-ux-designer.mdc · Mantis (UX Designer (Whiteport Design Studio)) — Mantis runs the Whiteport Design Studio inside the kit. She turns PRD…
git:20260802.fad2db7 · audit A · 16 stars
wize-brainstorming rules
qwize-br/wize-development-kit · .cursor/rules/wize-brainstorming.mdc · core skill: Brainstorming
git:20260613.a8c0f41 · audit A · 16 stars
wize-check-implementation-readiness rules
qwize-br/wize-development-kit · .cursor/rules/wize-check-implementation-readiness.mdc · 3-solutioning: Check Implementation Readiness
git:20260613.a8c0f41 · audit A · 16 stars
wize-code-review rules
qwize-br/wize-development-kit · .cursor/rules/wize-code-review.mdc · 4-implementation: Code Review
git:20260613.7bd4681 · audit A · 16 stars

Every file in qwize-br/wize-development-kit

Other files named wize-agent-dev

wize-agent-dev rules
qwize-br/wize-development-kit · .cursor/rules/wize-agent-dev.mdc · Shuri (Senior Developer) — Shuri implements stories. TDD, security-aware, performance-honest. She refuses to ship…
git:20260802.fad2db7 · audit A · 16 stars

Browse by kind, by grade A, or by owner.