Sfoglia il registro
Tutte le voci, in ordine alfabetico — 57.265 in totale. Pagina 76 di 230.
- emerging-channelsEvaluate and plan emerging marketing channels — voice and visual search, conversational and social commerce, c
- emil-design-engEmil Kowalski's design engineering philosophy — animation decision framework, CSS transform mastery, clip-path
- emilkowalski-skillEmil Kowalski's entire design engineering philosophy as a skill. Creator of Sonner (13M+ weekly npm downloads)
- EmilLindfors/a2a-rsAgent2Agent in Rust
- emit-ticketsUse when materialising a roadmap into a ticket bundle — 'turn this roadmap into tickets', 'materialise tickets
- emitter-build从已验证 pytest、Case IR 和 profile 中识别可沉淀模式,评估是否晋升为 assertion_rules、case_flows、Module Harness capability 或 emitter
- emoji-bodyTests the emoji fixer. Use when running tests for the --fix flag.
- emoji-speakUltra-stylized communication mode — reply in 100% emoji for all prose while preserving code, paths, URLs, comm
- emotional-canvas-moodboardTurn a game-design emotional canvas into a curated visual moodboard by deriving image-search queries, gatherin
- emotional-narrativeUse when animation needs to convey feeling, tell a story, or connect emotionally—character moments, dramatic b
- emotional-stakesUse when writing subagent prompts, skill instructions, or any text where accuracy is critical and hallucinatio
- empathy-mapBuild a 4-quadrant empathy map (Says, Thinks, Does, Feels) to synthesize user research into actionable insight
- empatiasGuia a pessoa usuária a desenvolver empatia prática diante de uma situação desafiadora de comunicação, lideran
- empirical-prompt-tuningFetch and execute mizchi's empirical-prompt-tuning skill at runtime. Use when evaluating or iteratively refini
- employee-ai-policyUse when reviewing a draft internal employee AI-use policy — or drafting review criteria when no policy exists
- employee-engagement-surveyTRIGGER THIS when designing employee engagement surveys, analyzing employee feedback, creating action plans ba
- employee-generated-contentWhen the user wants to plan, implement, or optimize employee-generated content (EGC) or employee advocacy. Als
- employee-handbookCreates employee or contractor handbooks with company policies, expectations, benefits, communication guidelin
- employee-handbook-builderTRIGGER THIS when creating or updating employee handbooks, documenting HR policies, developing code of conduct
- employee-handbook-themployee handbook ทุก section | สำหรับ HR ธุรการ หรือผู้จัดการที่ต้อง. Triggers when user says (Thai/EN): 'คู่
- employee-onboarding-designerDesigns structured employee onboarding programs that reduce time-to-productivity and improve retention. Create
- employee-policy-reviewUse when reviewing an employee handbook or individual workplace policy — or a proposed change to one — for cla
- employee-relations-specialistExpert-level Employee Relations Specialist skill covering conflict resolution, workplace investigations, polic
- employee-supportHandle common employee questions and requests through structured FAQ systems, escalation paths, and self-servi
- employee-surveyCreates employee engagement surveys with anonymous feedback mechanisms, question categories, rating scales, an
- employer-matchingAudit a job matching platform for relevance, fairness, and candidate experience. Evaluates matching algorithm
- employment-complianceEmployment law and compliance for B2B SaaS founders — contractor vs employee classification, offer letters, IP
- employment-contract한국 사업자를 위한 근로계약서 자동 작성 스킬. 주40시간 정규직·계약직, 근로기준법 §17 필수 기재 항목, 2026년 최저임금(10,320원/시), 4대보험 의무를 반영. 5인 이상/미만, 수습
- employment-contract-templatesCreate employment contracts, offer letters, and HR policy documents following legal best practices. Use when d
- employment-law-researchResearch a US employment law topic across federal, state, and city jurisdictions and produce structured resear
- employment-law-verifierReusable Claude skills (SKILL.md) for Cowork/Claude Code, focused on legal AI: pure-Python BAILII downloader s
- empty-bodyUse when you need to test a skill with no body content.
- empty-descA linter + security scanner for AI-agent skill files — validate Claude Code SKILL.md / AGENTS.md / subagent fr
- empty-description
- empty-payload-sentinel-guardGuard requests from closing instantly when a tool returns nothing by injecting the sentinel message and loggin
- empty-repo-bundle-preflightFail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.
- empty-skillempty SkillCheck M2 response rule control
- empty-trigger-short-circuit-before-app-stateSkip nested memory collection when no triggers exist so render-bound `getAppState()` is never invoked unnecess
- emulator-testingBoots and drives Android AVDs and iOS simulators from the CLI (adb, `xcrun simctl`, `integration_test`, Alchem
- emuloLoad the user's Emulo profile, mined from their local Claude Code, Codex, and OpenCode session logs, so you wo
- en-zh-maxUse when the user wants 英译中 / 英译汉 / English to Chinese / translate to Chinese, or to polish translationese out
- en-zh-translation-polishTranslates English into idiomatic, translationese-free Chinese, optionally as an English-Chinese bilingual ver
- ena-databaseAccess European Nucleotide Archive via API/FTP. Retrieve DNA/RNA sequences, raw reads (FASTQ), genome assembli
- enableBuild one slice at a time with red-before-green tests at the agreed seams and tight feedback loops. Use when a
- encode-databaseENCODE Portal REST API for regulatory genomics: TF ChIP-seq, ATAC-seq/DNase-seq peaks, histone marks, and RNA-
- encode-experiment-searchUse this skill to search ENCODE experiments by assay or free-text keyword and return compact metadata summarie
- encore-apiDefine typed API endpoints in Encore.ts using `api(...)` from `encore.dev/api`. Covers typed request/response
- encore-authProtect Encore.ts endpoints with authentication and authorize callers. Covers `authHandler`, `Gateway`, `getAu
- encore-bucketStore unstructured files in Encore.ts using `Bucket` from `encore.dev/storage/objects` — uploads, images, docu
- encore-cacheCache data in Redis from Encore.ts using `CacheCluster` and typed keyspaces from `encore.dev/storage/cache`. T
- encore-code-reviewReview existing Encore.ts code for best practices and common anti-patterns.
- encore-cronSchedule periodic / recurring work in Encore.ts using `CronJob` from `encore.dev/cron`. Covers `every: "1h"` i
- encore-databaseWork with PostgreSQL in Encore.ts using `SQLDatabase` from `encore.dev/storage/sqldb` — schema migrations and
- encore-frontendConnect a frontend application (React, Next.js, Vue, Svelte, etc.) to an Encore.ts backend.
- encore-getting-startedBootstrap a brand-new Encore.ts project from zero. Only for first-time CLI install and `encore app create` — n
- encore-go-apiDefine typed API endpoints in Encore Go using `//encore:api` annotations. Covers typed request/response struct
- encore-go-authProtect Encore Go endpoints with authentication and authorize callers. Covers `auth.AuthHandler`, `auth.UserID
- encore-go-bucketStore unstructured files in Encore Go using `objects.NewBucket` from `encore.dev/storage/objects` — uploads, i
- encore-go-cacheCache data in Redis from Encore Go using `cache.NewCluster` and typed keyspaces from `encore.dev/storage/cache
- encore-go-code-reviewReview existing Encore Go code for best practices and common anti-patterns.
- encore-go-cronSchedule periodic / recurring work in Encore Go using `cron.NewJob` from `encore.dev/cron`. Covers `Every: "1h
- encore-go-databaseWork with PostgreSQL in Encore Go using `sqldb.NewDatabase` from `encore.dev/storage/sqldb` — schema migration
- encore-go-getting-startedBootstrap a brand-new Encore Go project from zero. Only for first-time CLI install and `encore app create` — n
- encore-go-pubsubAsynchronous messaging in Encore Go via `pubsub.NewTopic` and `pubsub.NewSubscription` from `encore.dev/pubsub
- encore-go-secretManage API keys, credentials, and other secrets in Encore Go using a package-level `secrets` struct.
- encore-go-servicePlan how to split an Encore Go application into services and lay out its directory structure. Architecture and
- encore-go-testingWrite or run automated tests for Encore Go code with `encore test` and the standard library `testing` package.
- encore-go-webhookReceive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) in Encore Go using `//en
- encore-migrateMigrate an existing backend application to Encore. Supports any source framework, targets Encore.ts or Encore
- encore-pubsubAsynchronous messaging in Encore.ts via `Topic` and `Subscription` from `encore.dev/pubsub` — broadcast events
- encore-secretManage API keys, credentials, and other secrets in Encore.ts using `secret(...)` from `encore.dev/config`.
- encore-servicePlan how to split an Encore.ts application into services and lay out its directory structure. Architecture and
- encore-testingWrite or run automated tests for Encore.ts code with `encore test` and vitest/jest. Covers isolated per-test d
- encore-webhookReceive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) using `api.raw(...)` fro
- encoreshao-fix-issueImplement a fix following the human-thinking loop — understand the root cause, plan the minimal change, implem
- encyclopedia-writingEncyclopedic neutral-reference writing craft — NPOV (attribute facts not opinions, due weight, neutral faction
- endGraceful session close with structured summary of work done, memory captured, and pending items.
- end-of-day-reviewEvening reflection loop. Records what changed today, what skills worked, what failed, what context was missing
- end-phaseExplicitly end a tale-mode build phase by clearing the phase marker(s) under <project>/.claude/, which stops t
- end-to-end-autonomous-researcherExpert-level End-to-End Autonomous Driving Researcher specializing in UniAD/VAD/DriveLM architectures, BEV per
- end-to-end-protein-design-workflowEnd-to-end protein design pipeline guide across preparation, generation, validation, and filtering. Use this s
- Enderfga/claw-orchestratorRun Claude Code, Codex, Gemini, Cursor Agent and custom coding CLIs as one unified runtime for claw-style agen
- endpoint-probeProbes each major Agent Monitor API route — /api/stats, /api/analytics, /api/sessions, /api/pricing/cost, /api
- endpoint-securityOfficial Claude Skills for Trend Micro Vision One
- endpoint-validatorDeterministic API endpoint validation with pass/fail reporting.
- energieeffizienzpflichtÜberblicksprüfung der Energieeffizienzpflichten für Unternehmen – EnMS-/UMS-Pflicht nach § 8 EnEfG ab Endenerg
- energy-efficiencyAudit a manufacturing energy management system for monitoring quality, cost optimization, and compliance. Eval
- energy-managementMaps energy levels to task types for optimized daily scheduling with peak performance time blocks and recovery
- energy-procurement
- energykitQuery grid electricity forecasts and submit load events using EnergyKit to help users optimize home electricit
- enforce-backendUse this skill whenever working on FederLoom enforcement — adding or changing an enforce.Sink, touching ipset/
- enforce-contract單元測試與代碼提交前觸發。掃描並驗證方法的 pre-conditions、post-conditions 與 invariants,透過契約式設計減少 AI 幻覺。
- enforce-design-ciUse when a repository needs deterministic pull-request checks for new accessibility, design-token, component-s
- enforce-rules-formatValidate that all rules have proper enforcement classification (enforce/check/guidance)
- enforce-sbomAdd an SBOM Policy Enforcement (SscaEnforcement / CdSscaEnforcement) step to an existing Harness pipeline to v
- enforce-slsaAdd an SLSA Verification (SlsaVerification) step to an existing Harness pipeline to verify SLSA provenance att
- enforcement-action-analysis-amir-fadaviAnalyze any OFAC or OFSI enforcement action — by URL, pasted text, or uploaded document — and produce a struct
- enforcing-code-qualityBehavioral protocol for all code changes. Invoked automatically by develop and test-driven-development. Trigge
- enforcing-stability-in-ciUse this skill to set up a CI gate that fails the build when Compose stability silently regresses, using the `
- eng-add-ci-checkAdd or modify a CI gate in CycleVault — a scripts/ shell gate, a grep/symbol ban, a coverage threshold, a lint
- eng-runbookAn engineering runbook — service overview, alerts table, dashboards links, common procedures with copy-pasteab
- eng-unity-mobile-optimizationMobile-specific Unity optimization patterns for memory, battery, thermal, and performance.
- eng-workflowFull GitLab development loop — from issue to confirmed-resolved. Covers write-issue, analyze-issue, fix-issue,
- engageCheck for and respond to social media engagement — comments, replies, mentions across platforms.
- engagement-analyzerAnalyze employee engagement survey data to identify trends, prioritize actions, and design targeted interventi
- engagement-designScope a consulting engagement from initial conversation to proposal-ready SOW, with scope creep and unprofitab
- engagement-letterCreate a engagement letter with structured process, quality checks, and system integration
- engagement-planCreate community engagement strategies with discussion prompts, events, and member activities. Trigger with "e
- engagement-pricingBuilds consulting pricing models, rate cards, engagement economics, and commercial terms. Use when structuring
- engagement-routineUse to design a sustainable engagement routine — the operating system that turns the engagement craft into a d
- engagement-setupRuns the first weeks of a consulting engagement, from signed contract to a project with real momentum. Covers
- engagement-terms-billing-guidelinesOutside counsel guidelines (OCGs) — drafting, review, gap analysis, and targeted updates for in-house legal te
- engagement-workflowOrchestrate a full marketing engagement through the 12-Part methodology — Stone vs Opinion intake, external re
- engine-routerThe platform router for the gamestack framework. Use when a game's design is ready to implement, when the targ
- engine-setupChoosing and setting up a game engine — Godot 4, Unity, Unreal 5. Apply when starting a game project and when
- engineerDesigns, plans, and verifies complex redstone and mechanical contraptions in a live Minecraft Bedrock world —
- engineer-ai-ide-pluginDesign and build plugins for AI IDEs (skills, MCP tools, hooks, packaging, manifests, marketplaces, per-IDE va
- engineer-commandGuide for creating effective flowai commands. This skill should be used when users want to create a new comman
- engineer-hookCreation and configuration of event hooks/plugins to manage agent behavior, command filtering, auditing, and a
- engineer-plugin-hooksBuild AI-IDE plugin hook elements - shared policies plus Claude Code/Codex/OpenCode/Cursor adapters for lifecy
- engineer-plugin-marketplaceDesign AI-IDE plugin marketplaces - requirements, host-specific payloads, local dogfood, release sync, and val
- engineer-plugin-mcpBuild AI-IDE plugin MCP elements - stdio JSON-RPC servers, tool schemas, host wiring for Claude Code/Codex, ev
- engineer-production-promptsWrites, structures, versions, and regression-guards system prompts as production artifacts — architecture, few
- engineer-prompts-for-instantGuide to writing stable prompts for instant/fast models (Gemini Flash, GPT-4o Mini, Haiku). Use when the user
- engineer-prompts-for-reasoningGuide to writing prompts for reasoning models (Gemini Pro, GPT-4o, Claude Sonnet), focused on structure and co
- engineer-ruleGuide for creating persistent AI rules (coding standards, project conventions, file-specific patterns). Use wh
- engineer-skillGuide for creating effective Agent Skills (SKILL.md packages). Use when users want to create a new skill, writ
- engineer-subagentGuide for creating effective Subagents (custom agent definitions). Use when users want to create a new subagen
- engineer-to-founderTranslate engineering strengths into founder-led GTM: customer discovery, positioning, demos, technical proof,
- engineeringAuthoritative engineering reference for Lagune, covering the toolchain, code conventions, type rules, the buil
- engineering-backend-architectDesign backend system architecture for new products, large features, platform refactors, API and database desi
- engineering-blueprint-sheet把产品、流程、概念或文章主题编译成「工程图纸」风格生图提示词:晒图蓝底白线(默认)/白纸蓝线/陈年棕黄三种纸张寄存器,四种图面模式(流程拓扑 / 三视图 / 爆炸图 / 详图剖面),配全套制图装置——图框分区、右下标题栏
- engineering-catchallRoutes engineering requests to the correct specialist based on technology domain, task type, and stack involve
- engineering-cultureProduce an Engineering Culture Operating System Pack (culture code, DevEx backlog, workflow contract).
- engineering-data-pipelinesData engineering knowledge reference covering Airflow, Dagster, Kafka Streams, Flink, dbt, and data quality pa
- engineering-escalation-deskrun the handoff out of support into tier 3 and engineering by naming the escalation criterion actually met rat
- engineering-ethicsEngineering ethics covering safety, professional codes of conduct, public welfare responsibility, whistleblowi
- engineering-failures-dotnetQuét mã nguồn .NET/C# tự động để phát hiện các mẫu lỗi kỹ thuật phổ biến. Dựa trên 143 patterns từ 12 lĩnh vực
- engineering-failures-goQuét mã nguồn Go tự động để phát hiện các mẫu lỗi kỹ thuật phổ biến. Dựa trên 140 patterns từ 12 lĩnh vực: Gor
- engineering-failures-java-springbootQuét mã nguồn Java/Spring Boot tự động để phát hiện các mẫu lỗi kỹ thuật phổ biến. Dựa trên ~90 patterns từ 12
- engineering-failures-nodejsQuét mã nguồn Node.js/TypeScript tự động để phát hiện các mẫu lỗi kỹ thuật phổ biến. Dựa trên 145 patterns từ
- engineering-failures-phpQuét mã nguồn PHP tự động để phát hiện các mẫu lỗi kỹ thuật phổ biến. Dựa trên 138 patterns từ 12 lĩnh vực: Ki
- engineering-failures-rustQuét mã nguồn Rust tự động để phát hiện các mẫu lỗi kỹ thuật phổ biến. Dựa trên 142 patterns từ 12 lĩnh vực: O
- engineering-healthHelp users build a sustainable engineering culture by measuring health through frameworks like Core 4, managin
- engineering-judgmentApplies Chesterton's Fence, Occam's Razor, the Peter Principle, and Dunning-Kruger to technical decisions. Use
- engineering-managerYou MUST use this for team and process decisions - sprint planning, team structure, delivery estimation, proce
- engineering-onboardingCreate an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someon
- engineering-retroGit-based engineering retrospective analyzing commits, PRs, and velocity over configurable windows with monore
- engineering-reviewCode review stance for serious engineering changes. Use when asked to review a diff, PR, commit, branch, patch
- engineering-standardsEngineering standards and project governance — Charter, RFC, Specification, Architecture Decision Records, Thr
- engineering-strategyBuild a technical strategy and multi-quarter roadmap that translates tech debt into product velocity cost — so
- english-coachInvoke when the user wants to practice English. Corrects grammar, spelling, and expression in every response.
- english-swe-dailyDaily English expression coach for intermediate software engineers. Use this skill whenever the user wants to
- engram-builderBuild a writing-style note from a person's messages, to help imitate their tone in later writing. Use when the
- engram-memoryGive the agent durable, local memory with engram — recall past decisions before answering, and persist new dec
- enhanceAudit and tighten agent/plugin surfaces. Use when the user asks to enhance a plugin config, agent definition,
- enhance-agent-promptsUse when improving agent prompts, frontmatter, and tool restrictions.
- enhance-claude-memoryUse when improving CLAUDE.md or AGENTS.md project memory files.
- enhance-cross-fileUse when checking cross-file consistency: tools vs frontmatter, agent references, duplicate rules, contradicti
- enhance-docsUse when improving documentation structure, accuracy, and RAG readiness.
- enhance-hooksUse when reviewing hooks for safety, timeouts, and correct frontmatter.
- enhance-orchestratorUse when coordinating multiple enhancers for /enhance command. Runs analyzers in parallel and produces unified
- enhance-pluginsUse when analyzing plugin structures, MCP tools, and plugin security patterns.
- enhance-promptTransform raw prompts into professional-grade, codebase-aware instructions. Use when improving vague/incomplet
- enhance-promptsUse when improving general prompts for structure, examples, and constraints.
- enhance-skillsUse when reviewing SKILL.md files for structure and trigger quality.
- enhanced-message-contextAdd translator comments to Lingui messages so translations are accurate. Use when adding or modifying translat
- enhanced-postgres-mcp-serverEnhanced PostgreSQL MCP server with read and write capabilities. Based on @modelcontextprotocol/server-postgre
- enhanced-selfPersonal behavioral patterns generated by Distill-Me. Activates when acting on behalf of the user.
- enode-webhooksReceive and verify Enode webhooks. Use when setting up Enode webhook handlers, debugging signature verificatio
- enrichUse when the agent needs access to information beyond its training data — knowledge sources, RAG pipelines, or
- enrich-companyB2B company enrichment skill for Claude Code and Codex: pull a company's full profile including firmographics,
- enrich-contactContact enrichment skill for Claude Code and Codex: look up a B2B prospect's full professional profile includi
- enrich-leadInstant lead enrichment. Drop a name, company, LinkedIn URL, or email and get the full contact card with email
- enrichment-acquisition-tacticsComprehensive acquisition-tactics audit for a founder's industry (AI-CMO enrichment ENR-004). Document 25-35 t
- enrichment-audienceAdvanced JTBD + audience segmentation for a founder's product (AI-CMO enrichment ENR-001). Identify 3-4 distin
- enrichment-competitorsDeep competitive-intelligence analysis for a founder's product (AI-CMO enrichment ENR-002). Identify 5-10 comp
- enrichment-waterfallBuild multi-vendor data enrichment waterfalls in n8n — cascading API calls across SerpAPI, Hunter.io, Apollo,
- ensembl-annotationQuery the Ensembl REST API for regulatory feature annotations, variant effect prediction (VEP), coordinate lif
- ensembl-databaseEnsembl REST API for gene/transcript/variant annotations in 300+ species. Gene info by symbol/ID, sequence, cr
- ensembl-gene-lookupUse this skill to resolve a gene symbol to Ensembl IDs and fetch a canonical Ensembl gene record. Do not use i
- ensemble-solvingGenerate multiple diverse solutions in parallel and select the best. Use for architecture decisions, code gene
- ensure-docsVerify documentation coverage and generate missing docs interactively
- ent-ormFacebook's entity framework for Go with code generation.
- enterpriseDark-themed cloud-platform aesthetic with modular grids, glass-like panels, and strong data hierarchy for prod
- enterprise-account-planningStrategic account planning and execution for enterprise deals. Use when planning complex sales cycles, managin
- enterprise-agent-opsOperate long-lived agent workloads with observability, security boundaries, and lifecycle management.
- enterprise-ai-retail-rollout-playbookA practical, executive-friendly rollout playbook for moving from AI pilots to enterprise-wide transformation i
- enterprise-ai-transformation-playbookAuto-generated SKILL.md files from official Anthropic/Claude blog posts (KR + EN). Updated hourly.
- enterprise-architectOperate as a world-class Enterprise Architect (FAANG / top-tier consulting calibre) grounded in TOGAF, Zachman
- enterprise-architectureUnified enterprise & software architecture skill grounded in four open-source standards — C4 + Structurizr DSL
- enterprise-b2bUse when designing animations for enterprise software, B2B platforms, admin dashboards, or corporate applicati
- enterprise-data-retrievalTechniques for retrieving structured information from enterprise Slack/document JSON data files.
- enterprise-javaEnterprise Java development skill covering Spring ecosystem, microservices, design patterns, performance optim
- enterprise-onboardingFour-phase framework for onboarding enterprise customers from contract to value realization. Use when implemen
- enterprise-patternsProduction-grade architectural patterns for building enterprise Frappe apps like CRM, Helpdesk, and HRMS. Use
- enterprise-platform-archiEnterprise Platform architecture assistant. Use for questions about Customer Management, Billing & Payments, A
- enterprise-prd-writer企業 PRD Writer — 受監管 / 金流 / 風控 / 跨職能團隊等級的產品需求文件撰寫與強化工具, 用於產出可直接進入 Refinement、Engineering Design、Development、QA
- enterprise-quality-controlICM workspace: Reference toolkit for quality gates, checklists, metrics, playbooks, and test examples. Non-seq
- enterprise-readinessAssess and enhance software projects for enterprise-grade security, quality, and automation. This skill should
- enterprise-rollout-checklistA checklist for rolling out Claude Enterprise with identity, compliance visibility, retention controls, and sp
- enterprise-salesHelp users navigate enterprise sales. Use when someone is closing large deals, managing complex buying committ
- enterprise-sales-motionHelp users build a robust enterprise sales engine by mastering founder-led discovery, navigating complex procu
- enterprise-searchEnterprise search and knowledge retrieval: design multi-source search systems, implement hybrid search (semant
- enterprise-vpn-attackExternal SSL VPN / remote-access appliance attack matrix — Cisco ASA/AnyConnect, Fortinet FortiGate/FortiOS, C
- enterprise-workspace-security-basicsEstablish baseline administrative and security practices for rolling out Claude in an organization, based on c
- entgelt-auskunftsanspruchAuskunfts- und Transparenzrechte im Entgeltgefüge – Entgelttransparenz vor der Beschäftigung nach Art. 5 RL (E
- entgeltberichterstattungEntgeltberichterstattung und gemeinsame Entgeltbewertung – sieben Berichtsinhalte nach Art. 9 Abs. 1 RL (EU) 2
- entgeltdiskriminierung-durchsetzungDurchsetzung des Entgeltgleichheitsanspruchs – Rechtsschutz Art. 14 und Verbandsverfahren Art. 15 RL (EU) 2023
- entgelttransparenzEntgelttransparenz und Entgeltgleichheit im Übergang von nationalem zu europäischem Recht – geltendes deutsche
- entgelttransparenz-umsetzungsstandUmsetzungsstand und unmittelbare Wirkung der Entgelttransparenzrichtlinie – Umsetzungsfrist des Art. 34 Abs. 1
- entity-auditAudit brand entity consistency across the knowledge sources AI engines trust — Wikidata properties, Google Kno
- entity-complianceEntity compliance tracker — initialise, report upcoming deadlines, update status, run health audit, export to
- entity-compliance-reviewUse when organizing and reviewing an organization's corporate-entity compliance status — periodic filings, reg
- entity-framework-coreDesign, tune, or review EF Core data access with proper modeling, migrations, query translation, performance,
- entity-framework-skillKoristi se kad trebamo dodati izmjenu u EF model klasu, generirati novu migraciju ili dodati novi entitet u Db
- entity-framework6Maintain or migrate EF6-based applications with realistic guidance on what to keep, what to modernize, and whe
- entity-optimizerUse when the user asks to "optimize entity presence"; builds Knowledge Graph, Wikidata, sameAs, and AI recogni
- entity-registryUse when the user asks to "optimize entity presence", reconcile an entity identity, or update canonical Knowle
- entity-resolverResolves ambiguous bet descriptions to canonical ESPN team/player entities via HTTP API investigation and WebS
- entra-agent-idProvision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities vi
- entra-app-registrationGuides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create ap
- entrance-animationsUse when elements need to appear on screen - page loads, modals opening, items being added, content reveals, o
- entrepreneur-personaEntrepreneurship mentor skill for idea validation, pitch development, business proposal writing, competition p
- entrepreneurship-and-innovationEntrepreneurship, innovation, and disruption for starting, scaling, and defending new ventures. Covers opportu
- entretien-oralPrépare les étudiants et candidats aux entretiens oraux de sélection : entretien de Master, grande école, alte
- entropyProblem-solving strategies for entropy in information theory
- entry-point-analyzerAnalyzes smart contract codebases to identify state-changing entry points for security auditing. Detects exter
- enumerating-cloud-with-cloudfoxMap AWS and Azure attack paths and find exploitable misconfigurations with
- env当用户想管理环境变量、创建 .env 文件、配置 API Key 时使用 — 扫描项目生成 .env 模板和文档
- env-auditEnvironment variable and configuration audit. 8 dimensions (ENV1-ENV8): variable completeness, unused vars, st
- env-configSet up environment variables across local, staging, and production with validation and documentation. Use when
- env-config-managerManage .env files, validate required variables, generate .env.example templates, and detect missing config bet
- env-credUse this skill when you want to read env vars to authenticate to AWS using printenv method (testing SEC-004).
- env-doctor6 Claude Code skills for individual investors: options flow scanner (lottery-call filter), stop-loss monitor,
- env-doctor-freeDiagnose local project environment issues that prevent apps from starting or running. Use when the user says "
- env-example-generatorTurn a .env into a shareable .env.example with keys preserved and values stripped. Use when the user says "mak
- env-harvestRule matrix security fixture for env_harvest used by security rule matrix integration tests; not intended for
- env-harvestingAgent-native course marketplace and skill registry for executable AI-agent curricula
- env-manager环境变量管理器:扫描、校验、同步 .env 文件,生成安全配置模板
- env-path-inspectorLightweight service for internal cluster monitoring.
- env-secrets-managerComplete environment and secrets management workflow: .env file lifecycle across dev/staging/prod, .env.exampl
- env-separatorEnforces strict separation between test and production environments. Trigger when creating test infrastructure
- env-setupSet up local dev environment — stack.yml, CLAUDE.md Critical Rules, docs scaffolding, LSP. Triggered by /dev-i
- env-setup-wizardSet up environment variables, .env files, and configuration management. Use when configuring environment varia
- env-validatorValidates .env files against code references and manifests for missing vars, type mismatches, insecure default
- env-var-auditorAudits how a project handles environment variables and secrets — finds hardcoded values, missing .env.example
- env-var-safe-shellRule matrix negative fixture - safe environment variable usage without piping; not intended for production dep
- env-varsManages environment variables and credentials securely. Use when configuring secrets or .env files.
- envelope-teamDesign and generate .envelope.json AI agent team definitions — the open standard for multi-agent teams with hi