Freddy-CHEN-ux
- 66 skills
- 0 followers
- 3 hours ago last updated
- ▌ Resource Limiting · freddy-chen-uxProtect shared servers from resource exhaustion during development tasks. Provides commands and best practices for limiting CPU, RAM, and I/O usage when running tests, migrations, and builds on shared servers.
- ▌ Webapp Testing · freddy-chen-ux bundleToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
- ▌ Git Commit Message · freddy-chen-uxAuto-generates conventional commit messages from git diffs with tiered format enforcement. Analyzes staged changes to produce meaningful commit messages following Conventional Commits specification.
- ▌ Product Management · freddy-chen-uxA Claude Code skill for executing high-quality product management work end-to-end: discovery, strategy, roadmaps, metrics, and leadership - using only operational templates, checklists, and patterns (no theory).
- ▌
- ▌ Ops Devops Platform · freddy-chen-uxProduction-grade DevOps and platform engineering patterns: Kubernetes, Terraform, containers, GitOps, CI/CD, observability, incident response, security hardening, and cloud-native operations (AWS, GCP, Azure, Kafka).
- ▌ Claude Code Commands · freddy-chen-uxCreate slash commands for Claude Code with $ARGUMENTS handling, agent invocation patterns, and template best practices. Reference for building user-triggered workflow shortcuts.
- ▌ Server Documentation · freddy-chen-uxSet up a documentation system that tracks changes and maintains server/project documentation with Claude Code hooks. Provides scripts and workflows for automatic change logging and infrastructure documentation.
- ▌
- ▌ Project Planner · freddy-chen-uxUse this skill when the user wants to plan a new project or feature implementation. This skill helps gather requirements through an iterative question-and-answer process, tracking decisions in a markdown file until a comprehensive specification is ready.
- ▌ Security Review · freddy-chen-uxSecurity review with blocking authority for critical vulnerabilities
- ▌ Semantic Search · freddy-chen-ux bundleINVOKE BEFORE writing new code to find existing implementations (DRY). Also for codebase exploration and production data search. Run: docker exec arsenal-semantic-search-cli code-search find 'query'
- ▌ Vue Composables · freddy-chen-uxUse when creating reusable composables, managing reactive state, or implementing the Composition API. Load for useX patterns, Pinia store patterns, withLoadingState helper, lifecycle management, and type-safe state patterns. Covers composable structure, error handling, and testing composables.
- ▌
- ▌ Brainstorming 2 · freddy-chen-uxUse when request is vague, complex, or needs design exploration BEFORE implementation. Ask questions one at a time. Do NOT use for clear, mechanical tasks. Output: design ready for OpenSpec proposal.
- ▌
- ▌ Hook Development · freddy-chen-ux bundleThis skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
- ▌ QA Docs Coverage · freddy-chen-uxDocs as QA: audit doc coverage and freshness, validate runbooks, and maintain documentation quality gates for APIs, services, events, and operational workflows.
- ▌ Agent Development · freddy-chen-ux bundleThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
- ▌
- ▌ Product Analytics · freddy-chen-uxFramework for analyzing product usage data and identifying patterns. Use when performing deep analysis of user behavior and engagement metrics.
- ▌
- ▌
- ▌ Shadcn Vue · freddy-chen-uxContext and reference for building UI with shadcn-vue components. Load when adding, modifying, or debugging UI components.
- ▌ SQL Reader · freddy-chen-uxQuery production PostgreSQL database with read-only credentials. Use for investigating data, debugging issues, or analyzing application state.
- ▌
- ▌ Code Review · freddy-chen-uxUse for quick self-review of small changes. For comprehensive review or cross-domain changes, dispatch @code-reviewer agent instead.
- ▌
- ▌
- ▌ Test Runner · freddy-chen-uxMANDATORY skill for running tests and lint after EVERY code change. Focuses on adherence to just commands and running tests in parallel. If tests fail, use test-fixer skill.
- ▌ Test Writer · freddy-chen-ux bundleMANDATORY - INVOKE BEFORE writing ANY test code (def test_*, class Test*). Prevents brittle tests. Read this skill first, then write tests.
- ▌
- ▌ Git Workflow · freddy-chen-uxModern Git collaboration patterns for team development - branching strategies, PR workflows, commit conventions, and code review best practices
- ▌ Image Editor · freddy-chen-ux bundleComprehensive image editing capabilities through Python scripts for deterministic, repeatable image manipulation tasks. Supports resizing, rotation, cropping, adjustments, effects, watermarks, and format conversions.
- ▌ Skill Writer · freddy-chen-ux bundleINVOKE when: creating new skills, editing SKILL.md files, modifying .claude/ content. NEVER edit .claude/ directly - this skill shows the arsenal-first workflow.
- ▌ Using Skills · freddy-chen-uxLoad at session start or when unsure which skill applies. Explains available skills and when to use each. Check this to understand the skill system.
- ▌ Brainstorming · freddy-chen-uxINVOKE when user says: 'brainstorm', 'design this', 'help me think through', 'what should we build'. Collaborative idea-to-spec workflow.
- ▌
- ▌ Document PPTX · freddy-chen-uxCreate, edit, and analyze PowerPoint presentations with slides, layouts, charts, images, animations, and speaker notes. Supports python-pptx and pptxgenjs for automated presentation generation in Python and Node.js.
- ▌
- ▌
- ▌ Task Planning · freddy-chen-uxUse after proposal approval to break work into 2-5 minute tasks with exact file paths and code examples. Each task must be completable by an agent with zero context. Do NOT use before proposal is approved.
- ▌ AWS Logs Query · freddy-chen-uxQuery AWS CloudWatch logs for staging and production environments. Use for debugging errors, investigating incidents, or monitoring application behavior. PRIMARY - aws logs tail "/ecs/codel-staging" --follow --format short | grep -iE "error|exception"
- ▌ Dev API Design · freddy-chen-uxProduction-grade API design patterns for REST, GraphQL, and gRPC. Covers API architecture, OpenAPI/Swagger specs, versioning strategies, authentication flows, rate limiting, pagination, error handling, and documentation best practices for modern API development.
- ▌ Openspec Apply · freddy-chen-uxUse when implementing an APPROVED OpenSpec change. Read tasks.md and follow EXACTLY. Do not deviate, add features, or skip tasks. Use with test-tdd for each code task.
- ▌ Claude Code MCP · freddy-chen-uxConfigure and build Model Context Protocol (MCP) servers for Claude Code integration. Set up database, filesystem, git, and API connections. Build custom MCP servers with TypeScript/Python SDK, implement tools and resources, configure transports (stdio, HTTP), and deploy for production.
- ▌
- ▌ Funnel Analysis · freddy-chen-uxAnalyze user conversion funnels and identify drop-off points. Use when investigating where users get stuck or churn in multi-step flows.
- ▌ Getting Started · freddy-chen-ux bundleBootstrap skill - READ THIS FIRST in every session. Teaches skill discovery and mandatory usage.
- ▌ Systematic Debugging · freddy-chen-uxUse for ANY bug, test failure, or unexpected behavior. Use BEFORE proposing fixes. Four phases: investigate, analyze, hypothesize, implement. Ensures understanding before attempting solutions.
- ▌ Dev Workflow Planning · freddy-chen-uxStructured development workflows using /brainstorm, /write-plan, and /execute-plan patterns. Transform ad-hoc conversations into systematic project execution with hypothesis-driven planning, incremental implementation, and progress tracking.
- ▌ Marketing SEO Technical · freddy-chen-uxTechnical SEO auditing for traditional search engines (Google, Bing) covering Core Web Vitals, crawlability, structured data, mobile optimization, site architecture, and actionable fix recommendations.
- ▌ Test Driven Development · freddy-chen-uxUse when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
- ▌ Startup Trend Prediction · freddy-chen-uxAnalyze 2-3 year historical trends in technology, market, and business models to predict 1-2 years ahead. Uses pattern recognition, adoption curves, and cycle analysis to identify timing windows and emerging opportunities. History is cyclical - products and markets follow predictable patterns.
- ▌ Marketing Leads Generation · freddy-chen-uxRevenue-aligned demand generation with lead types, funnel design, conversion paths, scoring/routing, attribution, and compliance for B2B pipeline building.
- ▌ Project Astrology Numerology · freddy-chen-uxExpert astrological advisor (30+ years experience) for Cosmic Copilot - validates calculations, catches logic bugs, provides domain expertise for chart accuracy and interpretation. (project)
- ▌ Project Astrology Tarot Divination · freddy-chen-uxExpert Tarot reader and divination advisor for card meanings, spreads, reading techniques, and integration with astrological timing. (project)
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Testing · freddy-chen-uxRun tests before and after changes. Only add tests for complex logic, not boilerplate. Database tests matter most.
- ▌
- ▌
- ▌