[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohithzr-sync-status-en":3,"guides-for-rohithzr-sync-status":404,"similar-k170dky3e4jcv198zx1jq18xch86neqh-en":405},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":246,"providers":296,"relations":300,"repo":301,"tags":401,"workflow":402},1778696622831.4941,"k170dky3e4jcv198zx1jq18xch86neqh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when the user wants to check what config has changed, see sync status, or compare local vs remote config.",{"claudeCode":12},"rohithzr/claudebase","sync-status","https://github.com/rohithzr/claudebase",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778696752598.8564,"kn75e7dp1hc8mcqmef4qrkqe9h86m8xc","en",{"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":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165,168,172,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 checking config changes, sync status, and comparing local vs. remote configurations, directly addressing user needs.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides a clear value proposition over simple file copying by offering secret scanning, multi-machine conflict detection, profile management, and dry-run previews for configuration syncing.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, covering the complete lifecycle of configuration management including setup, push, pull, status checks, and profile management.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on configuration synchronization and management across different profiles and machines, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's functionality as described in the SKILL.md and README.md files.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension utilizes scoped bash commands for specific operations like diff-config, git, and gh, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and README.md provide clear instructions and document the user arguments and configuration settings, including defaults where applicable.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names such as `sync-push`, `sync-pull`, `sync-status`, and `sync-profiles` are descriptive and specific to the configuration synchronization domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script's primary entry point uses a structured argument (`--profile PROFILE_NAME`) and the output interpretation is clearly defined, avoiding unnecessary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, clearly declared in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 12, 2026, which is within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The README lists `gh`, `jq`, and `git` as requirements, and the installation instructions imply these are installed separately, indicating standard dependency management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension uses the GitHub CLI for operations, avoiding direct token management, and explicitly blocks pushing API keys and sensitive files, indicating good secret management practices.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The script operates on local files and uses specific commands like `git` and `gh`, with clear argument parsing, indicating no obvious injection vulnerabilities from third-party data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension relies on pre-installed tools like `gh`, `git`, and `jq`, and does not fetch external scripts or data at runtime, mitigating transitive supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The script operates on configuration files within the user's Claude Code directory and uses standard CLI tools, with no indication of attempting to write outside these boundaries.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The script uses direct bash commands and does not appear to contain any detached process spawns or deny-retry loops that could facilitate sandbox escapes.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's primary function is configuration syncing; it does not read or submit confidential data to third parties, and its outbound calls are limited to GitHub via the CLI.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled markdown files appear to be free of hidden text tricks, control characters, or invisible Unicode sequences that could manipulate the model.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The scripts are written in plain Bash and are not obfuscated, base64-encoded, or dynamically fetched.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill operates on Claude Code's standard configuration paths and uses relative paths or standard CLI arguments, making it portable across different project structures.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating no current maintenance burden or recent community interaction.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A version number (0.2.0) is present in the SKILL.md frontmatter and the README, indicating clear release management.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","Input arguments like `--profile PROFILE_NAME` are handled by the script, and while explicit schema validation isn't shown, the use of `gh` and `git` commands implies some level of internal validation.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations like pushing or pulling configuration changes are guarded by confirmation prompts (unless `--yes` or `--force` is used) and dry-run previews.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The SKILL.md mentions interpreting script output and suggesting actions, implying error handling within the script, and standard CLI tools provide error messages.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The extension focuses on configuration sync and does not perform destructive actions or outbound calls that would typically require a separate audit log. Standard CLI output serves as a record.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension deals with configuration files and does not operate on personal data. Any incidental personal data in config would be handled by the sync mechanism.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension is a general configuration management tool and has no regional limitations, thus `targetMarket` is global.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The extension relies on standard command-line tools (`gh`, `git`, `jq`, `bash`) available on most platforms and provides platform-specific installation instructions.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README file is comprehensive, detailing installation, usage, purpose, and how it works.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes a focused set of commands (sync-setup, sync-push, sync-pull, sync-status, sync-profiles, sync-config) which is within the ideal range.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The exposed tools cover distinct functionalities (setup, push, pull, status, profiles, config) and do not appear to have near-synonym overlap.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features in the README, such as dry-run previews and secret scanning, are implemented and supported by the provided scripts and CLI commands.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","Clear installation instructions are provided in the README, including copy-pasteable commands for `claude plugin marketplace add` and `claude plugin install`, along with setup steps for dependencies.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The README implies that errors from the CLI tools will be displayed and interpreted by the script to suggest remediation steps.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The README clearly lists required dependencies (`gh`, `jq`, `git`) and provides platform-specific installation instructions, suggesting they would be managed outside the extension itself.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","The `--dry-run` flag is explicitly mentioned for both push and pull operations in the README, allowing users to preview changes.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The extension leverages `git` and `gh` which handle their own retries and timeouts, and the sync operations are designed to be safe with `--force` or by requiring a pull before push, mitigating issues with state-changing operations.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","There is no mention of telemetry collection in the documentation; the extension focuses on local configuration management and GitHub operations.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description clearly states the purpose (check config changes, sync status, compare local vs remote) and the SKILL.md provides specific triggers and context.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and purpose.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is concise, delegating detailed explanations to the README and script interpretation.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md is brief, and the README provides more detailed information, demonstrating a level of progressive disclosure.",{"category":169,"check":173,"severity":174,"summary":175},"Forked exploration","not_applicable","This skill is not an exploration-style skill; it performs direct configuration management actions.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides numerous clear, end-to-end examples for various use cases like syncing between machines, switching contexts, and previewing changes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The README addresses edge cases such as multi-machine conflicts, recovery from bad changes, and the need for `--force` or pulling first, with suggested recovery steps.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The extension relies on standard CLI tools (`gh`, `git`, `jq`), which are documented requirements and assumed to be installed by the user.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The extension's design, particularly the conflict detection and dry-run previews, inherently halts or warns the user before proceeding with potentially destructive actions on unexpected states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained for configuration management and does not appear to implicitly rely on other skills.",1778696752489,"This skill synchronizes Claude Code configurations (agents, rules, settings, etc.) to a private GitHub repository, allowing for profile switching, multi-machine backups, and conflict detection.",[195,196,197,198,199],"Sync Claude Code environment to GitHub","Manage multiple profiles (work, personal, team)","Detect and prevent multi-machine conflicts","Perform dry-run previews of sync operations","Scan for and block sensitive credentials during sync",[201,202,203],"Replacing version control systems like Git for general code projects","Managing actual code files or application deployments","Storing sensitive data unencrypted or outside of the protected configuration files","3.0.0","4.4.0","To ensure your Claude Code environment is consistently backed up, easily transferable, and switchable between different contexts (work, personal, team).","Excellent documentation and clear, focused functionality with strong safety features. Minimal warnings due to comprehensive README and well-defined scope.",95,"A robust skill for managing Claude Code configurations via GitHub, offering profiles and safety features.",[211,212,213,214,215],"configuration","sync","github","backup","profiles","global","verified",[219,220,221,222],"Backing up your current Claude Code setup before making significant changes","Transferring your Claude Code environment to a new machine","Switching between work and personal configurations seamlessly","Collaborating on a shared team configuration layer",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":238},{"hasLockfile":225},false,1778696738088,{"descriptionLength":228,"readmeSize":229},109,8735,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"manifestVersion":233,"openIssues90d":8,"pushedAt":234,"stars":235},1,true,"0.2.0",1775985307000,13,{"hasNpmPackage":225,"license":237,"smitheryVerified":225},"MIT",{"hasCi":232,"hasTests":232},{"updatedAt":240},1778696752598,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/sync-status","rohithzr","claudebase","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":253,"parentExtension":256,"providers":283,"relations":291,"tags":292,"workflow":293},1778696622831.4927,"k17brwsz1rsvvtg8zjs955raex86mnh6",{"reviewCount":8},{"description":251,"installMethods":252,"name":244,"sourceUrl":14},"Back up and restore your entire Claude Code environment to a private GitHub repo",{"claudeCode":244},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":262,"providers":264,"relations":276,"tags":278,"workflow":279},1778696622831.4924,"k17763b5qrzy422r827rzrhtr586nzzh",{"reviewCount":8},{"description":251,"installMethods":261,"name":243,"sourceUrl":14},{"claudeCode":12},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":263},"marketplace",{"evaluate":265,"extract":271},{"promptVersionExtension":266,"promptVersionScoring":205,"score":267,"tags":268,"targetMarket":216,"tier":270},"3.1.0",92,[214,212,213,211,269],"productivity","community",{"commitSha":272,"marketplace":273,"plugin":274},"HEAD",{"name":243,"pluginCount":231},{"mcpCount":8,"provider":275,"skillCount":8},"classify",{"repoId":277},"kd7e1fmwvfp6n226mj6hy2fzds86n8kk",[214,211,213,269,212],{"evaluatedAt":280,"extractAt":281,"updatedAt":282},1778696636294,1778696622831,1778696817085,{"evaluate":284,"extract":288},{"promptVersionExtension":204,"promptVersionScoring":205,"score":285,"tags":286,"targetMarket":216,"tier":217},99,[214,212,213,211,215,287],"settings",{"commitSha":272,"license":237,"plugin":289},{"mcpCount":8,"provider":275,"skillCount":290},6,{"parentExtensionId":258,"repoId":277},[214,211,213,215,287,212],{"evaluatedAt":294,"extractAt":281,"updatedAt":295},1778696654196,1778696817319,{"evaluate":297,"extract":299},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":298,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":272},{"parentExtensionId":248,"repoId":277},{"_creationTime":302,"_id":277,"identity":303,"providers":304,"workflow":397},1778696618347.8665,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":305,"discover":391,"github":394},{"commitSha":272,"extensions":306},[307,320,345,354,362,370,378,386],{"basePath":254,"description":251,"displayName":243,"installMethods":308,"rationale":309,"selectedPaths":310,"source":319,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[311,314,316],{"path":312,"priority":313},".claude-plugin/marketplace.json","mandatory",{"path":315,"priority":313},"README.md",{"path":317,"priority":318},"LICENSE","high","rule",{"basePath":254,"description":251,"displayName":244,"installMethods":321,"license":237,"rationale":322,"selectedPaths":323,"source":319,"sourceLanguage":18,"type":255},{"claudeCode":244},"plugin manifest at .claude-plugin/plugin.json",[324,326,327,328,331,333,335,337,339,341,343],{"path":325,"priority":313},".claude-plugin/plugin.json",{"path":315,"priority":313},{"path":317,"priority":318},{"path":329,"priority":330},"skills/sync-config/SKILL.md","medium",{"path":332,"priority":330},"skills/sync-profiles/SKILL.md",{"path":334,"priority":330},"skills/sync-pull/SKILL.md",{"path":336,"priority":330},"skills/sync-push/SKILL.md",{"path":338,"priority":330},"skills/sync-setup/SKILL.md",{"path":340,"priority":330},"skills/sync-status/SKILL.md",{"path":342,"priority":318},"hooks/hooks.json",{"path":344,"priority":318},"hooks/run-hook.cmd",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":319,"sourceLanguage":18,"type":245},"skills/sync-config","Use when the user wants to view or change claudebase settings like global sync, agent skills sync, auto-push, or machine ID.","sync-config",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-config/SKILL.md",[352],{"path":353,"priority":313},"SKILL.md",{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":319,"sourceLanguage":18,"type":245},"skills/sync-profiles","Use when the user wants to list, create, switch, delete, compare, or inspect config sync profiles.","sync-profiles",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-profiles/SKILL.md",[361],{"path":353,"priority":313},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":319,"sourceLanguage":18,"type":245},"skills/sync-pull","Use when the user wants to restore, download, or pull their Claude Code config from GitHub onto this machine.","sync-pull",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-pull/SKILL.md",[369],{"path":353,"priority":313},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":319,"sourceLanguage":18,"type":245},"skills/sync-push","Use when the user wants to back up, save, or push their current Claude Code config to GitHub.","sync-push",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-push/SKILL.md",[377],{"path":353,"priority":313},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":319,"sourceLanguage":18,"type":245},"skills/sync-setup","Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.","sync-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-setup/SKILL.md",[385],{"path":353,"priority":313},{"basePath":242,"description":10,"displayName":13,"installMethods":387,"rationale":388,"selectedPaths":389,"source":319,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/sync-status/SKILL.md",[390],{"path":353,"priority":313},{"sources":392},[393],"manual",{"closedIssues90d":8,"description":395,"forks":231,"license":237,"openIssues90d":8,"pushedAt":234,"readmeSize":229,"stars":235,"topics":396},"Claude Code plugin — back up and restore your entire Claude Code environment to GitHub",[],{"classifiedAt":398,"discoverAt":399,"extractAt":400,"githubAt":400,"updatedAt":398},1778696622526,1778696618347,1778696620635,[214,211,213,215,212],{"evaluatedAt":240,"extractAt":281,"updatedAt":403},1778696818407,[],[406,423,440,457,475,505],{"_creationTime":407,"_id":408,"community":409,"display":410,"identity":412,"providers":413,"relations":418,"tags":419,"workflow":420},1778696622831.4934,"k171871t16jaaghd7cpk4phphs86n0z0",{"reviewCount":8},{"description":364,"installMethods":411,"name":365,"sourceUrl":14},{"claudeCode":12},{"basePath":363,"githubOwner":243,"githubRepo":244,"locale":18,"slug":365,"type":245},{"evaluate":414,"extract":417},{"promptVersionExtension":204,"promptVersionScoring":205,"score":415,"tags":416,"targetMarket":216,"tier":217},100,[211,212,213,214,215],{"commitSha":272},{"parentExtensionId":248,"repoId":277},[214,211,213,215,212],{"evaluatedAt":421,"extractAt":281,"updatedAt":422},1778696704651,1778696817823,{"_creationTime":424,"_id":425,"community":426,"display":427,"identity":429,"providers":430,"relations":435,"tags":436,"workflow":437},1778696622831.4932,"k17bxmr12gvehnjqa9dv7m8ebn86mbe5",{"reviewCount":8},{"description":356,"installMethods":428,"name":357,"sourceUrl":14},{"claudeCode":12},{"basePath":355,"githubOwner":243,"githubRepo":244,"locale":18,"slug":357,"type":245},{"evaluate":431,"extract":434},{"promptVersionExtension":204,"promptVersionScoring":205,"score":415,"tags":432,"targetMarket":216,"tier":217},[211,212,214,215,213,433],"git",{"commitSha":272},{"parentExtensionId":248,"repoId":277},[214,211,433,213,215,212],{"evaluatedAt":438,"extractAt":281,"updatedAt":439},1778696687333,1778696817662,{"_creationTime":441,"_id":442,"community":443,"display":444,"identity":446,"providers":447,"relations":452,"tags":453,"workflow":454},1778696622831.494,"k17fm71376rjr60q577jsnf3hx86n2a5",{"reviewCount":8},{"description":380,"installMethods":445,"name":381,"sourceUrl":14},{"claudeCode":12},{"basePath":379,"githubOwner":243,"githubRepo":244,"locale":18,"slug":381,"type":245},{"evaluate":448,"extract":451},{"promptVersionExtension":204,"promptVersionScoring":205,"score":415,"tags":449,"targetMarket":216,"tier":217},[211,212,213,214,450],"automation",{"commitSha":272},{"parentExtensionId":248,"repoId":277},[450,214,211,213,212],{"evaluatedAt":455,"extractAt":281,"updatedAt":456},1778696737767,1778696818191,{"_creationTime":458,"_id":459,"community":460,"display":461,"identity":464,"providers":465,"relations":470,"tags":471,"workflow":472},1778696622831.4937,"k17f31qss5ybf05as9wkkfxnp986np76",{"reviewCount":8},{"description":372,"installMethods":462,"name":463,"sourceUrl":14},{"claudeCode":12},"Claudebase",{"basePath":371,"githubOwner":243,"githubRepo":244,"locale":18,"slug":373,"type":245},{"evaluate":466,"extract":469},{"promptVersionExtension":204,"promptVersionScoring":205,"score":467,"tags":468,"targetMarket":216,"tier":217},98,[214,212,213,211,433],{"commitSha":272,"license":237},{"parentExtensionId":248,"repoId":277},[214,211,433,213,212],{"evaluatedAt":473,"extractAt":281,"updatedAt":474},1778696723988,1778696817982,{"_creationTime":476,"_id":477,"community":478,"display":479,"identity":485,"providers":489,"relations":499,"tags":501,"workflow":502},1778686012417.8271,"k17e22kzr9zgee30t2pvbaaa3s86mbbk",{"reviewCount":8},{"description":480,"installMethods":481,"name":483,"sourceUrl":484},"Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.",{"claudeCode":482},"daxaur/openpaw","c-files","https://github.com/daxaur/openpaw",{"basePath":486,"githubOwner":487,"githubRepo":488,"locale":18,"slug":483,"type":245},"skills/c-files","daxaur","openpaw",{"evaluate":490,"extract":498},{"promptVersionExtension":204,"promptVersionScoring":205,"score":491,"tags":492,"targetMarket":216,"tier":497},75,[493,494,212,214,495,496],"files","cloud","storage","rclone","flagged",{"commitSha":272},{"repoId":500},"kd7bwdbyne8rrdfxt9ahxb6ved86mk9b",[214,494,493,496,495,212],{"evaluatedAt":503,"extractAt":504,"updatedAt":503},1778686326555,1778686012417,{"_creationTime":506,"_id":507,"community":508,"display":509,"identity":515,"providers":519,"relations":529,"tags":532,"workflow":533},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":510,"installMethods":511,"name":513,"sourceUrl":514},"Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.\n",{"claudeCode":512},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":516,"githubOwner":517,"githubRepo":518,"locale":18,"slug":513,"type":245},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":520,"extract":528},{"promptVersionExtension":204,"promptVersionScoring":205,"score":415,"tags":521,"targetMarket":216,"tier":217},[522,523,524,525,211,526,527],"tailwind","typescript","css","styling","react","nextjs",{"commitSha":272},{"parentExtensionId":530,"repoId":531},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[211,524,527,526,525,522,523],{"evaluatedAt":534,"extractAt":535,"updatedAt":534},1778701490050,1778695548458]