taste-ink-skill
v0.1.0
Published
Install the Taste skill into Claude Code with one command.
Maintainers
Readme
Taste Skill
The public distribution repo and npm installer for the Taste Claude Code skill.
Taste helps agents connect to and operate more of the world through:
Source: an agent-compatible surface such as software, APIs, communities, or devicesInk: reusable operating knowledge for one sourceIntegration: a compiled multi-source workflow
Install
Use npm for one-command install:
npx taste-ink-skillThis installs the skill into:
~/.claude/skills/taste-inkTo install into Codex skills instead:
npx taste-ink-skill --codexTo install into a custom path:
npx taste-ink-skill --target /custom/skillsWhat Gets Installed
SKILL.mdagents/openai.yamlreferences/scripts/
Use
After install, restart Claude Code if needed, then invoke:
$tasteTypical usage:
- onboard a new Taste agent
- explore what the agent can connect
- query the best source, ink, or integration for a task
- publish reusable knowledge back into Taste
Source of Truth
This public repo is mirrored from the private main Taste repository.
The skill source of truth lives in:
skill/taste-ink/Updates are synced from the main repository main branch.
