By jnerytech
Four Claude Code skills: /improve-prompt rewrites rough prompts, /skill-create interviews you and generates a new skill, /workspace-create scaffolds a workspace with a populated CLAUDE.md, /save-session summarizes and saves the current session
Use when the user wants to rewrite a rough prompt for clarity, specificity, context richness, and structure, or asks to 'melhorar prompt', 'refinar prompt', 'reescrever prompt', 'deixar mais claro'. Scans the codebase (Glob/Grep) to substitute concrete file paths and symbols when the rough prompt only implies them. Outputs only the improved prompt — no Original / What Changed sections. Manual invocation only via /improve-prompt [rough-prompt-text].
Use when the user wants to summarize the current session (what was done, decisions, pending items) and persist it as markdown to .workspace/sessions/[timestamp]-[topic].md, or asks to 'salvar sessão', 'salvar contexto', 'resumir a sessão', 'gerar resumo da sessão', 'pendências'. Redacts secrets before writing — never persists credentials, tokens, or keys to disk. Manual invocation only via /save-session [topic].
Generates a new Claude Code skill from a short description: infers name, tools, trigger, and guards from the description, shows a preview, and writes to ~/.claude/skills/<name>/SKILL.md after the user confirms. Manual invocation only via /skill-create <description>.
Diagnoses Claude Code skill, hook, and MCP failures using an ordered diagnostic playbook. The skill activates when the user reports a Claude Code ecosystem problem — skill not triggering, skill stopped working after many turns, hook not blocking, MCP server with zero tools, "executed but did nothing", behavior that differs between repos, or any "why isn't my skill firing" question. Common PT-BR triggers include "minha skill não dispara", "não está chamando a skill", "a skill parou de funcionar", "hook não está bloqueando", "mcp não conecta", "executou mas não fez nada", "por que a skill X não rodou", "debug skill", "depurar skill". Does NOT activate for application code bugs in the user's project — only Claude Code infrastructure issues.
Use when the user wants to audit an existing SKILL.md against the Claude Code skills spec, multilingual authoring rules, and project conventions, or asks to 'avaliar skill', 'auditar skill', 'verificar skill', 'revisar skill'. Produces a PASS/WARN/FAIL report with line references and suggested fixes. Manual invocation only via /skill-evaluate [skill-name-or-path].
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Four Claude Code slash-command skills that improve day-to-day workflow.
/improve-prompt <rough-prompt> — rewrites a rough prompt for clarity, specificity, context richness, and structure/skill-create [skill-description] — interviews you, reads local docs, and generates a new skill written globally to ~/.claude/skills//workspace-create — guided interview that scaffolds a full workspace with a populated CLAUDE.md/save-session [topic] — summarizes the current session and saves it to .workspace/sessions/Prerequisites: Claude Code installed and running.
git clone https://github.com/jnerytech/claude-skills ~/repos/claude-skills
Global — available in all Claude Code sessions:
curl -fsSL https://raw.githubusercontent.com/jnerytech/claude-skills/master/install.sh | bash
Project-local — run from the project root:
curl -fsSL https://raw.githubusercontent.com/jnerytech/claude-skills/master/install.sh | bash -s .
Then run /reload-plugins in Claude Code.
Only needed if you want to manage the skills via /plugin commands.
cd ~/repos/claude-skills
bash setup.sh
Inside Claude Code:
/plugin marketplace add /home/dev/repos/claude-skills
This adds an entry to ~/.claude/settings.json:
"extraKnownMarketplaces": {
"claude-skills-local": {
"source": { "source": "directory", "path": "/home/dev/repos/claude-skills" }
}
}
Open ~/.claude/settings.json and add:
"enabledPlugins": {
"claude-skills@claude-skills-local": true
}
/plugin installfails with local sources on Claude Code 2.1.123 — theenabledPluginsentry must be added manually.
The four slash commands are now available: /improve-prompt, /skill-create, /workspace-create, /save-session.
cp ~/repos/claude-skills/settings.local.json.example .claude/settings.local.json
Required for /skill-create and /workspace-create to write files (workaround for v2.1.79+ permission regression).
cd ~/repos/claude-skills && git pull
Then restart Claude Code (no re-registration needed — symlinks remain valid).
Rewrites a rough prompt optimizing for four dimensions: clarity/specificity, context richness, structure, and scope/verification criteria. Outputs original and improved prompts side by side with a "what changed" annotation.
Usage: /improve-prompt <rough-prompt-text>
Interviews you about the skill you want to build, reads locally pre-downloaded Claude Code documentation, then generates a SKILL.md file and writes it to ~/.claude/skills/<name>/SKILL.md.
Usage: /skill-create [optional skill description]
Guides you through a workspace setup interview (name, repos, purposes, goals), then scaffolds a complete workspace structure with a fully populated CLAUDE.md.
Usage: /workspace-create
Summarizes the current session (what was done, decisions made, open items) and writes it to .workspace/sessions/<timestamp>-<topic>.md. Trigger with /save-session, "save session", or "salva a sessão".
Usage: /save-session [optional-topic]
Before using /skill-create, download the Claude Code documentation files listed in docs/index.md into the docs/ folder. The skill reads these offline — no network calls at invocation time.
npx claudepluginhub jnerytech/claude-skills --plugin claude-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.