
f/prompts.chat
2 skills1.1k installs327k starsGitHub
Install
npx skills add https://github.com/f/prompts.chatSkills in this repo
1Skill Lookupskill-lookup is an agent skill that connects Claude (and similar clients) to the prompts.chat registry through MCP tools so solo builders can find, compare, and install reusable skills without manual copy-paste from the web. The documented flow starts with search_skills using keywords and optional category or tag slugs, presents titles, authors, and file lists, then pulls full packages with get_skill and writes them under .claude/skills/{slug}/ with a confirmation that SKILL.md is present. It fits the Build/integrations shelf because it extends what your agent can do mid-project—code review helpers, automation packs, domain templates—once the MCP server is configured. It is not a security auditor; pair with review practices before running script-heavy installs.563installs2Book TranslationBook Translation is an agent skill for maintainers of prompts.chat’s Interactive Book of Prompting who need a full locale rollout without hand-waving file layout. It tells your coding agent exactly which artifacts to touch: MDX chapter bodies, JSON translation keys for titles and UI chrome, and the book elements locale registry that React components read at runtime. The workflow favors copying the battle-tested Turkish folder as a structural scaffold, then replacing copy while preserving JSX and MDX structure—often faster than diffing against English when grammar parallels your target language. Solo builders shipping multilingual educational products use it during Build/Docs sprints when they already have English source of truth and need parity across 25 chapters. It does not replace professional literary translation judgment; it encodes repo conventions so agents do not skip index registration or split content paths incorrectly.504installs