Back to Skills

skill-personalizer

hqhq1025
Updated 5 days ago
99
3
99
View on GitHub
Metaautomation

About

This skill audits and adapts Agent Skills to fit a specific user's environment, tools, and workflows. It's used to fix poor triggers, reduce noise, and align skills with personal directories, habits, and session history. The goal is to optimize a skill for individual use rather than for public portability.

Quick Install

Claude Code

Recommended
Primary
npx skills add hqhq1025/skill-optimizer -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/hqhq1025/skill-optimizer
Git CloneAlternative
git clone https://github.com/hqhq1025/skill-optimizer.git ~/.claude/skills/skill-personalizer

Copy and paste this command in Claude Code to install this skill

Documentation

Skill Personalizer

Overview

Audit and tune a skill for one user's real environment. The goal is not public portability; it is better triggering, less friction, and stronger fit with the user's actual tools, paths, style, and recurring tasks.

When To Use

  • A user installs a skill from GitHub or creates one from scratch and wants it to fit their setup.
  • A skill undertriggers, overtriggers, asks unnecessary questions, or misses the user's preferred workflow.
  • A user asks whether an existing skill is good, broken, noisy, too long, conflicting, or worth keeping.
  • Local paths, aliases, memories, CLIs, MCP tools, or repo conventions should be reflected in the skill.

Do not use when preparing a skill for public release; use skill-generalizer for that.

Workflow

  1. Inspect the target skill, installed copies, local memories, and real session evidence when available.
  2. Run the audit checks in audit-rubric.md when quality, trigger fit, or retention is unclear.
  3. Identify the user's recurring phrasing, expected autonomy level, tools, directories, and verification habits.
  4. Compare the skill's trigger conditions against real user requests that should or should not load it.
  5. Edit only the target skill and bundled resources needed for personalization.
  6. Add concrete local defaults, preferred commands, safety boundaries, and verification steps.
  7. Preserve useful upstream behavior; document any intentional local divergence.
  8. Validate with realistic prompts and a frontmatter/layout check.

Personalization Rules

  • Personal details are allowed only if they improve this user's future execution.
  • Do not add brittle fallbacks that hide broken local setup.
  • Prefer real local evidence over generic best practices.
  • Keep trigger descriptions broad enough to catch the user's natural phrasing.
  • If editing an installed third-party skill, avoid changing upstream attribution or license text.

References

Read audit-rubric.md for the diagnostic pass inherited from the original optimizer.

Read personalization-rubric.md for local defaults, session evidence, and validation scenarios.

GitHub Repository

hqhq1025/skill-optimizer
Path: skills/skill-personalizer
0
agent-skillsagentskillsai-visibilityclaude-codeclaude-code-skillsclaude-skill

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill

creating-opencode-plugins

Meta

This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill