Skip to main content

이 저장소의 skills

SkyyRoseLLC/DevSkyy - 3페이지

SkillsMP는 SkyyRoseLLC/DevSkyy에서 414개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

SkyyRoseLLC/DevSkyy

수집된 skill 414개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

This skill activates when users discuss component architecture, design systems, CSS methodologies, or frontend patterns. Provides guidance on React patterns, state management architecture, component hierarchies, and scalable frontend design systems.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Expert knowledge in luxury fashion e-commerce, high-end jewelry presentation, SkyyRose brand DNA, luxury customer experience, and premium product storytelling. Triggers on keywords like "luxury", "fashion", "jewelry", "high-end", "premium", "skyyrose",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when searching for open-source resources, themes, components, libraries, or examples. Triggers on keywords like "find", "search for", "look for", "discover", "open source", "github", "npm", "template", "example", "boilerplate".

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Expert knowledge in HTML, CSS, responsive design, CSS Grid, Flexbox, modern layout techniques, and semantic markup. Triggers on keywords like "html", "css", "layout", "responsive", "grid", "flexbox", "semantic", "accessibility markup", "forms".

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Expert knowledge in building custom WordPress themes, template hierarchy, hooks, filters, and WordPress.com compatibility. Triggers on keywords like "wordpress theme", "template", "wp_", "get_template_part", "theme.json", "block theme", "functions.php".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

This skill activates when users discuss site speed, Core Web Vitals, optimization, bundle size, lazy loading, or performance issues. Provides guidance on measuring, analyzing, and optimizing web performance with focus on LCP, FID, CLS, and modern performance…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use to work the way the Claude Code team works — parallelize aggressively across worktrees and subagents, plan before non-trivial work, verify everything, and reach for /loop, /batch, /simplify, and effort:max on the right tasks. The power-user operating…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when adding, upgrading, or resolving Python/Node dependencies — declare every import, cap majors to stop silent drift, and keep the resolver consistent. Prevents undeclared-import and silent-major-bump defects.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use for symbol-precise code navigation on the monorepo — go-to-definition, find-references, rename, hover-types via the installed LSP servers instead of grep guessing. Answers from the real symbol graph, not text matching.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use at the start and end of every task — read the canonical memory before acting and write the outcome after. Unifies OpenWolf files and claude-mem so knowledge persists across sessions instead of being re-derived.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use when structuring how you approach any task — select the reasoning technique that fits the task type (chain-of-thought, ReAct, few-shot, tree-of-thoughts, self-consistency, structured output) to produce production-quality work, always subordinate to…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use after any correction, mistake, discovery, or fix — capture the lesson durably into cerebrum + buglog so the same discovery is never repeated. Closes the improvement loop that makes the team better across sessions.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use before caching, quoting, or acting on ANY product, imagery, or brand fact — resolve it from the canonical source registered in SOT.md, never from memory or a filename. Prevents second-copy drift and wrong-fact defects.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use before any git commit/stash/history operation in a repo that multiple Claude sessions may share — never rewrite another session's HEAD, never pop a shared stash. Prevents cross-session commit corruption.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

MANDATORY before rendering, creating content, or editing skyyrose.co — eyes-on verify every product image is the CORRECT garment for its SKU by reading the actual pixels (vision), never the filename or manifest. Prevents wrong-garment imagery, the

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use after editing any SkyyRose theme CSS/JS — production serves the .min build, so every source edit must rebuild .min and re-verify BOTH source and .min. Prevents shipping stale minified assets.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Have an independent agent skeptically re-verify a fix, claim, or result instead of trusting the builder's self-assessment. Use when a subagent or Workflow stage produces a fix/result and you need to know if it actually worked — code fixes, content claims,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when reviewing any gate, guard, validator, or permission check — audit that it FAILS CLOSED (absent input/config/token/manifest → block, never pass). Prevents the fail-open pattern (bug-230) where a gate silently succeeds because its input is missing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use before trusting any green test — prove the test can actually FAIL by mutating the code it covers. A test that still passes when its target is broken tested nothing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when an authoritative signal reports a regression (failing test, live HTTP/size/PHP-error, canon drift) — diagnose the ROOT CAUSE, fix the source, and confirm the heal by INDEPENDENTLY re-deriving fresh evidence, not by trusting the fix's self-report.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when writing or debugging tests that pass alone but fail (or mutate the repo) in a full-suite run — enforce per-test isolation and environment-aware gating so tests never share state or depend on excluded trees.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use before any paid API call, production deploy, live-data write, or irreversible file op — STOP and print the exact action, exact cost, and exact target, then wait for explicit "y". The autonomy boundary that separates act-freely from ask-first.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Designs brand architecture frameworks (house of brands, branded house, endorsed) with naming conventions, visual relationships, and portfolio management. Use when managing multiple brands.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Conducts brand audits evaluating consistency, perception, competitive positioning, and improvement recommendations across all touchpoints. Use when assessing brand health.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Creates comprehensive brand identity guidelines with logo usage, color codes, typography, imagery style, voice, and application examples. Use when documenting your brand standards.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Crafts brand positioning statements with target audience, category, point of difference, reason to believe, and competitive context. Use when defining how your brand stands apart.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Batch updates text and imagery across existing Canva designs when brand elements change, searching for affected designs and applying find-and-replace operations across all confirmed files. Use when a user has updated their brand colors, fonts, tagline, logo,…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Generates brand taglines and slogans with positioning rationale, use cases, and A/B testing variants. Use when creating or refreshing your brand's tagline or slogan.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Creates a comprehensive brand voice guide with tone attributes, vocabulary lists, do's and don'ts, and platform-specific adaptations. Use when a user needs to document their brand voice for consistency, is onboarding writers or team members, or wants to…

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Generates brand color palettes with hex codes, accessibility ratings, application guidelines, and print/digital specifications. Use when establishing or refreshing brand colors.

원문 언어: 영어

업데이트
직업 분류
인사 전문가
설명

Writes executive resumes with achievement-focused content, leadership narrative, and ATS-friendly formatting.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Builds expert positioning strategies with thought leadership plans, speaking opportunities, and visibility tactics.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Briefs icon set design with style direction, size requirements, use cases, consistency guidelines, and delivery specifications. Use when commissioning custom icons for your brand.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Creates merchandise design briefs for branded swag with product selection, design placement, vendor specs, and budget planning. Use when producing branded merchandise.

원문 언어: 영어

업데이트
직업 분류
최고 경영자
설명

Crafts organization mission, vision, and values statements with stakeholder input process and alignment exercises.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Facilitates business or product naming with brainstorming frameworks, evaluation criteria, domain checks, and trademark considerations. Use when naming anything new.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Writes product packaging design briefs with dimensions, material considerations, messaging hierarchy, compliance requirements, and vendor specs. Use when designing physical packaging.

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Writes compelling portfolio page copy with project descriptions, results, testimonials, and CTAs for freelancers.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Creates brand-aligned presentation template guidelines with slide layouts, color usage, font hierarchies, and do's and don'ts. Use when standardizing team presentations.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Plans brand refreshes and full rebrands with phased rollout, stakeholder communication, asset transition checklists, and timeline management. Use when evolving your brand identity.

원문 언어: 영어

업데이트
수집된 skill 414개 중 40개를 표시합니다.