omakaseagent 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
<a href="https://omakaseagent.com"><img src="https://omakaseagent.com/og.png" alt="Omakase Agent: the chef's standard for AI agent work" width="720"></a>
|
|
2
4
|
|
|
3
5
|
**The chef's standard.** One skill. Craftsman's taste. Zero AI slop.
|
|
4
6
|
|
|
7
|
+
[omakaseagent.com](https://omakaseagent.com)
|
|
8
|
+
|
|
9
|
+
[](https://www.npmjs.com/package/omakaseagent)
|
|
10
|
+
[](LICENSE)
|
|
5
11
|
[](https://skills.sh/rblalock/omakaseagent)
|
|
6
12
|
|
|
13
|
+
</div>
|
|
14
|
+
|
|
7
15
|
Trust the chef — state the goal. Omakase applies the bar, remembers taste, and critiques before anything significant ships.
|
|
8
16
|
|
|
9
17
|
## What it is
|
|
@@ -14,11 +22,19 @@ Generic, hedging, over-engineered output fails. Non-trivial work explains *why*
|
|
|
14
22
|
|
|
15
23
|
## Quick start
|
|
16
24
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
25
|
+
Paste this into your agent (Claude Code, Cursor, wherever it lives) — the setup is agentic, not a script:
|
|
26
|
+
|
|
27
|
+
```text
|
|
28
|
+
Run `npx omakaseagent init` in this repo. Then read the AGENTS.md and Omakase
|
|
29
|
+
skill it installs, and adopt the twelve rules and the critique gate for all
|
|
30
|
+
work here from now on. Next, run `npx omakaseagent learn` and fill in
|
|
31
|
+
.omakaseagent/factory.md with this repo's real build, test, and verify
|
|
32
|
+
commands. When you're done, tell me what standard you're now working under
|
|
33
|
+
and how I should hand you tasks.
|
|
20
34
|
```
|
|
21
35
|
|
|
36
|
+
Prefer the terminal? `npx omakaseagent init` then `npx omakaseagent learn` — but the agent should be the one reading and adopting what gets installed.
|
|
37
|
+
|
|
22
38
|
Reload your harness, then talk to a **lead** (not a menu of skills):
|
|
23
39
|
|
|
24
40
|
| Harness | Example |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omakaseagent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Omakase — the chef's standard. Portable senior-craftsmanship skill (markdown-first) + npx omakaseagent skills install for Cursor/Claude/Agents. Enforces 12 Rules + Critique Rubric. Zero slop.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Rick Blalock",
|