[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-j4rk0r-codex-diff-develop-en":3,"guides-for-j4rk0r-codex-diff-develop":417,"similar-k17fczm34j9645kq7jcp1b4hss86mz0t-en":418},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":243,"parentExtension":244,"providers":245,"relations":250,"repo":252,"tags":414,"workflow":415},1778691193352.5176,"k17fczm34j9645kq7jcp1b4hss86mz0t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Revisa el diff de la rama actual frente a develop en proyectos Drupal 11 siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"Revisión diff develop\", \"revisión diff develop\", \"diff develop\", \"revisar diff\", \"codex diff\" o expresiones similares con intención de auditar cambios contra develop. Triggers: diff develop, codex diff, revisión diff, lint diff develop, auditar diff.",{"claudeCode":12},"j4rk0r/claude-skills","codex-diff-develop","https://github.com/j4rk0r/claude-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":236},1778691216358.6814,"kn70crscrzz5n4hq7bwd7mh4c986mzxn","es",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of reviewing Drupal code diffs against develop using the Codex methodology and specifies when to use it.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique, prescriptive Codex methodology with 18 rules and a 5-question framework, going beyond generic diff review and providing concrete templates for findings.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of diff review, from execution to IDE-specific report generation, with clear steps and recovery procedures, making it production-ready.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on auditing diffs against a specific branch (`develop`) for Drupal projects using a defined methodology, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, in Spanish, and accurately reflects the skill's functionality, triggers, and scope.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrowly scoped tools like `git`, `printenv`, `mkdir`, `ls`, `wc`, `cd`, `grep`, `Read`, `Write`, `Edit`, and `Glob`, which are appropriate for its task.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not expose any configurable parameters or environment variables beyond those implicitly handled by the Claude Code environment.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools used by the skill are standard OS commands with descriptive names that are easily understandable in context.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's inputs are implicitly defined by the context of the git diff and its outputs are structured markdown reports, adhering to a minimal I/O surface.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The skill is licensed under the MIT license, which is permissive and widely usable.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 13, 2026, which is within the last 90 days, indicating recent maintenance.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to rely on any third-party dependencies beyond standard OS commands.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill only uses standard OS commands and does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses standard git and file system commands, and all inputs are treated as data, not instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies solely on committed code and standard OS commands, with no runtime fetching of external code or data.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the project directory and standard IDE-specific folders, respecting sandbox isolation.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's operations do not involve detached process spawns or deny-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not read or submit any confidential data; all outbound calls are implicit via git and file operations within the project scope.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks and uses clean printable ASCII and expected Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is implemented in plain, readable Bash scripts and does not involve obfuscation or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill correctly handles assumptions about project structure (e.g., the presence of a `drupal/` subdirectory) by checking for their existence and providing fallbacks.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are no open or closed issues in the last 90 days, indicating either a new project or low issue volume.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a version detected in the manifest (`@codex-diff-develop`) and installation instructions reference a specific tag, allowing for version pinning.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","Input arguments for git and file operations are implicitly validated by the commands themselves; no external schema validation is necessary.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill performs read-only operations (git diff, file listing) and writes reports to user-defined directories, without destructive primitives.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The skill includes explicit recovery steps for potential failures like network errors during `git fetch` or issues creating output directories, and uses standard Bash error handling.",{"category":111,"check":115,"severity":46,"summary":116},"Logging","The skill does not perform destructive actions or outbound calls that require local audit logging.",{"category":118,"check":119,"severity":46,"summary":120},"Compliance","GDPR","The skill does not operate on any personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is language-agnostic for code and Git operations, and its output directory is IDE-dependent, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill uses standard Bash commands and git, ensuring broad POSIX compatibility and gracefully handling IDE detection fallbacks.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists, is comprehensive, and clearly states the extension's purpose, installation, and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill uses a limited set of standard OS and git commands, well within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill uses distinct commands for specific operations (e.g., `git diff`, `printenv`, `mkdir`) without near-synonym tools for the same task.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features advertised in the README, such as IDE auto-detection and the Codex methodology, are implemented in the SKILL.md and README content.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions using `npx skills add` and includes example invocations.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill includes specific recovery steps and messages for potential failure scenarios, guiding the user on how to resolve issues.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill relies on standard OS commands and git, which are assumed to be present and versioned by the environment, rather than requiring pinned dependencies.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill is primarily analytical and report-generating, with no state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill precisely defines its purpose: auditing Drupal 11 code diffs against 'develop' using the Codex methodology, and specifies triggers and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, clearly summarizing the core capability and listing trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and concise, deferring detailed methodologies and templates to separate reference files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and references external files for methodology and templates, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","The skill is focused on generating a report and does not involve deep exploration that would require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear installation instructions and describes the workflow, implicitly demonstrating usage through its functional description.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md and recovery section explicitly handle edge cases like network failures, large diffs, missing directories, and the user being on the develop branch.",{"category":111,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill does not rely on external tools like a custom MCP server; it uses standard OS commands.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill halts on unexpected states like network errors or large diffs and provides clear messages or prompts for confirmation.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other skills being loaded in the same session.",1778691216243,"This skill audits Drupal 11 code diffs against the 'develop' branch using the Codex methodology, generating detailed markdown reports with actionable solutions. It auto-detects the IDE to save reports in the appropriate folder and handles various edge cases and potential failures.",[195,196,197,198,199],"Applies the Codex methodology for code review.","Audits diffs against the 'develop' branch.","Generates detailed markdown reports with severity and solutions.","Auto-detects IDE for report saving location.","Handles edge cases and provides recovery steps.",[201,202,203],"Reviewing code unrelated to Drupal 11.","Performing general code linting or formatting outside the Codex methodology.","Suggesting refactors or changes outside the scope of the current diff, except for critical security or data loss issues.","3.0.0","4.4.0","To significantly improve code quality and prevent production issues by providing a structured, expert-level review of code changes against the develop branch.","Perfect score driven by comprehensive documentation, clear adherence to the Codex methodology, robust error handling, and secure implementation with no external dependencies or sensitive operations.",100,"A highly effective Drupal code review skill implementing a rigorous Codex methodology.",[211,212,213,214,215,216],"drupal","code-review","diff","security","auditing","developer-tools","global","verified",[220,221,222],"When asked to review code changes against the develop branch.","To ensure adherence to best practices, security, and performance standards before merging.","To catch subtle bugs missed by automated linters.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":233,"testCoverage":235},{"hasLockfile":225},false,1778691194682,{"descriptionLength":228,"readmeSize":229},622,26542,{"closedIssues90d":8,"forks":8,"hasChangelog":225,"openIssues90d":8,"pushedAt":231,"stars":232},1776088077000,2,{"hasNpmPackage":225,"license":234,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":237},1778691216358,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"skills/codex-diff-develop","j4rk0r","claude-skills","skill",true,null,{"evaluate":246,"extract":248},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":247,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":249},"HEAD",{"repoId":251},"kd79shaph0e07035621cxd7x1n86m944",{"_creationTime":253,"_id":251,"identity":254,"providers":255,"workflow":410},1778689957073.3262,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":256,"discover":398,"github":401},{"commitSha":249,"extensions":257},[258,286,303,324,349,363,374,384],{"basePath":239,"description":10,"displayName":13,"installMethods":259,"rationale":260,"selectedPaths":261,"source":285,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at skills/codex-diff-develop/SKILL.md",[262,265,268,271,273,275,277,279,281,283],{"path":263,"priority":264},"SKILL.md","mandatory",{"path":266,"priority":267},"README.md","high",{"path":269,"priority":270},"README.de.md","medium",{"path":272,"priority":270},"README.es.md",{"path":274,"priority":270},"README.fr.md",{"path":276,"priority":270},"README.ja.md",{"path":278,"priority":270},"README.pt.md",{"path":280,"priority":270},"README.zh.md",{"path":282,"priority":270},"references/metodologia-codex-completa.md",{"path":284,"priority":270},"references/plantillas-hallazgos.md","rule",{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":291,"selectedPaths":292,"source":285,"sourceLanguage":18,"type":242},"skills/codex-pr-review","Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"revisión Codex\", \"revisión de PR\", \"revisar PR\", \"revisar PR","codex-pr-review",{"claudeCode":12},"SKILL.md frontmatter at skills/codex-pr-review/SKILL.md",[293,294,295,296,297,298,299,300,301,302],{"path":263,"priority":264},{"path":266,"priority":267},{"path":269,"priority":270},{"path":272,"priority":270},{"path":274,"priority":270},{"path":276,"priority":270},{"path":278,"priority":270},{"path":280,"priority":270},{"path":282,"priority":270},{"path":284,"priority":270},{"basePath":304,"description":305,"displayName":306,"installMethods":307,"rationale":308,"selectedPaths":309,"source":285,"sourceLanguage":18,"type":242},"skills/lint-drupal-module","Lint review completo de un módulo Drupal 11 combinando 4 fuentes en paralelo — PHPStan level 5 + phpstan-drupal, PHPCS Drupal/DrupalPractice, agente drupal-qa (estándares) y agente drupal-security (OWASP). Dos modos — completo (todo el módulo) y diff (solo archivos cambiados vs develop). Genera informe markdown estructurado en la carpeta del IDE con resumen ejecutivo, hallazgos clasificados por severidad, acciones P0/P1/P2 y comandos de verificación. Úsalo siempre que el usuario quiera auditar calidad o seguridad de un módulo Drupal custom, aunque no diga \"lint\". Triggers — \"lint review\", \"lint del módulo\", \"auditar módulo Drupal\", \"revisar módulo custom\", \"phpstan del módulo\", \"validar módulo\", \"qa del módulo\", o cuando el usuario pregunta \"¿está bien este módulo?\", \"¿hay errores?\", \"¿es seguro?\". También antes de un release, antes de un PR a develop, o al validar un módulo recién creado.","lint-drupal-module",{"claudeCode":12},"SKILL.md frontmatter at skills/lint-drupal-module/SKILL.md",[310,311,312,313,314,315,316,317,318,320,322],{"path":263,"priority":264},{"path":266,"priority":267},{"path":269,"priority":270},{"path":272,"priority":270},{"path":274,"priority":270},{"path":276,"priority":270},{"path":278,"priority":270},{"path":280,"priority":270},{"path":319,"priority":270},"references/edge-cases.md",{"path":321,"priority":270},"references/plantilla-informe.md",{"path":323,"priority":270},"references/prompts-agentes.md",{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":285,"sourceLanguage":18,"type":242},"skills/milestone","Persistent development milestone tracker with full context across conversations. Use when: tracking multi-session features, resuming work from a previous conversation, asking 'what's left to do on X' or 'what's pending', breaking work into trackable subtasks, planning complex implementations, updating progress after coding, checking project status, completing a subtask with QA validation, auditing what's missing in the project, syncing milestones with actual code state, or closing/archiving a finished milestone. Also trigger when user references a milestone by name, says 'what did we do last time', 'resume where we left off', 'how far along is X', 'mark this as done', 'milestone done', 'close this milestone', 'what's missing', 'audit the project', 'sync milestones', or wants to plan a feature with subtasks. Commands: /milestone, /milestone \u003Cname>, /milestone init, /milestone sync, /milestone start, /milestone done, /milestone update.","milestone",{"claudeCode":12},"SKILL.md frontmatter at skills/milestone/SKILL.md",[331,332,333,334,335,336,337,338,339,341,343,345,347],{"path":263,"priority":264},{"path":266,"priority":267},{"path":269,"priority":270},{"path":272,"priority":270},{"path":274,"priority":270},{"path":276,"priority":270},{"path":278,"priority":270},{"path":280,"priority":270},{"path":340,"priority":270},"references/errors.md",{"path":342,"priority":270},"references/milestone-new-session.sh",{"path":344,"priority":270},"references/project-audit.md",{"path":346,"priority":270},"references/qa-validation.md",{"path":348,"priority":270},"references/templates.md",{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":285,"sourceLanguage":362,"type":242},"skills/skill-advisor","Pre-execution assistant that builds a full execution plan with installed skills (✅) AND uninstalled gaps (❌) the task needs, then offers to install missing skills one by one. Use BEFORE starting any multi-step task. Triggers: 'recommend skills', 'what skill should I use', 'advise', 'suggest', 'help me with', or any work instruction involving code, design, planning, debugging, docs, testing, commits, PRs, strategy.","skill-advisor",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-advisor/SKILL.md",[356,357,358,360],{"path":263,"priority":264},{"path":266,"priority":267},{"path":359,"priority":270},"references/gap-maps.md",{"path":361,"priority":270},"references/pipelines.md","en",{"basePath":364,"description":365,"displayName":366,"installMethods":367,"rationale":368,"selectedPaths":369,"source":285,"sourceLanguage":362,"type":242},"skills/skill-guard","Security auditor for Claude Code skills. Analyzes skills BEFORE installation using a 9-layer threat detection engine (permissions, static patterns, LLM semantic analysis, bundled scripts, data flow, MCP abuse, supply chain, reputation, anti-evasion) with scoring 0-100 and community audit registry. MUST be used whenever the user is about to install a skill — via npx skills add, /find-skills recommendation, /skill-advisor suggestion, or manual request. Also use when user says 'is this skill safe', 'audit this skill', 'check this skill', 'security scan', 'review before installing', or any mention of skill safety/trust/security. Intercept ALL skill installations proactively.","skill-guard",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-guard/SKILL.md",[370,371,372],{"path":263,"priority":264},{"path":266,"priority":267},{"path":373,"priority":270},"references/patterns.md",{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":285,"sourceLanguage":362,"type":242},"skills/skill-learner","Persistent correction system that captures mistakes from skills or Claude behavior and ensures they never repeat across sessions. Use whenever the user indicates something went wrong — \"that's wrong\", \"fix this\", \"not what I wanted\", \"learn from this\", \"don't do that again\", \"esto está mal\", \"aprende de esto\", \"no hagas eso otra vez\", or any correction, complaint, or teaching moment about Claude's output or a skill's behavior. Also use when the user asks to review, list, delete, or manage past corrections, or wants to create an improvement proposal for a skill author. Covers installed skills, general Claude behavior, and cross-session learning persistence.\n","skill-learner",{"claudeCode":12},"SKILL.md frontmatter at skills/skill-learner/SKILL.md",[381,382],{"path":263,"priority":264},{"path":383,"priority":270},"references/correction-patterns.md",{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":285,"sourceLanguage":18,"type":242},"skills/usage-tracker","Track and report local Claude Code usage per request: tokens consumed, estimated cost in €, sessions, projects, and tool breakdown. Use when the user asks about consumption, credits, usage, cost per request, wants to see a report, asks why a specific request was expensive, suspects a process is consuming tokens, wants to optimize their Claude Code usage, or wants to audit tool usage by request. Also triggers on Spanish phrases: 'cuánto me está costando', 'cuántos tokens', 'consumo de hoy', 'qué petición fue cara', 'está consumiendo mucho', 'optimizar consumo', 'reporte de uso', 'ver uso', 'instalar tracker', 'hook no registra'. Commands: /usage-tracker report [hoy|semana|mes|all] [proyecto], /usage-tracker top-requests [hoy|semana], /usage-tracker install, /usage-tracker status","usage-tracker",{"claudeCode":12},"SKILL.md frontmatter at skills/usage-tracker/SKILL.md",[391,392,394,396],{"path":263,"priority":264},{"path":393,"priority":270},"references/log-usage.sh",{"path":395,"priority":270},"references/pricing.md",{"path":397,"priority":270},"references/usage-report.sh",{"sources":399},[400],"manual",{"closedIssues90d":8,"description":402,"forks":8,"homepage":403,"license":234,"openIssues90d":8,"pushedAt":231,"readmeSize":229,"stars":232,"topics":404},"Curated high-quality skills for Claude Code — skill-advisor and more","https://claude-skills-omega.vercel.app",[405,406,407,408,409,241,216,352],"agent-skills","ai-tools","anthropic","claude","claude-code",{"classifiedAt":411,"discoverAt":412,"extractAt":413,"githubAt":413,"updatedAt":411},1778691193146,1778689957073,1778691191083,[215,212,216,213,211,214],{"evaluatedAt":237,"extractAt":416,"updatedAt":237},1778691193352,[],[419,439,466,495,524,553],{"_creationTime":420,"_id":421,"community":422,"display":423,"identity":426,"providers":427,"relations":434,"tags":435,"workflow":436},1778691193352.5178,"k175cj68ewyej64segk2xnppss86n5ad",{"reviewCount":8},{"description":288,"installMethods":424,"name":425,"sourceUrl":14},{"claudeCode":12},"Codex PR Review",{"basePath":287,"githubOwner":240,"githubRepo":241,"locale":18,"slug":289,"type":242},{"evaluate":428,"extract":433},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":429,"targetMarket":217,"tier":218},[211,212,430,431,214,432],"pull-request","codex","quality-assurance",{"commitSha":249,"license":234},{"repoId":251},[212,431,211,430,432,214],{"evaluatedAt":437,"extractAt":416,"updatedAt":438},1778691239127,1778691484699,{"_creationTime":440,"_id":441,"community":442,"display":443,"identity":449,"providers":453,"relations":460,"tags":462,"workflow":463},1778695753353.633,"k17fxb9fnez7bhk0sy8znxzx8n86m48r",{"reviewCount":8},{"description":444,"installMethods":445,"name":447,"sourceUrl":448},"Drift detection + baseline integrity guard for agent workspace files with automatic alerting support",{"claudeCode":446},"prompt-security/clawsec","soul-guardian","https://github.com/prompt-security/clawsec",{"basePath":450,"githubOwner":451,"githubRepo":452,"locale":362,"slug":447,"type":242},"skills/soul-guardian","prompt-security","clawsec",{"evaluate":454,"extract":459},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":455,"targetMarket":217,"tier":218},[214,456,215,457,458],"integrity","file-guard","workspace",{"commitSha":249},{"repoId":461},"kd72phsqkbk8w57ctvf7ac9nqs86n9t4",[215,457,456,214,458],{"evaluatedAt":464,"extractAt":465,"updatedAt":464},1778696065248,1778695753353,{"_creationTime":467,"_id":468,"community":469,"display":470,"identity":476,"providers":480,"relations":488,"tags":491,"workflow":492},1778695548458.3328,"k17cyw0d6mk1vdgew2xmncx1f186npdm",{"reviewCount":8},{"description":471,"installMethods":472,"name":474,"sourceUrl":475},"Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.\n",{"claudeCode":473},"pjt222/agent-almanac","audit-dependency-versions","https://github.com/pjt222/agent-almanac",{"basePath":477,"githubOwner":478,"githubRepo":479,"locale":362,"slug":474,"type":242},"skills/audit-dependency-versions","pjt222","agent-almanac",{"evaluate":481,"extract":487},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":482,"targetMarket":217,"tier":218},[483,215,214,484,485,486],"dependencies","upgrades","versioning","maintenance",{"commitSha":249},{"parentExtensionId":489,"repoId":490},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[215,483,486,214,484,485],{"evaluatedAt":493,"extractAt":494,"updatedAt":493},1778696062378,1778695548458,{"_creationTime":496,"_id":497,"community":498,"display":499,"identity":505,"providers":510,"relations":517,"tags":519,"workflow":520},1778696473190.3645,"k175pwr78zcnem11h4am251frn86mh2m",{"reviewCount":8},{"description":500,"installMethods":501,"name":503,"sourceUrl":504},"Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.",{"claudeCode":502},"REMvisual/claude-handoff","Claude Handoff","https://github.com/REMvisual/claude-handoff",{"basePath":506,"githubOwner":507,"githubRepo":508,"locale":362,"slug":509,"type":242},"skills/handoffplan","REMvisual","claude-handoff","handoffplan",{"evaluate":511,"extract":516},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":512,"targetMarket":217,"tier":218},[513,514,515,212,216],"context","planning","session-management",{"commitSha":249,"license":234},{"repoId":518},"kd751dv4xqaztg0deehhxazcjn86mynf",[212,513,216,514,515],{"evaluatedAt":521,"extractAt":522,"updatedAt":523},1778696514353,1778696473190,1778696537692,{"_creationTime":525,"_id":526,"community":527,"display":528,"identity":534,"providers":538,"relations":545,"tags":548,"workflow":549},1778693661691.4373,"k176ahvt49a4bskq406thpyn6x86n6k4",{"reviewCount":8},{"description":529,"installMethods":530,"name":532,"sourceUrl":533},"Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing (\"I noticed...\", \"I was wondering if perhaps...\", \"It might be worth considering...\"). Each comment is direct: location, the issue, a concrete fix. Use when user says \"humanize review\", \"de-slop PR comment\", \"make this feedback sound human\", \"review this PR\", \"code review\", \"/review\", \"/unslop-review\". Auto-triggers when reviewing PRs.\n",{"claudeCode":531},"MohamedAbdallah-14/unslop","unslop-review","https://github.com/MohamedAbdallah-14/unslop",{"basePath":535,"githubOwner":536,"githubRepo":537,"locale":362,"slug":532,"type":242},"skills/unslop-review","MohamedAbdallah-14","unslop",{"evaluate":539,"extract":544},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":540,"targetMarket":217,"tier":218},[541,542,212,543,216],"text-rewriting","ai-detection","natural-language-processing",{"commitSha":249},{"parentExtensionId":546,"repoId":547},"k177fsagh49r77m9y4755zc1mn86m1jm","kd727xcarpnqcat3wd68ms466s86mwkb",[542,212,216,543,541],{"evaluatedAt":550,"extractAt":551,"updatedAt":552},1778693837524,1778693661691,1778693924596,{"_creationTime":554,"_id":555,"community":556,"display":557,"identity":563,"providers":568,"relations":575,"tags":578,"workflow":579},1778698175626.3276,"k17cj6pbcgtrw523a4sw8mhcxn86mzvv",{"reviewCount":8},{"description":558,"installMethods":559,"name":561,"sourceUrl":562},"Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.",{"claudeCode":560},"trailofbits/skills","Semgrep Rule Creator","https://github.com/trailofbits/skills",{"basePath":564,"githubOwner":565,"githubRepo":566,"locale":362,"slug":567,"type":242},"plugins/semgrep-rule-creator/skills/semgrep-rule-creator","trailofbits","skills","semgrep-rule-creator",{"evaluate":569,"extract":574},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":570,"targetMarket":217,"tier":218},[571,214,572,573,216],"semgrep","static-analysis","code-quality",{"commitSha":249},{"parentExtensionId":576,"repoId":577},"k1757483sd0rdv04r5773w2tb986mb9g","kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[573,216,214,571,572],{"evaluatedAt":580,"extractAt":581,"updatedAt":580},1778699451460,1778698175626]