[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-resend-agent-email-inbox-en":3,"guides-for-resend-agent-email-inbox":517,"similar-k17cp11yfqm2h4mhxwbe2tdw5586n4e6-en":518},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":261,"isFallback":244,"parentExtension":266,"providers":321,"relations":325,"repo":326,"tags":514,"workflow":515},1778696533230.1174,"k17cp11yfqm2h4mhxwbe2tdw5586n4e6",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow processing untrusted inbound email. Always use this skill when the user wants to receive emails and act on them programmatically, even if they don't mention \"agent\" — the skill contains critical security patterns (sender allowlists, content filtering, sandboxed processing) that prevent untrusted email from controlling your system.",{"claudeCode":12},"resend/resend-skills","AI Agent Email Inbox","https://github.com/resend/resend-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":242,"workflow":259},1778696581451.1145,"kn788rh95544915n82hene0f0s86mesm","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":210,"promptVersionExtension":214,"promptVersionScoring":215,"purpose":216,"rationale":217,"score":218,"summary":219,"tags":220,"targetMarket":226,"tier":227,"useCases":228,"workflow":233},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,139,142,145,148,152,155,158,161,164,167,170,174,178,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of building secure email inboxes for AI agents and identifies untrusted inbound email as a core pain point.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by implementing critical security patterns (sender allowlists, content filtering, sandboxed processing) specifically for handling untrusted inbound email, which is beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for setting up a secure email inbox, including setup, security configuration, webhook handling, and agent integration, with clear documentation and code examples.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on handling inbound emails securely for AI agents, without extending into unrelated domains like general email sending or complex data processing.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, emphasizing security patterns and its purpose for AI agent inboxes and email-to-task pipelines.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The skill clearly defines its purpose (secure email inbox for AI agents) and use cases (processing untrusted inbound email), with explicit boundaries around security patterns.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and security focus of the email inbox skill.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is well-structured and under 500 lines, with deeper implementation details deferred to reference files.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md effectively uses `references/` files for detailed implementation code of security levels and webhook setup, adhering to progressive disclosure.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill is not an exploration or audit-style skill and does not involve deep code review or multi-file inspection.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The skill provides clear, ready-to-use examples for webhook setup in Next.js and Express, demonstrating input, invocation, and expected outcome.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation addresses potential issues like SDK versioning, webhook errors, tunneling limitations, and common mistakes, providing clear recovery steps.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill does not reference external MCP servers or custom tools that would require a fallback path.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The skill implicitly halts by returning an error or rejecting processing for unexpected states like unverified senders or incorrect configurations.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and focuses solely on email inbox functionality, without implicitly relying on or silently handling tasks of other skills.",{"category":33,"check":77,"severity":56,"summary":78},"Scoped tools","This skill does not expose tools directly; its functionality is integrated into the agent's workflow via webhook processing and configuration.",{"category":47,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","All environment variables, their purposes, and security configurations are clearly documented in the SKILL.md and environment variable sections.",{"category":33,"check":83,"severity":56,"summary":84},"Tool naming","This skill does not expose distinct tools or commands; its functionality is integrated programmatically via webhooks.",{"category":33,"check":86,"severity":56,"summary":87},"Minimal I/O surface","This skill does not expose explicit tools with parameter schemas or response shapes; its I/O is managed through webhook events and API interactions.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The license is MIT, clearly stated in the LICENSE file and SKILL.md, which is a permissive open-source license.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository has recent commits, with the latest push date being May 4, 2026, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The documentation specifies minimum SDK versions for various languages and provides installation instructions, indicating awareness of dependency requirements.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","The documentation strongly advises against pasting API keys in chat and recommends secure methods like environment files or password managers, and the skill itself does not echo secrets.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill emphasizes treating email content as untrusted input and includes security patterns like webhook signature verification to prevent injection attacks.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill relies on the Resend SDK and webhook verification, and does not fetch external code or markdown for execution, thus avoiding transitive supply-chain risks.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill's logic, focused on webhook processing and agent integration, does not involve file system operations outside of configuration or code execution that would violate sandbox isolation.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","The provided code examples for webhook handling and agent integration do not contain detached-process spawns or deny-retry loops that could indicate sandbox escape attempts.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill's focus is on processing email content for an agent, and the documentation emphasizes security and does not instruct on reading or submitting confidential data to third parties.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content and documentation appear to be free of hidden-steering tricks, control characters, or invisible Unicode tags.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The provided code examples are in plain, readable TypeScript and JavaScript, with no evidence of obfuscation, base64 payloads, or runtime code fetching.",{"category":73,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill makes no assumptions about the user's project structure beyond requiring environment variables and a webhook endpoint.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","With 1 open issue and 1 closed issue in the last 90 days, the closure rate is 50%, indicating good maintainer engagement.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The skill has a `manifestVersion` of 3.0.2 and mentions SDK version requirements, indicating a clear versioning scheme.",{"category":65,"check":137,"severity":24,"summary":138},"Validation","The webhook verification process (`resend.webhooks.verify`) inherently validates input signatures, and the code examples show basic checks for sender and domain, aligning with validation principles.",{"category":100,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","The skill primarily handles inbound email processing and webhook verification, which are not inherently destructive operations and do not require confirmation gates.",{"category":65,"check":143,"severity":24,"summary":144},"Error Handling","The provided code examples include try-catch blocks for webhook processing and API calls, returning meaningful error messages and status codes.",{"category":65,"check":146,"severity":24,"summary":147},"Logging","The code examples demonstrate logging for rejected emails and webhook errors, aiding in auditing and troubleshooting.",{"category":149,"check":150,"severity":24,"summary":151},"Compliance","GDPR","The skill focuses on processing email metadata and content for agent action, and the documentation emphasizes security measures, indicating no direct handling of personal data without sanitization.",{"category":149,"check":153,"severity":24,"summary":154},"Target market","The extension is designed for general use with email processing and does not exhibit regional or jurisdictional logic, making it globally applicable.",{"category":73,"check":156,"severity":24,"summary":157},"Runtime stability","The skill's code examples are written in standard JavaScript/TypeScript and rely on common Node.js environments or SDKs, with no specific OS or shell assumptions.",{"category":47,"check":159,"severity":24,"summary":160},"README","The README file exists, clearly states the plugin's purpose, lists available skills, and provides installation and prerequisite information.",{"category":33,"check":162,"severity":56,"summary":163},"Tool surface size","This is a skill, not a CLI or MCP server, and does not expose a list of tools/commands in the same manner.",{"category":40,"check":165,"severity":56,"summary":166},"Overlapping near-synonym tools","The skill does not expose specific tools that could have overlapping near-synonym names.",{"category":47,"check":168,"severity":24,"summary":169},"Phantom features","All advertised features related to secure email inbox setup and processing have corresponding implementations and documentation within the skill's files.",{"category":171,"check":172,"severity":24,"summary":173},"Install","Installation instruction","The README provides clear installation instructions using `npx skills add` and prerequisite information, including API key setup.",{"category":175,"check":176,"severity":24,"summary":177},"Errors","Actionable error messages","The code examples and documentation provide actionable error messages for webhook failures, signature verification issues, and SDK version problems.",{"category":179,"check":180,"severity":24,"summary":181},"Execution","Pinned dependencies","The documentation clearly lists minimum SDK versions for various languages, encouraging users to use up-to-date and implicitly pinned dependencies for reliability.",{"category":33,"check":183,"severity":56,"summary":184},"Dry-run preview","The skill's primary function is email reception and processing, which does not involve state-changing operations that would typically benefit from a dry-run preview.",{"category":186,"check":187,"severity":24,"summary":188},"Protocol","Idempotent retry & timeouts","The webhook retry behavior is handled by Resend, and the code examples include try-catch blocks which can be extended to enforce timeouts for API calls if needed.",{"category":149,"check":190,"severity":24,"summary":191},"Telemetry opt-in","The skill does not appear to emit any telemetry, and the documentation focuses on user-driven security configurations rather than automated data collection.",1778696581338,"This skill enables AI agents to securely receive and process incoming emails via Resend webhooks. It enforces critical security patterns like sender validation, content filtering, and sandboxed processing to prevent untrusted email from controlling the system.",[195,196,197,198,199],"Secure inbound email processing","Webhook-based real-time notifications","Configurable security levels (strict, domain, filtered, sandboxed)","Webhook signature verification","API for webhook registration",[201,202,203,204],"Processing emails without any validation","Trusting email headers for authentication","Executing code directly from email content","Mixing untrusted input directly into agent prompts without sanitization",[206,207,208,209],"Webhook security","Input validation","Rate limiting","Content filtering",[211,212,213],"A Resend account with a verified domain","Resend API key stored in RESEND_API_KEY environment variable","Resend SDK installed and updated for the project's language","3.0.0","4.4.0","To build secure and responsive AI agent inboxes or email-to-task pipelines that can programmatically receive and act on emails.","The skill has an exceptionally high level of polish, security, and documentation. No critical or warning findings were identified.",99,"A robust and secure skill for handling inbound emails, ideal for AI agents.",[221,222,223,224,225],"email","security","agent","webhook","resend","global","verified",[229,230,231,232],"Creating AI agent inboxes for automated support or task management","Building email-to-task pipelines","Processing untrusted inbound email programmatically","Integrating email reception into agent workflows",[234,235,236,237,238,239,240,241],"Set up Resend account and domain.","Choose security level for email processing.","Configure MX records for custom domain (if applicable).","Create webhook endpoint using Resend SDK or API.","Verify webhook signatures on incoming requests.","Retrieve email content using Resend SDK.","Apply chosen security level to validate sender and content.","Pass validated email content to the AI agent for processing.",{"codeQuality":243,"collectedAt":245,"documentation":246,"maintenance":249,"security":255,"testCoverage":257},{"hasLockfile":244},false,1778696564639,{"descriptionLength":247,"readmeSize":248},487,2062,{"closedIssues90d":250,"forks":251,"hasChangelog":244,"manifestVersion":252,"openIssues90d":250,"pushedAt":253,"stars":254},1,15,"3.0.2",1777906156000,111,{"hasNpmPackage":244,"license":256,"smitheryVerified":244},"MIT",{"hasCi":258,"hasTests":244},true,{"updatedAt":260},1778696581451,{"basePath":262,"githubOwner":225,"githubRepo":263,"locale":18,"slug":264,"type":265},"skills/agent-email-inbox","resend-skills","agent-email-inbox","skill",{"_creationTime":267,"_id":268,"community":269,"display":270,"identity":273,"parentExtension":276,"providers":306,"relations":316,"tags":317,"workflow":318},1778696533230.1172,"k17e91baw6wvqg8say0n2zw4w586nbwz",{"reviewCount":8},{"description":271,"installMethods":272,"name":225,"sourceUrl":14},"Skills and MCP server for the Resend email platform — sending, receiving, templates, CLI, React Email, and deliverability best practices.",{"claudeCode":225},{"basePath":274,"githubOwner":225,"githubRepo":263,"locale":18,"slug":263,"type":275},"","plugin",{"_creationTime":277,"_id":278,"community":279,"display":280,"identity":283,"providers":285,"relations":299,"tags":301,"workflow":302},1778696533230.117,"k1713qz1ava5stvkd8vzhg3q7186mqdq",{"reviewCount":8},{"description":281,"installMethods":282,"name":263,"sourceUrl":14},"Resend email skills for Claude Code",{"claudeCode":12},{"basePath":274,"githubOwner":225,"githubRepo":263,"locale":18,"slug":263,"type":284},"marketplace",{"evaluate":286,"extract":294},{"promptVersionExtension":287,"promptVersionScoring":215,"score":288,"tags":289,"targetMarket":226,"tier":293},"3.1.0",75,[221,225,290,291,292],"developer-tools","api","coding-assistant","community",{"commitSha":295,"marketplace":296,"plugin":297},"HEAD",{"name":263,"pluginCount":250},{"mcpCount":8,"provider":298,"skillCount":8},"classify",{"repoId":300},"kd741nq7jmn7kv186fmzaaytzh86nzme",[291,292,290,221,225],{"evaluatedAt":303,"extractAt":304,"updatedAt":305},1778696547958,1778696533230,1778696702826,{"evaluate":307,"extract":313},{"promptVersionExtension":214,"promptVersionScoring":215,"score":308,"tags":309,"targetMarket":226,"tier":227},95,[221,225,310,311,312,291,290],"smtp","cli","mcp",{"commitSha":295,"license":256,"plugin":314},{"mcpCount":8,"provider":298,"skillCount":315},5,{"parentExtensionId":278,"repoId":300},[291,311,290,221,312,225,310],{"evaluatedAt":319,"extractAt":304,"updatedAt":320},1778696564340,1778696703050,{"evaluate":322,"extract":324},{"promptVersionExtension":214,"promptVersionScoring":215,"score":218,"tags":323,"targetMarket":226,"tier":227},[221,222,223,224,225],{"commitSha":295,"license":256},{"parentExtensionId":268,"repoId":300},{"_creationTime":327,"_id":300,"identity":328,"providers":329,"workflow":510},1778696528193.8503,{"githubOwner":225,"githubRepo":263,"sourceUrl":14},{"classify":330,"discover":504,"github":507},{"commitSha":295,"extensions":331},[332,345,370,382,410,430,477],{"basePath":274,"description":281,"displayName":263,"installMethods":333,"rationale":334,"selectedPaths":335,"source":344,"sourceLanguage":18,"type":284},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[336,339,341],{"path":337,"priority":338},".claude-plugin/marketplace.json","mandatory",{"path":340,"priority":338},"README.md",{"path":342,"priority":343},"LICENSE","high","rule",{"basePath":274,"description":271,"displayName":225,"installMethods":346,"license":256,"rationale":347,"selectedPaths":348,"source":344,"sourceLanguage":18,"type":275},{"claudeCode":225},"plugin manifest at .claude-plugin/plugin.json",[349,351,352,353,356,358,360,362,364,366,368],{"path":350,"priority":338},".claude-plugin/plugin.json",{"path":340,"priority":338},{"path":342,"priority":343},{"path":354,"priority":355},"skills/agent-email-inbox/SKILL.md","medium",{"path":357,"priority":355},"skills/email-best-practices/SKILL.md",{"path":359,"priority":355},"skills/react-email/SKILL.md",{"path":361,"priority":355},"skills/resend/SKILL.md",{"path":363,"priority":355},"skills/resend-cli/SKILL.md",{"path":365,"priority":338},".mcp.json",{"path":367,"priority":343},".codex-plugin/plugin.json",{"path":369,"priority":343},".cursor-plugin/plugin.json",{"basePath":262,"description":10,"displayName":264,"installMethods":371,"rationale":372,"selectedPaths":373,"source":344,"sourceLanguage":18,"type":265},{"claudeCode":12},"SKILL.md frontmatter at skills/agent-email-inbox/SKILL.md",[374,376,378,380],{"path":375,"priority":338},"SKILL.md",{"path":377,"priority":355},"references/advanced-patterns.md",{"path":379,"priority":355},"references/security-levels.md",{"path":381,"priority":355},"references/webhook-setup.md",{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":344,"sourceLanguage":18,"type":265},"skills/email-best-practices","Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.","email-best-practices",{"claudeCode":12},"SKILL.md frontmatter at skills/email-best-practices/SKILL.md",[389,390,392,394,396,398,400,402,404,406,408],{"path":375,"priority":338},{"path":391,"priority":355},"references/compliance.md",{"path":393,"priority":355},"references/deliverability.md",{"path":395,"priority":355},"references/email-capture.md",{"path":397,"priority":355},"references/email-types.md",{"path":399,"priority":355},"references/list-management.md",{"path":401,"priority":355},"references/marketing-emails.md",{"path":403,"priority":355},"references/sending-reliability.md",{"path":405,"priority":355},"references/transactional-email-catalog.md",{"path":407,"priority":355},"references/transactional-emails.md",{"path":409,"priority":355},"references/webhooks-events.md",{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":344,"sourceLanguage":18,"type":265},"skills/react-email","Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. Covers welcome emails, password resets, notifications, order confirmations, newsletters, transactional emails, and the embeddable email editor component.","react-email",{"claudeCode":12},"SKILL.md frontmatter at skills/react-email/SKILL.md",[417,418,420,422,424,426,428],{"path":375,"priority":338},{"path":419,"priority":355},"references/COMPONENTS.md",{"path":421,"priority":355},"references/EDITOR.md",{"path":423,"priority":355},"references/I18N.md",{"path":425,"priority":355},"references/PATTERNS.md",{"path":427,"priority":355},"references/SENDING.md",{"path":429,"priority":355},"references/STYLING.md",{"basePath":431,"description":432,"displayName":225,"installMethods":433,"rationale":434,"selectedPaths":435,"source":344,"sourceLanguage":18,"type":265},"skills/resend","Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates, tracking delivery events, managing domains, contacts, broadcasts, webhooks, API keys, automations, events, viewing API request logs, or setting up the Resend SDK. Always use this skill when the user mentions Resend, even for simple tasks like \"send an email with Resend\" — the skill contains critical gotchas (idempotency keys, webhook verification, template variable syntax) that prevent common production issues.",{"claudeCode":12},"SKILL.md frontmatter at skills/resend/SKILL.md",[436,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475],{"path":375,"priority":338},{"path":438,"priority":355},"references/api-keys.md",{"path":440,"priority":355},"references/automations.md",{"path":442,"priority":355},"references/broadcasts.md",{"path":444,"priority":355},"references/contact-properties.md",{"path":446,"priority":355},"references/contacts.md",{"path":448,"priority":355},"references/domains.md",{"path":450,"priority":355},"references/events.md",{"path":452,"priority":355},"references/fetch-all-templates.mjs",{"path":454,"priority":355},"references/installation.md",{"path":456,"priority":355},"references/logs.md",{"path":458,"priority":355},"references/receiving.md",{"path":460,"priority":355},"references/segments.md",{"path":462,"priority":355},"references/sending/batch-email-examples.md",{"path":464,"priority":355},"references/sending/best-practices.md",{"path":466,"priority":355},"references/sending/email-management.md",{"path":468,"priority":355},"references/sending/overview.md",{"path":470,"priority":355},"references/sending/single-email-examples.md",{"path":472,"priority":355},"references/templates.md",{"path":474,"priority":355},"references/topics.md",{"path":476,"priority":355},"references/webhooks.md",{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":344,"sourceLanguage":18,"type":265},"skills/resend-cli","Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events via the `resend` CLI. Use when the user wants to run Resend commands in the shell, scripts, or CI/CD pipelines, or send/preview React Email templates. Always load this skill before running `resend` commands — it contains the non-interactive flag contract and gotchas that prevent silent failures.\n","resend-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/resend-cli/SKILL.md",[484,485,486,488,489,490,491,492,493,495,497,498,499,500,501,502],{"path":375,"priority":338},{"path":438,"priority":355},{"path":487,"priority":355},"references/auth.md",{"path":440,"priority":355},{"path":442,"priority":355},{"path":444,"priority":355},{"path":446,"priority":355},{"path":448,"priority":355},{"path":494,"priority":355},"references/emails.md",{"path":496,"priority":355},"references/error-codes.md",{"path":456,"priority":355},{"path":460,"priority":355},{"path":472,"priority":355},{"path":474,"priority":355},{"path":476,"priority":355},{"path":503,"priority":355},"references/workflows.md",{"sources":505},[506],"manual",{"closedIssues90d":250,"description":508,"forks":251,"license":256,"openIssues90d":250,"pushedAt":253,"readmeSize":248,"stars":254,"topics":509},"Agent Skills for working with Resend to send and receive emails.",[],{"classifiedAt":511,"discoverAt":512,"extractAt":513,"githubAt":513,"updatedAt":511},1778696532855,1778696528193,1778696531172,[223,221,225,222,224],{"evaluatedAt":260,"extractAt":304,"updatedAt":516},1778696703225,[],[519,547,569,597,626,657],{"_creationTime":520,"_id":521,"community":522,"display":523,"identity":529,"providers":533,"relations":540,"tags":543,"workflow":544},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":524,"installMethods":525,"name":527,"sourceUrl":528},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":526},"Yeachan-Heo/oh-my-claudecode","mcp-setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":530,"githubOwner":531,"githubRepo":532,"locale":18,"slug":527,"type":265},"skills/mcp-setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":534,"extract":539},{"promptVersionExtension":214,"promptVersionScoring":215,"score":535,"tags":536,"targetMarket":226,"tier":227},100,[312,537,311,223,538],"configuration","tooling",{"commitSha":295},{"parentExtensionId":541,"repoId":542},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[223,311,537,312,538],{"evaluatedAt":545,"extractAt":546,"updatedAt":545},1778699492025,1778699234184,{"_creationTime":548,"_id":549,"community":550,"display":551,"identity":555,"providers":557,"relations":565,"tags":566,"workflow":567},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":552,"installMethods":553,"name":554,"sourceUrl":528},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":526},"deepinit",{"basePath":556,"githubOwner":531,"githubRepo":532,"locale":18,"slug":554,"type":265},"skills/deepinit",{"evaluate":558,"extract":564},{"promptVersionExtension":214,"promptVersionScoring":215,"score":535,"tags":559,"targetMarket":226,"tier":227},[560,561,223,562,563],"documentation","codebase","typescript","javascript",{"commitSha":295},{"parentExtensionId":541,"repoId":542},[223,561,560,563,562],{"evaluatedAt":568,"extractAt":546,"updatedAt":568},1778699437749,{"_creationTime":570,"_id":571,"community":572,"display":573,"identity":579,"providers":583,"relations":591,"tags":593,"workflow":594},1778696691708.297,"k174kx68t1r1znb9ws0ndvkpt586nx68",{"reviewCount":8},{"description":574,"installMethods":575,"name":577,"sourceUrl":578},"Agent skill for worker-specialist - invoke with $agent-worker-specialist",{"claudeCode":576},"ruvnet/ruflo","agent-worker-specialist","https://github.com/ruvnet/ruflo",{"basePath":580,"githubOwner":581,"githubRepo":582,"locale":18,"slug":577,"type":265},".agents/skills/agent-worker-specialist","ruvnet","ruflo",{"evaluate":584,"extract":590},{"promptVersionExtension":214,"promptVersionScoring":215,"score":535,"tags":585,"targetMarket":226,"tier":227},[223,586,587,588,589],"orchestration","task-execution","coordination","progress-reporting",{"commitSha":295},{"repoId":592},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[223,588,586,589,587],{"evaluatedAt":595,"extractAt":596,"updatedAt":595},1778698724168,1778696691708,{"_creationTime":598,"_id":599,"community":600,"display":601,"identity":607,"providers":611,"relations":619,"tags":622,"workflow":623},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":602,"installMethods":603,"name":605,"sourceUrl":606},"Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.",{"claudeCode":604},"rohitg00/pro-workflow","orchestrate","https://github.com/rohitg00/pro-workflow",{"basePath":608,"githubOwner":609,"githubRepo":610,"locale":18,"slug":605,"type":265},"skills/orchestrate","rohitg00","pro-workflow",{"evaluate":612,"extract":618},{"promptVersionExtension":214,"promptVersionScoring":215,"score":535,"tags":613,"targetMarket":226,"tier":227},[614,223,615,616,617],"llm-ops","workflow","memory","knowledge-management",{"commitSha":295},{"parentExtensionId":620,"repoId":621},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[223,617,614,616,615],{"evaluatedAt":624,"extractAt":625,"updatedAt":624},1778696881233,1778696595410,{"_creationTime":627,"_id":628,"community":629,"display":630,"identity":636,"providers":641,"relations":650,"tags":653,"workflow":654},1778694269038.6682,"k1752cypc448mke749yjbkc65186mg6f",{"reviewCount":8},{"description":631,"installMethods":632,"name":634,"sourceUrl":635},"This skill should be used when the user asks to \"compress context\", \"summarize conversation history\", \"implement compaction\", \"reduce token usage\", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.",{"claudeCode":633},"muratcankoylan/Agent-Skills-for-Context-Engineering","Context Compression","https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",{"basePath":637,"githubOwner":638,"githubRepo":639,"locale":18,"slug":640,"type":265},"skills/context-compression","muratcankoylan","Agent-Skills-for-Context-Engineering","context-compression",{"evaluate":642,"extract":649},{"promptVersionExtension":214,"promptVersionScoring":215,"score":535,"tags":643,"targetMarket":226,"tier":227},[644,645,223,646,647,648],"context-engineering","llm","summarization","compression","evaluation",{"commitSha":295,"license":256},{"parentExtensionId":651,"repoId":652},"k1754dy3wbsv2a5gr1a983zzs586njca","kd7f12maf5nxmx5xttjx7scfnx86m1tv",[223,647,644,648,645,646],{"evaluatedAt":655,"extractAt":656,"updatedAt":655},1778694410149,1778694269038,{"_creationTime":658,"_id":659,"community":660,"display":661,"identity":667,"providers":671,"relations":677,"tags":680,"workflow":681},1778683790179.7805,"k175gdavh4ddb920rs1v4jc92586n0ke",{"reviewCount":8},{"description":662,"installMethods":663,"name":665,"sourceUrl":666},"Initializes an optional repo-local agent collaboration preference file at `.ai/swe.json` by running a short interview or a zero-question quick mode. Use when a user says `initialize agent settings for this repo`, `set up my local agent prefs here`, `run quick init for this project`, or `create .ai/swe.json for how I like to work`. Do NOT use for `npm init`, project scaffolding, dependency installation, or environment bootstrap.",{"claudeCode":664},"ckorhonen/swe-skills","init","https://github.com/ckorhonen/swe-skills",{"basePath":668,"githubOwner":669,"githubRepo":670,"locale":18,"slug":665,"type":265},"skills/init","ckorhonen","swe-skills",{"evaluate":672,"extract":676},{"promptVersionExtension":214,"promptVersionScoring":215,"score":535,"tags":673,"targetMarket":226,"tier":227},[537,674,223,675,290],"preferences","local",{"commitSha":295},{"parentExtensionId":678,"repoId":679},"k17d2yq229g61qvea0x8t60w1h86mgr8","kd7b5kvzw3q7dgvym5bdx3m53986mann",[223,537,290,675,674],{"evaluatedAt":682,"extractAt":683,"updatedAt":682},1778683991127,1778683790179]