culinary-assistant
π―Skillfrom nweii/agent-stuff
I apologize, but I cannot confidently infer the specific functionality of the "culinary-assistant" skill from the README provided. While the README describes the repository's structure and purpose ...
Installation
npx skills add https://github.com/nweii/agent-stuff --skill culinary-assistantSkill Details
Overview
# Agent Stuff
Personal prompts, skills, and commands I use with Claude and Cursor. Some are highly specific to my own setup (like my Obsidian vault). Sharing publicly in case any of it's useful or interesting to others.
What's here
- Skills β Instructions that Claude/Cursor automatically apply based on context
- Commands β User-invoked slash commands for specific workflows
- Reference β Documentation on Agent Skills, Cursor rules, and how components work together
- Templates β Starting points for creating new skills, commands, and rules
Agent skills format
This repo uses the [Claude Agent Skills](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) [format](https://agentskills.io). Skills are folders containing a SKILL.md with YAML frontmatter and instructions. The description field tells AI agents when to load and apply the skill.
```
skill-name/
βββ SKILL.md # Metadata + instructions
βββ reference.md # Optional: detailed docs
βββ supporting-file.md # Optional: additional context
```
Commands are standalone markdown files with prompts that get invoked via /command-name.
Using these
Copy whatever looks useful into your own .claude/skills/ or .cursor/skills/ directory. Adapt as needed.
You can also use the [skills](https://github.com/vercel-labs/add-skill) CLI to quickly add items from this repo:
```bash
bunx skills add nweii/agent-stuff
```
Or use npx if you prefer.
Note: Some skills reference personal vault notes not included in this repo.
License
MIT β do whatever you want with it.
---
Catalog
_Auto-generated by scripts/update-catalog.py_
Skills
dev
- [commit](skills/dev/commit/) β Create well-formatted commits with conventional commit messages. Use when user asks to commit, wants to commit changes, or needs help with commit messages.
- [raycast-extensions](skills/dev/raycast-extensions/) β Build Raycast extensions using React and Node.js. Use for creating commands, UI components (List, Form, Grid), hooks (useFetch), AI integration, and manifest configuration.
- [react-useeffect](skills/dev/react-useeffect/) β React useEffect best practices. Use when writing Effects, derived values, or data fetching. Teaches when NOT to use Effects and better alternatives like useMemo or key props.
- [rename-files](skills/dev/rename-files/) β Analyze file content and propose intelligent renames using context-aware naming conventions. Date-prefixed for transactional/periodic documents, content-first for creative works. Use for organizing files, cleaning up downloads, or standardizing filenames.
- [spec-shaping](skills/dev/spec-shaping/) β Shape product ideas into actionable specs and sprint plans. Use when interviewing about a product plan, breaking specs into sprints, or turning vague ideas into well-scoped work.
- [update-changelog](skills/dev/update-changelog/) β Update changelog files following Keep a Changelog conventions. Use for project changelogs or skill changelogs. Handles version sections, change type groupings, and skill-specific metadata updates.
- [use-tailwind-v4](skills/dev/use-tailwind-v4/) β Tailwind CSS v4 reference and migration guide. Use for v4 projects, syntax changes, upgrading from v3, and troubleshooting v4-specific utility patterns or configuration differences.
- [using-heavy-mcps](skills/dev/using-heavy-mcps/) β Use mcporter and jq to reduce token bloat from heavy MCPs like Sanity or Brain vault. Filter and compact tool outputs outside chat to feed only essential data back to the model.
- [web-design-guidelines](skills/dev/web-design-guidelines/) β Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
general
- [archive-conversation](skills/general/archive-conversation/) β Create analytical archival summaries of AI con
More from this repository10
aid-finances skill from nweii/agent-stuff
archive-conversation skill from nweii/agent-stuff
Helps developers configure and apply Tailwind CSS v4 (alpha/latest) with recommended settings, best practices, and optimized setup for modern web projects.
Validates startup ideas by systematically analyzing their market potential, business model viability, unique value proposition, and potential challenges or risks.
suggest-lucide-icons skill from nweii/agent-stuff
I apologize, but I cannot confidently infer the specific purpose of the "using-heavy-mcps" skill from the provided README. The README describes the repository's structure and purpose generally, but...
I apologize, but I cannot confidently generate a description for the "use-brain-vault" skill from the README provided. While the README describes the repository's structure and purpose, there is no...
vault-synthesis skill from nweii/agent-stuff
I apologize, but I cannot confidently generate a description for the "visual-keywords" skill because the README does not provide any specific details about this particular skill. While the README e...
sync-things-tasks skill from nweii/agent-stuff