https://github.com/bencode/daily-skills
https://github.com/bencode/daily-skills
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencode/daily-skills
- Owner: bencode
- License: mit
- Created: 2026-06-01T03:32:23.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2026-06-01T12:09:02.000Z (22 days ago)
- Last Synced: 2026-06-03T18:03:32.227Z (19 days ago)
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daily-skills
Installable Claude Code skills, grown out of everyday work and study.
## Install
```
/plugin marketplace add bencode/daily-skills
/plugin install daily-skills@daily-skills
```
Installed skills are namespaced, e.g. `daily-skills:en`.
## en · learn English on the fly
Trigger with the `en:` prefix, in the cracks of real work:
| command | what it does |
|---|---|
| `en: ` | render it as idiomatic English |
| `en: ` | correct it + idiomatic version + meaning |
| `en:?` | turn the expression just discussed into a dictionary card |
| `en:a ` | make a card for the given text |
| `en:save` | store into your dictionary (merge by headword, no logbook) |
| `en:review` | scan the session, pick a few worth learning |
| `en:off` | leave learning mode |
While learning mode is on, it proactively points out expressions worth learning — for the "you don't know what you don't know" gap.
Glosses come in the learner's own language (auto-detected, or set `EN_LANG`).
**Dictionary location** — defaults to `~/.en/dictionary.md`. To change it:
```
export EN_DICT=~/notes/english/dictionary.md
```
## writing · how to write well, engineered
A general writing engine: ordered, role-separated passes (brief → outline → draft → critique → revise → edit), built on two separations — revise≠edit and generate≠judge — with a critique rubric (structure / argument / coherence / clarity / concision / audience-fit / correctness). Personal voice is applied last as a style layer, so the engine stays reusable and the voice stays yours.
## daily-write · how to write a daily note
Guidance for agents writing a daily work/study note: two roles (writer + critic) and the laws that keep it plain, true, and useful — no fabricated stories, no fake-spoken voice, story plus a link to reproducible detail. A genre + voice cassette for the `writing` engine's final style pass.