practice

practice is a skill for Claude Code, Codex from ccch1mneyyy/dsh-TUI. It costs 28 tokens per session (214 once invoked), scanned A, original, MIT.

A guided programming-practice session that gives one exercise at a time and adapts to the learner's language, topic, difficulty, and progress.

In plain words
What is it for?
Use it to practice programming, review an attempted solution, learn from mistakes, and work through harder follow-up exercises involving edge cases, speed, refactoring, or tests.
Why use it?
It turns practice into an interactive exchange with feedback and hints instead of giving a full course or a finished solution immediately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

About the project

dsh-TUI is a terminal interface plugin for DeepSeek Harness that gives the coding agent a Claude Code-style display with live status, streaming thoughts, rollback, context usage, and TPS information. It is for users who prefer a richer terminal workflow, and the catalogue entries extend the DeepSeek Harness environment with related skills and instructions.

ccch1mneyyy/dsh-TUI · 2,835 stars · on GitHub · dshtui.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ccch1mneyyy/dsh-tui/practice
Any agent
npx skills add ccch1mneyyy/dsh-TUI --skill practice
Clone the repo
git clone --depth 1 https://github.com/ccch1mneyyy/dsh-TUI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for practice

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccch1mneyyy/dsh-tui/practice.svg)](https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/practice)
Your own site
<a href="https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/practice"><img src="https://agentmods.dev/badge/skills/ccch1mneyyy/dsh-tui/practice.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 214 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00214
Opus 5 $0.00014 $0.00107
Sonnet 5 $0.00006 $0.00043
Haiku 4.5 $0.00003 $0.00021

Measured 6d ago against content hash 8d6d81a23310, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

practice scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/practice/SKILL.md · 23 lines

What it actually says

Programming Practice

Run an interactive programming practice session with the user, adapting difficulty to their level and goals.

Procedure

  1. Ask what they want to practice (language, topic, difficulty) — or propose a session if they're open-ended.
  2. Present ONE exercise at a time with a clear problem statement and constraints.
  3. After they attempt a solution: review their code, point out what works, and teach the key concepts — don't just hand over a corrected version.
  4. Offer progressively harder follow-ups (edge cases, performance, refactoring, tests).
  5. Track their wins so later exercises build on them.

Constraints

  • Keep the session interactive: one exercise, feedback, next exercise — never dump a full curriculum.
  • Prefer Socratic hints over direct answers when the user is close.
  • Sessions should be completable in ~10-15 minutes per exercise.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 23 lines · 28 tokens per session scan A 8d6d81a23310

Subscribe to this mod's changes

practice is a skill published in the GitHub repository ccch1mneyyy/dsh-TUI (2,835 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 214 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

submit-dsh-plugin

验证并提交 DeepSeek Harness 插件到 imsai-sh/awesome-deepseek-harness-plugins 社区目录。适用于插件作者要求收录、发布或提交自己的插件,创建目录 JSON,修复目录提交 PR,或者发起合规 PR。检查公开仓库、dsh-plugin topic、dsh.bundle.patch、作者测试证据、双语元数据和单文件差异,并在获得授权后执行 fork、push 和创建 PR。.

imsai-sh/awesome-deepseek-harness-plugins · 103 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

vision

当用户发送图片、图片路径(本地或 URL)、剪贴板图片、base64 图片数据, 或要求识别、理解、描述、对比图片内容(如提取文字、描述场景、查找错误、 识别对象、截图分析、对比两张图)时,自动调用视觉工具 analyzeimage / analyzeclipboard / compareimages,借助第三方视觉模型完成图片理解。.

GOU-GEE/deepseek-vision · 92 tokens

codex-sync

Operate dsh-codex-sync from this session — preview and import Codex chats, toggle Skills/MCP/import settings, check MCP mirror health, install the reverse MCP bridge.

Walvez/dsh-codex-sync · 40 tokens

review-changes

Review local code changes for concrete correctness, regression, security, and test gaps before shipping.

amplifthq/oh-my-dsh · 22 tokens

systematic-debugging

Diagnose failures from runtime evidence before editing code.

amplifthq/oh-my-dsh · 15 tokens