[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-credentials-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-ops-credentials":876,"similar-k172th0myrejrj72b1p3m17td586nwwk-zh-CN":877},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":225,"parentExtension":247,"providers":314,"relations":318,"repo":319,"tags":874,"workflow":875},1778692306427.0972,"k172th0myrejrj72b1p3m17td586nwwk",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Audit which integration credentials are configured. Scans shell env, ops preferences.json, Doppler, macOS Keychain, and Dashlane to report a configured-vs-missing table per service. Never displays raw values — always masks as first6•••last4. Use when you want to see which integrations have keys set up and which still need /ops:setup.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-credentials","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778692413735.2087,"kn77627kazjcdkswzyvvzxdv7986mzps","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,128,131,134,137,140,143,146,150,154,156,158,160,164,167,170,173,176,180,183,186,189,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of auditing configured integration credentials and identifies which services need setup.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill uniquely scans multiple diverse credential stores (env, preferences.json, Keychain, Dashlane) and provides a unified masked view, which is beyond default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for credential auditing, including clear instructions for setup, execution, and follow-up actions like configuring missing services or exporting to JSON.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on auditing and reporting configured credentials across various sources, without straying into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, is concise, readable, and clearly outlines its purpose and usage.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific tools like Bash, Read, and AskUserQuestion, which are well-defined actions rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The CLI/API reference clearly documents commands, output formats, filtering options, and the order of credential source scanning.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names (`bin/ops-credentials`) and command references (`/ops:credentials`) are descriptive and align with the skill's function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters (`--service`, `--json`) are clearly defined flags, and output is structured either as a human-readable table or a specific JSON format, not exposing raw secrets.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes a MIT LICENSE file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill appears to rely on system-installed tools (Bash, security command, Doppler CLI, dcli) and does not bundle or manage third-party JavaScript/Python dependencies.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill explicitly states it never prints raw values, masks them as first6•••last4, and never copies values to disk. The JSON export only contains metadata, not raw secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses a dedicated binary and structured commands; there's no indication of loading or executing arbitrary third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill appears to be self-contained and does not fetch external content at runtime or use remote pipes to shell.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's primary action is to read credential information from existing stores and the system environment. It explicitly states it is read-only and does not write to sensitive locations.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There is no evidence of detached process spawns or retry loops around denied tool calls in the provided script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is read-only and explicitly designed not to submit any confidential data, only masked representations of configured secrets.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation appear free of hidden steering tricks or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill uses a bash script and does not employ obfuscation techniques like base64 payloads or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script relies on standard environment variables and common system locations, with explicit documentation on the order of checks, rather than making rigid assumptions about user project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 2 issues opened and 6 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README indicates version 2.0.0 with a shield, and the LICENSE file suggests it's part of the ongoing development of the project.",{"category":104,"check":105,"severity":63,"summary":106},"Execution","Pinned dependencies","The skill relies on system commands (Bash, security, Doppler CLI) and does not appear to bundle or manage third-party script dependencies that would require pinning.",{"category":33,"check":108,"severity":63,"summary":109},"Dry-run preview","The skill is read-only and does not perform any state-changing operations or send data outward, so a dry-run mode is not applicable.",{"category":111,"check":112,"severity":63,"summary":113},"Protocol","Idempotent retry & timeouts","The skill performs a read-only audit and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":66,"check":115,"severity":24,"summary":116},"Unguarded Destructive Operations","The skill is explicitly read-only and does not perform any destructive operations.",{"category":118,"check":119,"severity":24,"summary":120},"Code Execution","Error Handling","The skill's bash script is designed to report findings and offers follow-up actions via `AskUserQuestion`, implying a structured error handling path for reporting missing credentials.",{"category":118,"check":122,"severity":63,"summary":123},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":125,"check":126,"severity":24,"summary":127},"Compliance","GDPR","The skill audits credential stores but does not operate on personal data; any retrieved values are masked and not submitted externally.",{"category":125,"check":129,"severity":24,"summary":130},"Target market","The skill operates on system-level configurations and credential stores, with no regional or jurisdictional logic; `targetMarket` is global.",{"category":92,"check":132,"severity":24,"summary":133},"Runtime stability","The skill uses standard bash commands and relies on common system tools (security, Doppler CLI), making it portable across POSIX-like environments.",{"category":44,"check":135,"severity":24,"summary":136},"README","The README file provides a comprehensive overview of the claude-ops project, including the purpose and integration of the ops-credentials skill.",{"category":33,"check":138,"severity":63,"summary":139},"Tool surface size","This is a single-tool skill (`bin/ops-credentials`) and does not expose multiple distinct commands.",{"category":40,"check":141,"severity":63,"summary":142},"Overlapping near-synonym tools","This is a single-tool skill and does not have overlapping near-synonym tools.",{"category":44,"check":144,"severity":24,"summary":145},"Phantom features","All features mentioned in the SKILL.md and README, such as scanning specific sources and masking values, are implemented.",{"category":147,"check":148,"severity":24,"summary":149},"Install","Installation instruction","The README provides clear installation instructions, including adding the marketplace, installing the plugin, and running the setup wizard, with helpful tips.",{"category":151,"check":152,"severity":24,"summary":153},"Errors","Actionable error messages","The skill provides a clear table of configured vs. missing credentials and offers actionable follow-up prompts via AskUserQuestion.",{"category":104,"check":105,"severity":63,"summary":155},"The skill relies on system-installed tools and does not manage external script dependencies that require pinning.",{"category":33,"check":108,"severity":63,"summary":157},"The skill is read-only and does not perform state-changing operations, making a dry-run preview irrelevant.",{"category":111,"check":112,"severity":63,"summary":159},"The skill is a read-only audit tool and does not engage in remote calls or state-changing operations, thus not requiring idempotency or timeouts.",{"category":161,"check":162,"severity":24,"summary":163},"Safety","Halt on unexpected state","The skill's workflow implies that if a credential source is not found or is malformed, it will simply report it as missing or unconfigured, halting further action on that specific credential.",{"category":92,"check":165,"severity":24,"summary":166},"Cross-skill coupling","The skill is self-contained and focuses solely on credential auditing, with explicit cross-linking in the broader claude-ops documentation to related skills like `/ops:setup`.",{"category":40,"check":168,"severity":24,"summary":169},"Precise Purpose","The description clearly states the skill audits configured credentials, specifies the sources scanned, and provides clear use cases (seeing which integrations are set up vs. needing /ops:setup).",{"category":40,"check":171,"severity":24,"summary":172},"Concise Frontmatter","The SKILL.md frontmatter is dense, clearly stating the name, description, and argument hint, providing sufficient information for routing.",{"category":44,"check":174,"severity":24,"summary":175},"Concise Body","The SKILL.md body is concise, detailing the CLI/API reference and workflow steps, delegating deeper material to the README and other project docs.",{"category":177,"check":178,"severity":24,"summary":179},"Context","Progressive Disclosure","The SKILL.md outlines the core functionality, and details like the CLI/API reference and privacy guarantees are presented directly, with deeper project-wide documentation available in the README and wiki.",{"category":177,"check":181,"severity":63,"summary":182},"Forked exploration","This skill performs a direct audit and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":184,"severity":24,"summary":185},"Usage examples","The SKILL.md provides concrete CLI examples for running the command, filtering by service, and the JSON output, making it ready to use.",{"category":22,"check":187,"severity":24,"summary":188},"Edge cases","The documentation implicitly handles edge cases by listing credential sources in order and noting that only the first hit is reported. The offer of follow-up actions also addresses potential user needs after the initial audit.",{"category":118,"check":190,"severity":63,"summary":191},"Tool Fallback","This skill does not rely on external MCP servers or specific tooling that would require a fallback mechanism.",{"category":161,"check":162,"severity":24,"summary":193},"The skill's design to report missing credentials and offer follow-ups inherently halts the process for missing configurations, rather than proceeding with incomplete data.",1778692413612,"This skill audits configured integration credentials by scanning shell environment variables, preferences.json, Doppler, macOS Keychain, and Dashlane. It reports missing credentials and provides masked output of configured ones.",[197,198,199,200],"Audits credentials from shell env, preferences.json, Doppler, Keychain, Dashlane","Reports configured vs. missing credentials per service","Masks sensitive values (first6•••last4)","Offers follow-up actions for missing services or JSON export",[202,203,204],"Displaying raw secret values.","Writing to credential stores.","Performing automated setup of missing credentials (delegates to /ops:setup).","3.0.0","4.4.0","To provide a unified, secure view of configured integration credentials across various local and cloud-based stores, helping users identify which services need setup.","The extension is highly polished, with excellent documentation, clear scope, and robust security practices, including explicit handling of sensitive data and a strong commit history.",98,"A robust and secure skill for auditing integration credentials across multiple sources.",[212,213,214,215,216],"credentials","security","audit","devops","configuration","global","verified",[220,221,222],"When you need to see which integrations have keys set up.","When you need to identify services that still require configuration via /ops:setup.","When you want a consolidated, masked view of your secret store status.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":239},{"hasLockfile":225},true,1778692390441,{"descriptionLength":228,"readmeSize":229},335,22118,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":233,"pushedAt":234,"stars":235},6,4,2,1778673878000,9,{"hasNpmPackage":237,"license":238,"smitheryVerified":237},false,"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":241},1778692413735,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"claude-ops/skills/ops-credentials","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":257,"providers":294,"relations":310,"tags":311,"workflow":312},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":14},"Business operations command center for Claude Code — 35 skills, 18 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes /gtm go-to-market planner, /ops:projects portfolio dashboard, and YOLO mode for autonomous operation with 4 parallel C-suite agents.",{"claudeCode":254},"ops",{"basePath":245,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":256},"plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":268,"relations":288,"tags":290,"workflow":291},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":266,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":267},"","marketplace",{"evaluate":269,"extract":282},{"promptVersionExtension":270,"promptVersionScoring":206,"score":271,"tags":272,"targetMarket":217,"tier":218},"3.1.0",96,[273,274,275,276,277,278,279,280,281],"operations","business","dashboard","automation","productivity","aws","slack","whatsapp","monitoring",{"commitSha":283,"marketplace":284,"plugin":286},"HEAD",{"name":264,"pluginCount":285},1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd7d52tcek2e34r805zs06b10d86n39v",[276,278,274,275,281,273,277,279,280],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778692330594,1778692306427,{"evaluate":295,"extract":307},{"promptVersionExtension":205,"promptVersionScoring":206,"score":296,"tags":297,"targetMarket":217,"tier":306},85,[298,276,299,300,301,215,302,303,304,281,305],"business-operations","ai-agents","communications","project-management","marketing","finance","e-commerce","voice","community",{"commitSha":283,"license":238,"plugin":308},{"mcpCount":8,"provider":287,"skillCount":309},35,{"parentExtensionId":259,"repoId":289},[299,276,298,300,215,304,303,302,281,301,305],{"evaluatedAt":313,"extractAt":293,"updatedAt":313},1778692342046,{"evaluate":315,"extract":317},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":316,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":283},{"parentExtensionId":249,"repoId":289},{"_creationTime":320,"_id":289,"identity":321,"providers":322,"workflow":870},1778692301282.087,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":323,"discover":848,"github":851},{"commitSha":283,"extensions":324},[325,338,548,556,564,569,577,585,593,601,609,617,625,633,641,651,659,667,675,683,691,699,707,715,723,731,739,747,755,763,771,779,787,795,803,811,825,833],{"basePath":266,"description":262,"displayName":264,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":245,"description":252,"displayName":254,"installMethods":339,"license":238,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":18,"type":256},{"claudeCode":254},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[342,344,345,346,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546],{"path":343,"priority":331},".claude-plugin/plugin.json",{"path":333,"priority":331},{"path":335,"priority":336},{"path":347,"priority":348},"skills/ops/SKILL.md","medium",{"path":350,"priority":348},"skills/ops-comms/SKILL.md",{"path":352,"priority":348},"skills/ops-credentials/SKILL.md",{"path":354,"priority":348},"skills/ops-daemon/SKILL.md",{"path":356,"priority":348},"skills/ops-dash/SKILL.md",{"path":358,"priority":348},"skills/ops-deploy/SKILL.md",{"path":360,"priority":348},"skills/ops-deploy-fix/SKILL.md",{"path":362,"priority":348},"skills/ops-doctor/SKILL.md",{"path":364,"priority":348},"skills/ops-ecom/SKILL.md",{"path":366,"priority":348},"skills/ops-fires/SKILL.md",{"path":368,"priority":348},"skills/ops-go/SKILL.md",{"path":370,"priority":348},"skills/ops-gtm/SKILL.md",{"path":372,"priority":348},"skills/ops-inbox/SKILL.md",{"path":374,"priority":348},"skills/ops-integrate/SKILL.md",{"path":376,"priority":348},"skills/ops-linear/SKILL.md",{"path":378,"priority":348},"skills/ops-marketing/SKILL.md",{"path":380,"priority":348},"skills/ops-merge/SKILL.md",{"path":382,"priority":348},"skills/ops-monitor/SKILL.md",{"path":384,"priority":348},"skills/ops-next/SKILL.md",{"path":386,"priority":348},"skills/ops-orchestrate/SKILL.md",{"path":388,"priority":348},"skills/ops-package/SKILL.md",{"path":390,"priority":348},"skills/ops-projects/SKILL.md",{"path":392,"priority":348},"skills/ops-recap/SKILL.md",{"path":394,"priority":348},"skills/ops-revenue/SKILL.md",{"path":396,"priority":348},"skills/ops-rotate/SKILL.md",{"path":398,"priority":348},"skills/ops-rotate-setup/SKILL.md",{"path":400,"priority":348},"skills/ops-settings/SKILL.md",{"path":402,"priority":348},"skills/ops-speedup/SKILL.md",{"path":404,"priority":348},"skills/ops-status/SKILL.md",{"path":406,"priority":348},"skills/ops-triage/SKILL.md",{"path":408,"priority":348},"skills/ops-voice/SKILL.md",{"path":410,"priority":348},"skills/ops-whatsapp-biz/SKILL.md",{"path":412,"priority":348},"skills/ops-yolo/SKILL.md",{"path":414,"priority":348},"skills/setup/SKILL.md",{"path":416,"priority":348},"skills/uninstall/SKILL.md",{"path":418,"priority":331},".mcp.json",{"path":420,"priority":336},"agents/build-fixer.md",{"path":422,"priority":336},"agents/comms-scanner.md",{"path":424,"priority":336},"agents/daemon-agent.md",{"path":426,"priority":336},"agents/dependency-auditor.md",{"path":428,"priority":336},"agents/deploy-fixer.md",{"path":430,"priority":336},"agents/doctor-agent.md",{"path":432,"priority":336},"agents/general-purpose.md",{"path":434,"priority":336},"agents/infra-monitor.md",{"path":436,"priority":336},"agents/marketing-optimizer.md",{"path":438,"priority":336},"agents/memory-extractor.md",{"path":440,"priority":336},"agents/monitor-agent.md",{"path":442,"priority":336},"agents/project-scanner.md",{"path":444,"priority":336},"agents/revenue-tracker.md",{"path":446,"priority":336},"agents/triage-agent.md",{"path":448,"priority":336},"agents/yolo-ceo.md",{"path":450,"priority":336},"agents/yolo-cfo.md",{"path":452,"priority":336},"agents/yolo-coo.md",{"path":454,"priority":336},"agents/yolo-cto.md",{"path":456,"priority":457},"bin/ops-autofix","low",{"path":459,"priority":457},"bin/ops-ci",{"path":461,"priority":457},"bin/ops-credentials",{"path":463,"priority":457},"bin/ops-dash",{"path":465,"priority":457},"bin/ops-deploy-fix-build-trigger",{"path":467,"priority":457},"bin/ops-deploy-fix-merge-trigger",{"path":469,"priority":457},"bin/ops-discord",{"path":471,"priority":457},"bin/ops-discover-external",{"path":473,"priority":457},"bin/ops-doctor",{"path":475,"priority":457},"bin/ops-ecom-health",{"path":477,"priority":457},"bin/ops-external",{"path":479,"priority":457},"bin/ops-gather",{"path":481,"priority":457},"bin/ops-git",{"path":483,"priority":457},"bin/ops-gsd-states",{"path":485,"priority":457},"bin/ops-infra",{"path":487,"priority":457},"bin/ops-marketing-dash",{"path":489,"priority":457},"bin/ops-merge-scan",{"path":491,"priority":457},"bin/ops-no-rm-rf-anchor",{"path":493,"priority":457},"bin/ops-post-session-cleanup",{"path":495,"priority":457},"bin/ops-post-update-migrate",{"path":497,"priority":457},"bin/ops-pretool-wacli-health",{"path":499,"priority":457},"bin/ops-pretool-whatsapp-bridge-health",{"path":501,"priority":457},"bin/ops-prevent-secret-commit",{"path":503,"priority":457},"bin/ops-projects",{"path":505,"priority":457},"bin/ops-prs",{"path":507,"priority":457},"bin/ops-setup-complete",{"path":509,"priority":457},"bin/ops-setup-detect",{"path":511,"priority":457},"bin/ops-setup-install",{"path":513,"priority":457},"bin/ops-setup-preflight",{"path":515,"priority":457},"bin/ops-shopify-create",{"path":517,"priority":457},"bin/ops-slack-autolink.mjs",{"path":519,"priority":457},"bin/ops-slack-workspaces",{"path":521,"priority":457},"bin/ops-speedup",{"path":523,"priority":457},"bin/ops-status",{"path":525,"priority":457},"bin/ops-suggest-specialized-agent",{"path":527,"priority":457},"bin/ops-task-reminder",{"path":529,"priority":457},"bin/ops-telegram-autolink.mjs",{"path":531,"priority":457},"bin/ops-unread",{"path":533,"priority":457},"bin/ops-warn-mainpush",{"path":535,"priority":457},"bin/ops-welcome",{"path":537,"priority":457},"bin/wacli-health",{"path":539,"priority":457},"bin/wacli-safe",{"path":541,"priority":336},"hooks/hooks.json",{"path":543,"priority":336},"hooks/recap-capture.sh",{"path":545,"priority":336},"hooks/recap-tool-activity.sh",{"path":547,"priority":457},"output-styles/ops-briefing.md",{"basePath":549,"description":550,"displayName":254,"installMethods":551,"rationale":552,"selectedPaths":553,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops","Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops/SKILL.md",[554],{"path":555,"priority":331},"SKILL.md",{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-comms","Send and read messages across all channels. Routes based on arguments — whatsapp, email, slack, telegram, discord, notion, or natural language like \"send [msg] to [contact]\". WhatsApp via mcp__whatsapp__* (Baileys bridge).","ops-comms",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-comms/SKILL.md",[563],{"path":555,"priority":331},{"basePath":243,"description":10,"displayName":13,"installMethods":565,"rationale":566,"selectedPaths":567,"source":337,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-credentials/SKILL.md",[568],{"path":555,"priority":331},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-daemon","Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.","ops-daemon",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-daemon/SKILL.md",[576],{"path":555,"priority":331},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-dash","Interactive pixel-art command center dashboard. Visual business HQ with instant hotkey navigation to all ops commands, live status indicators, fire alerts, C-suite reports, settings, sharing, and FAQ.","ops-dash",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-dash/SKILL.md",[584],{"path":555,"priority":331},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-deploy","Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.","ops-deploy",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy/SKILL.md",[592],{"path":555,"priority":331},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-deploy-fix","Inspect and control the deploy/build auto-fix subsystem. Use for `/ops:deploy-fix status` (last monitor runs, fixer dispatches, locks, hourly budget), `/ops:deploy-fix tail` (follow latest fixer log), `/ops:deploy-fix configure` (re-run the wizard), and `/ops:deploy-fix test` (synthetic dry-run through the pipeline). Trigger when the user mentions deploy auto-fix, post-merge monitor, build fixer, fix budget, fix-agent log, or asks why a deploy didn't get auto-fixed.","ops-deploy-fix",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy-fix/SKILL.md",[600],{"path":555,"priority":331},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-doctor","Health check and auto-repair for the ops plugin. Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files — then spawns an agent to fix everything automatically.","ops-doctor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-doctor/SKILL.md",[608],{"path":555,"priority":331},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-ecom","Shopify store command center. Orders, inventory, fulfillment, analytics, and store health. Works with any Shopify store via Admin API.","ops-ecom",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-ecom/SKILL.md",[616],{"path":555,"priority":331},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-fires","Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.","ops-fires",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-fires/SKILL.md",[624],{"path":555,"priority":331},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-go","Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.","ops-go",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-go/SKILL.md",[632],{"path":555,"priority":331},{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-gtm","Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.","ops-gtm",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-gtm/SKILL.md",[640],{"path":555,"priority":331},{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-inbox","Full inbox management across all channels — WhatsApp (whatsmeow bridge via mcp__whatsapp__*), Email (Gmail MCP), Slack (MCP), Telegram (user-auth MCP), Discord (webhook + REST read), Notion (MCP — comments, mentions, assigned tasks). Scans FULL inbox (not just unread), identifies messages needing replies, archives handled conversations.","ops-inbox",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-inbox/SKILL.md",[648,649],{"path":555,"priority":331},{"path":650,"priority":348},"CHANNELS.md",{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-integrate","Add any SaaS API as a first-class integration. Provide the service name — ops-integrate discovers auth patterns, tests connectivity, and registers the API in your partner registry so it's available to other skills.","ops-integrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-integrate/SKILL.md",[658],{"path":555,"priority":331},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-linear","Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.","ops-linear",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-linear/SKILL.md",[666],{"path":555,"priority":331},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-marketing","Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.","ops-marketing",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-marketing/SKILL.md",[674],{"path":555,"priority":331},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-merge","Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.","ops-merge",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-merge/SKILL.md",[682],{"path":555,"priority":331},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-monitor","Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.","ops-monitor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-monitor/SKILL.md",[690],{"path":555,"priority":331},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-next/SKILL.md",[698],{"path":555,"priority":331},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-orchestrate/SKILL.md",[706],{"path":555,"priority":331},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[714],{"path":555,"priority":331},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-projects","Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.","ops-projects",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[722],{"path":555,"priority":331},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-recap","Manage the multi-session recap marquee daemon — a background process that synthesizes a one-line digest across all parallel Claude Code sessions and shell activity, displayed in tmux status-right. Subcommands status/tail/configure/restart.","ops-recap",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[730],{"path":555,"priority":331},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-revenue/SKILL.md",[738],{"path":555,"priority":331},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-rotate","Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.","ops-rotate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[746],{"path":555,"priority":331},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-rotate-setup","Interactive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-\u003Caccount_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.","ops-rotate-setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate-setup/SKILL.md",[754],{"path":555,"priority":331},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-settings","Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.","ops-settings",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-settings/SKILL.md",[762],{"path":555,"priority":331},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-speedup","Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.","ops-speedup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-speedup/SKILL.md",[770],{"path":555,"priority":331},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-status","Lightweight green/red status panel for every configured integration. No gather, no actions.","ops-status",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-status/SKILL.md",[778],{"path":555,"priority":331},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-triage","Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.","ops-triage",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-triage/SKILL.md",[786],{"path":555,"priority":331},{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-voice","Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.","ops-voice",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-voice/SKILL.md",[794],{"path":555,"priority":331},{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-whatsapp-biz","WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.","ops-whatsapp-biz",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-whatsapp-biz/SKILL.md",[802],{"path":555,"priority":331},{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/ops-yolo","YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.","ops-yolo",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-yolo/SKILL.md",[810],{"path":555,"priority":331},{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/setup","Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.","setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/setup/SKILL.md",[818,819,821,823],{"path":555,"priority":331},{"path":820,"priority":348},"CLI-REFERENCE.md",{"path":822,"priority":348},"REFERENCE.md",{"path":824,"priority":348},"SHARED.md",{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":337,"sourceLanguage":18,"type":246},"claude-ops/skills/uninstall","Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.","uninstall",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/uninstall/SKILL.md",[832],{"path":555,"priority":331},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"license":238,"rationale":838,"selectedPaths":839,"source":337,"sourceLanguage":18,"type":847},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":836},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[840,842,844,845],{"path":841,"priority":331},"server.json",{"path":843,"priority":331},"package.json",{"path":333,"priority":331},{"path":846,"priority":348},"index.js","mcp",{"sources":849},[850],"manual",{"closedIssues90d":231,"description":852,"forks":232,"homepage":853,"license":238,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":854},"Business operating system for Claude Code — 25 skills, 13 agents, smart daemon. Unified inbox (WhatsApp/Email/Slack/Telegram), autonomous PR merge, full-AWS monitoring, revenue (Stripe+RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4), voice (Bland/ElevenLabs), APM (Datadog/NewRelic/OTEL), YOLO mode.","https://github.com/Lifecycle-Innovations-Limited/claude-ops/wiki",[855,298,856,857,215,858,859,278,860,861,847,862,863,864,865,866,867,868,302,869],"ai-agent","claude-code","claude-code-plugin","ai-automation","anthropic","claude","inbox-zero","morning-briefing","pr-automation","terminal","agent-teams","autonomous-agent","ecommerce","klaviyo","shopify",{"classifiedAt":871,"discoverAt":872,"extractAt":873,"githubAt":873,"updatedAt":871},1778692306008,1778692301282,1778692304144,[214,216,212,215,213],{"evaluatedAt":241,"extractAt":293,"updatedAt":241},[],[878,907,941,965,994,1018],{"_creationTime":879,"_id":880,"community":881,"display":882,"identity":888,"providers":892,"relations":900,"tags":903,"workflow":904},1778675056600.2393,"k17ct63reqgdem6s75y0b76kn186m8xs",{"reviewCount":8},{"description":883,"installMethods":884,"name":886,"sourceUrl":887},"Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for \"run ship gate\", \"am I ready to ship\", \"pre-launch audit\", \"can I deploy\", \"push to production\", \"go live checklist\", \"preflight check\". Not for CI/CD setup or infra provisioning.\n",{"claudeCode":885},"alirezarezvani/claude-skills","ship-gate","https://github.com/alirezarezvani/claude-skills",{"basePath":889,"githubOwner":890,"githubRepo":891,"locale":18,"slug":886,"type":246},"engineering/skills/ship-gate","alirezarezvani","claude-skills",{"evaluate":893,"extract":899},{"promptVersionExtension":205,"promptVersionScoring":206,"score":894,"tags":895,"targetMarket":217,"tier":218},100,[213,896,897,214,898,215],"code-quality","deployment","checklist",{"commitSha":283,"license":238},{"parentExtensionId":901,"repoId":902},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[214,898,896,897,215,213],{"evaluatedAt":905,"extractAt":906,"updatedAt":905},1778679066333,1778675056600,{"_creationTime":908,"_id":909,"community":910,"display":911,"identity":917,"providers":923,"relations":932,"tags":936,"workflow":937},1778693805112.8403,"k177f7s31ysk6nw1qw3sak1r3186n795",{"reviewCount":8},{"description":912,"installMethods":913,"name":915,"sourceUrl":916},"Evolution Engine 的领域知识 — 支持 LLM 从原始 OHLCV 数据中自主发现策略。涵盖生成-回测-选择-进化循环、向量化回测、样本外验证和策略梯度。在发现交易模式、运行回测、进化策略或审查进化日志时使用。由“evolve”、“discover patterns”、“backtest”、“evolution”、“strategy generation”、“candidate strategy”触发。",{"claudeCode":914},"mnemox-ai/tradememory-protocol","TradeMemory Protocol","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":918,"githubOwner":919,"githubRepo":920,"locale":921,"slug":922,"type":246},"tradememory-plugin/skills/evolution-engine","mnemox-ai","tradememory-protocol","zh-CN","evolution-engine",{"evaluate":924,"extract":931},{"promptVersionExtension":205,"promptVersionScoring":206,"score":894,"tags":925,"targetMarket":217,"tier":218},[926,927,928,214,929,930],"trading","ai","memory","compliance","llm",{"commitSha":283,"license":238},{"parentExtensionId":933,"repoId":934,"translatedFrom":935},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",[927,214,929,930,928,926],{"evaluatedAt":938,"extractAt":939,"updatedAt":940},1778693678813,1778693539593,1778693805112,{"_creationTime":942,"_id":943,"community":944,"display":945,"identity":949,"providers":951,"relations":960,"tags":962,"workflow":963},1778675056600.272,"k17drhnkxx2ec1cdbwc65e683586n4pq",{"reviewCount":8},{"description":946,"installMethods":947,"name":948,"sourceUrl":887},"GDPR and German DSGVO compliance automation. Scans codebases for privacy risks, generates DPIA documentation, tracks data subject rights requests. Use for GDPR compliance assessments, privacy audits, data protection planning, DPIA generation, and data subject rights management.",{"claudeCode":885},"gdpr-dsgvo-expert",{"basePath":950,"githubOwner":890,"githubRepo":891,"locale":18,"slug":948,"type":246},"ra-qm-team/skills/gdpr-dsgvo-expert",{"evaluate":952,"extract":959},{"promptVersionExtension":205,"promptVersionScoring":206,"score":894,"tags":953,"targetMarket":217,"tier":218},[954,955,929,956,214,957,958],"gdpr","dsgvo","privacy","documentation","python",{"commitSha":283},{"parentExtensionId":961,"repoId":902},"k17c1bwyjkg950q3ft43gvpadh86nyng",[214,929,957,955,954,956,958],{"evaluatedAt":964,"extractAt":906,"updatedAt":964},1778686181462,{"_creationTime":966,"_id":967,"community":968,"display":969,"identity":975,"providers":979,"relations":987,"tags":990,"workflow":991},1778668208695.1445,"k172151wzg7h0b8j25hjm4024x86ngbp",{"reviewCount":8},{"description":970,"installMethods":971,"name":973,"sourceUrl":974},"Prioritized redesign action plan covering quick wins, medium effort, major rework",{"claudeCode":972},"Aboudjem/ui-ux-suite","refactor-plan","https://github.com/Aboudjem/ui-ux-suite",{"basePath":976,"githubOwner":977,"githubRepo":978,"locale":18,"slug":973,"type":246},"skills/refactor-plan","Aboudjem","ui-ux-suite",{"evaluate":980,"extract":986},{"promptVersionExtension":205,"promptVersionScoring":206,"score":894,"tags":981,"targetMarket":217,"tier":218},[982,983,214,984,985],"design-system","ux","cli","javascript",{"commitSha":283,"license":238},{"parentExtensionId":988,"repoId":989},"k178zeec8jajqdrczrynw6x3fx86mm8h","kd75532596tdmk72j9k55b0qqn86n5et",[214,984,982,985,983],{"evaluatedAt":992,"extractAt":993,"updatedAt":992},1778670100990,1778668208695,{"_creationTime":995,"_id":996,"community":997,"display":998,"identity":1002,"providers":1005,"relations":1014,"tags":1015,"workflow":1016},1778668208695.1453,"k176sf1kx7rrk3aq3ywq0dfdrs86mwp1",{"reviewCount":8},{"description":999,"installMethods":1000,"name":1001,"sourceUrl":974},"Typography-only audit covering font selection, type scale, readability, hierarchy, performance",{"claudeCode":972},"Type Audit",{"basePath":1003,"githubOwner":977,"githubRepo":978,"locale":18,"slug":1004,"type":246},"skills/type-audit","type-audit",{"evaluate":1006,"extract":1013},{"promptVersionExtension":205,"promptVersionScoring":206,"score":894,"tags":1007,"targetMarket":217,"tier":218},[1008,983,1009,214,1010,1011,1012],"design","typography","css","web-development","frontend",{"commitSha":283,"license":238},{"parentExtensionId":988,"repoId":989},[214,1010,1008,1012,1009,983,1011],{"evaluatedAt":1017,"extractAt":993,"updatedAt":1017},1778670163933,{"_creationTime":1019,"_id":1020,"community":1021,"display":1022,"identity":1026,"providers":1028,"relations":1034,"tags":1035,"workflow":1036},1778668208695.1426,"k177xnn65jm40ksxjy30q34rmh86mah9",{"reviewCount":8},{"description":1023,"installMethods":1024,"name":1025,"sourceUrl":974},"Component consistency audit covering state coverage, hierarchy, patterns",{"claudeCode":972},"component-audit",{"basePath":1027,"githubOwner":977,"githubRepo":978,"locale":18,"slug":1025,"type":246},"skills/component-audit",{"evaluate":1029,"extract":1033},{"promptVersionExtension":205,"promptVersionScoring":206,"score":894,"tags":1030,"targetMarket":217,"tier":218},[1031,983,1008,214,1032,1012],"ui","components",{"commitSha":283},{"parentExtensionId":988,"repoId":989},[214,1032,1008,1012,1031,983],{"evaluatedAt":1037,"extractAt":993,"updatedAt":1037},1778669970573]