oukeming64-tech / codex-skills

목록에 있음

Evidence-first agent skills for handoff auditing and documentation sync, packaged for Codex and DeepSeek Harness.

main스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:oukeming64-tech/codex-skills

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 02aa492동기화 2026. 8. 18.

Evidence-First Agent Skills

Portable agent skills distilled from real project work and maintained by oukeming64-tech. The current collection focuses on one boundary: an agent should not call work complete until its code, evidence, documentation, release state, and stated scope agree.

Skills

  • handoff-auditor: audit implementation handoffs before accepting, merging, or declaring them complete. It checks claims against current code, verification evidence, docs, release state, and human acceptance requirements.
  • docs-sync-guardian: keep repository documentation aligned with code, configuration, asset, release, workflow, or product changes. It treats docs as suspicious after changes, grounds updates in live implementation evidence, and uses a risk gate for human-judgment text.

Both skills are instruction-only. They add no MCP server, network client, credential handling, telemetry, background service, or install hook.

DeepSeek Harness

This repository includes a community, Skill-only bundle for the DeepSeek Harness developer preview. It is not an official DeepSeek product and does not imply DeepSeek endorsement.

Compatibility target: @deepseek-ai/dsh@0.1.0-rc.6 with Node.js ^22.19.0 || >=24.0.0.

Install the tagged GitHub package into the Web profile:

dsh plugin --profile web add 'github:oukeming64-tech/codex-skills#dsh-v0.1.0'

Invoke either skill explicitly:

Use the handoff-auditor skill to verify this completion claim before accepting it.
Use the docs-sync-guardian skill to check this change for documentation drift.

Uninstall:

dsh plugin --profile web remove @oukeming64-tech/codex-skills

The integration only registers this repository's skills/ directory through Harness's ordinary filesystem Skill provider. It does not add native tools or change the default permission model.

Other Agent Runtimes

Copy a skill folder from skills/ into the runtime's user or project Skill directory. For Codex, use ~/.codex/skills/ or a compatible .agents/skills/ location. For a Harness project-local installation, use .dsh/skills/.

Keep the folder name unchanged so it matches the name in SKILL.md.

Repository Validation

Run the fusion A/B coverage smoke check before claiming an absorbed skill update is complete:

python3 evals/fusion_ab_eval.py --old-ref 1d9949e --new-ref HEAD

To focus one skill:

python3 evals/fusion_ab_eval.py --old-ref 1d9949e --new-ref HEAD --skill docs-sync-guardian

This check catches missing fusion targets and baseline regressions. It does not replace independent review or scenario-based behavior testing.

The DeepSeek Harness package contract is checked separately:

node --test dsh/test/*.test.mjs

Ownership and Issues

Released under the MIT License.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
Python
라이선스
MIT
최신 릴리스
dsh-v0.1.0
마지막 업데이트
2026. 8. 17. 오전 3:16

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.