[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sergebulaev-linkedin-employee-advocacy-en":3,"guides-for-sergebulaev-linkedin-employee-advocacy":532,"similar-k177hqc6zxaehp5gbz3v7nz4qs86n462-en":533},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":229,"parentExtension":249,"providers":305,"relations":309,"repo":310,"tags":529,"workflow":530},1778697045057.9773,"k177hqc6zxaehp5gbz3v7nz4qs86n462",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Stand up and run a LinkedIn employee advocacy program for a marketing or sales team. Covers 14-day launch playbook, brand-guideline governance, per-post time budget, cadence benchmarks, and team ROI (reach, engagement, pipeline). Triggers on \"employee advocacy\", \"get the team posting\", \"scale LinkedIn across team\", \"advocacy ROI\".",{"claudeCode":12},"sergebulaev/linkedin-skills","linkedin-employee-advocacy","https://github.com/sergebulaev/linkedin-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":242},1778697125077.3157,"kn7b5jz475aby1t3ca0p97d3zd86m7q7","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,44,48,51,54,58,62,66,70,73,76,79,82,85,88,92,96,100,104,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of standing up and running a LinkedIn employee advocacy program for marketing or sales teams, specifying common pain points like inconsistent output and a need for ROI measurement.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a structured 14-day playbook, governance model, and ROI framework, which goes beyond a simple prompt and provides a concrete operational advantage.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for launching and managing an employee advocacy program, including planning, governance, and ROI measurement, making it ready for real-world use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a clear and focused scope on establishing and running LinkedIn employee advocacy programs, aligning with its name and description without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's capabilities as outlined in the SKILL.md, including its triggers and core functionalities.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a CLI or MCP, and does not expose individual tools in the same manner. The evaluation is not applicable.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill operates based on conversational input and does not appear to have configurable parameters or environment variables that require explicit documentation beyond what's covered in its usage instructions.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill and does not expose individual tools with names. The check is not applicable.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","As a skill, it doesn't have a tool schema in the same way a CLI or MCP does. Its I/O is conversational. The check is not applicable.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as confirmed by the LICENSE file and the README. This is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 11, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","warning","The extension uses Python packages like 'requests' and 'python-dotenv' but there are no explicit measures like a lockfile or dependency vulnerability checks mentioned.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The skill handles optional API tokens (Publora, Apify) via an `.env` file, which is a standard and secure practice. The code itself does not appear to log or expose resolved secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill appears to treat external data (like URLs) as data and uses a URL parser, with no indication of executing arbitrary instructions from loaded content.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on committed Python libraries and does not fetch remote code or content at runtime for execution. It uses documented APIs for optional external services.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates within the provided `lib/` directory and associated Python scripts, and does not modify files outside its designated scope. It handles file paths relative to its bundle.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls was found in the provided code snippets. The skill operates synchronously.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill only sends data to explicitly documented services (Publora, Apify) with user-provided API keys and does not exfiltrate confidential data.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled markdown and code files do not contain hidden text tricks, invisible Unicode characters, or other obfuscation methods.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The Python code is readable and not obfuscated, base64-encoded, or dynamically fetched.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill's Python scripts correctly reference their own `lib/` directory and do not make assumptions about the user's project structure beyond requiring the .env file.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating either a new project or active maintenance with no open issues.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The README indicates releases via GitHub tags, and the `pushedAt` timestamp suggests recent activity, fulfilling version detection.",{"category":105,"check":106,"severity":107,"summary":108},"Code Execution","Validation","info","The `lib/url_parser.py` script appears to validate URL formats, but a formal schema validation library is not evident for all inputs and outputs.",{"category":67,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill's primary function is informational and planning; any potential side effects (like posting via Publora) are user-initiated and controllable.",{"category":105,"check":113,"severity":24,"summary":114},"Error Handling","The Python scripts include clear error handling for external API calls (Publora, Apify) and URL parsing, providing structured feedback.",{"category":105,"check":116,"severity":42,"summary":117},"Logging","As a conversational skill, detailed audit logging within the skill's execution is not applicable. User interaction and decisions are handled by the agent framework.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill does not directly operate on personal data; API tokens are handled securely, and user input is processed for LinkedIn context, not personal data exfiltration.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's focus on LinkedIn is global, and it does not contain regional logic or regional-specific content. The target market is global.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The skill's Python scripts are standard and should run on any POSIX-compliant shell with Python 3 installed. Dependencies are clearly listed.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README file is comprehensive, detailing installation, usage, optional integrations, and troubleshooting steps.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a skill with a single primary function, not a collection of tools. The check is not applicable.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","As a single skill, there are no overlapping tools to evaluate.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features in the README and SKILL.md, such as the 14-day playbook and ROI measurement, are supported by the skill's logic and references.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for multiple Claude environments and includes setup for optional integrations like Apify and Publora.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","Error messages for API integrations (Publora, Apify) and URL parsing are informative and provide guidance, such as API key requirements or platform ID issues.",{"category":149,"check":150,"severity":64,"summary":151},"Execution","Pinned dependencies","While Python dependencies are listed, there is no explicit lockfile (e.g., `requirements.txt` or `Pipfile.lock`) to ensure pinned versions, potentially affecting runtime stability.",{"category":33,"check":153,"severity":42,"summary":154},"Dry-run preview","The core function of this skill is to plan and provide guidance; actual posting is optional via Publora and user-initiated. A formal dry-run for planning is not applicable.",{"category":156,"check":157,"severity":42,"summary":158},"Protocol","Idempotent retry & timeouts","The skill itself is stateless and conversational. External API calls via Publora/Apify would handle their own retries and timeouts; this skill doesn't manage them directly.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The skill does not appear to emit any telemetry. Optional integrations (Apify, Publora) are user-configured and their telemetry is managed by those services.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly defines its purpose of setting up a LinkedIn employee advocacy program, specifies its artifacts (playbook, ROI framework), and provides explicit triggers and non-goals.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and triggers without keyword stuffing.",{"category":45,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured, uses progressive disclosure for references, and stays within a reasonable length.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md effectively uses `references/` files for deeper material like principles, cadence, and governance, adhering to progressive disclosure.",{"category":172,"check":176,"severity":42,"summary":177},"Forked exploration","This skill is not designed for deep exploration or code review; it provides a structured plan. The `context: fork` setting is not applicable.",{"category":22,"check":179,"severity":42,"summary":180},"Usage examples","As a skill, it operates conversationally and doesn't have specific code examples to run. Usage is demonstrated by the conversational triggers and descriptions.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md addresses potential issues like inconsistent output, brand safety, and approval SLAs as edge cases and limitations of the program.",{"category":105,"check":185,"severity":42,"summary":186},"Tool Fallback","The skill does not rely on external MCP servers or tools that require versioning or fallbacks beyond its own Python libraries.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The skill guides users to set up preconditions and acknowledges potential issues, implicitly halting the process if prerequisites aren't met for a successful program launch.",{"category":93,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and mentions related skills for profile optimization and content planning without implicitly relying on them.",1778697124947,"This skill provides a comprehensive framework and playbook for setting up and running a LinkedIn employee advocacy program for marketing or sales teams. It covers a 14-day launch plan, brand guideline governance, time budgets, posting cadence benchmarks, and team ROI measurement.",[197,198,199,200,201],"14-day launch playbook","Brand-guideline governance","Per-post time budget","Cadence benchmarks","Team ROI (reach, engagement, pipeline) framework",[203,204,205],"Writing individual posts or comments directly (delegated to other skills or user).","Managing team member accounts or direct posting without user approval.","Providing generic social media strategy advice outside of employee advocacy.","3.0.0","4.4.0","To empower marketing and sales teams to effectively launch and manage a LinkedIn employee advocacy program, driving authentic engagement and measurable business outcomes.","High quality skill with comprehensive documentation, clear purpose, and robust implementation. Minor warnings for dependency pinning and lack of schema validation in one utility script do not detract from overall excellence.",92,"Excellent skill for establishing and managing LinkedIn employee advocacy programs, offering a complete playbook and ROI framework.",[213,214,215,216,217,218,219],"linkedin","marketing","advocacy","sales","social-media","playbook","roi","global","community",[223,224,225,226],"Marketing leaders wanting to scale team posting on LinkedIn.","Planning the launch of a new employee advocacy program.","Addressing inconsistent, off-brand, or low-engagement team posting.","Establishing ROI measurement for an existing advocacy program.",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":238,"testCoverage":240},{"hasLockfile":229},false,1778697107823,{"descriptionLength":232,"readmeSize":233},332,13666,{"closedIssues90d":8,"forks":235,"hasChangelog":229,"openIssues90d":8,"pushedAt":236,"stars":237},7,1778529402000,66,{"hasNpmPackage":229,"license":239,"smitheryVerified":229},"MIT",{"hasCi":229,"hasTests":241},true,{"updatedAt":243},1778697125077,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/linkedin-employee-advocacy","sergebulaev","linkedin-skills","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":257,"parentExtension":260,"providers":290,"relations":300,"tags":301,"workflow":302},1778697045057.9766,"k17bg3ahwtt998cj512cdc040x86m16m",{"reviewCount":8},{"description":254,"installMethods":255,"name":256,"sourceUrl":14},"10 Claude Code skills for LinkedIn marketing: post writing, comment drafting, reply handler, hook extractor, humanizer (rewrite + audit + emoji + detector + rules sub-tools), profile optimizer, content planner, employee advocacy, thread monitor (author replies), engager analytics (likers + commenters ICP segmentation).",{"claudeCode":247},"LinkedIn Marketing Skills",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":259},"","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":267,"providers":269,"relations":283,"tags":285,"workflow":286},1778697045057.9763,"k176j3xsc6s8d7x965bmtk87dh86mhsx",{"reviewCount":8},{"description":265,"installMethods":266,"name":256,"sourceUrl":14},"Claude Code skills for LinkedIn growth: post writing, comment drafting, reply handler, hook extractor, humanizer (with bundled audit + AI-detector spread tester + emoji detector + rule explainer), profile optimizer, content planner, employee advocacy, thread monitor (author-reply tracking), engager analytics (likers/commenters ICP segmentation).",{"claudeCode":12},{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":268},"marketplace",{"evaluate":270,"extract":277},{"promptVersionExtension":271,"promptVersionScoring":207,"score":272,"tags":273,"targetMarket":220,"tier":221},"3.1.0",85,[213,214,274,217,275,276],"content-creation","productivity","ai-agents",{"commitSha":278,"license":239,"marketplace":279,"plugin":281},"HEAD",{"name":247,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd7eh8yxvx7bp76mv9rcfdjk0x86m12a",[276,274,213,214,275,217],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778697061113,1778697045058,1778697380899,{"evaluate":291,"extract":297},{"promptVersionExtension":206,"promptVersionScoring":207,"score":292,"tags":293,"targetMarket":220,"tier":296},98,[213,214,217,274,294,295],"ai-writing","automation","verified",{"commitSha":278,"license":239,"plugin":298},{"mcpCount":8,"provider":282,"skillCount":299},10,{"parentExtensionId":262,"repoId":284},[294,295,274,213,214,217],{"evaluatedAt":303,"extractAt":288,"updatedAt":304},1778697076028,1778697380663,{"evaluate":306,"extract":308},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":307,"targetMarket":220,"tier":221},[213,214,215,216,217,218,219],{"commitSha":278},{"parentExtensionId":251,"repoId":284},{"_creationTime":311,"_id":284,"identity":312,"providers":313,"workflow":525},1778697040628.7039,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":314,"discover":507,"github":510},{"commitSha":278,"extensions":315},[316,329,358,373,385,396,406,417,451,465,483,496],{"basePath":258,"description":265,"displayName":247,"installMethods":317,"rationale":318,"selectedPaths":319,"source":328,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[320,323,325],{"path":321,"priority":322},".claude-plugin/marketplace.json","mandatory",{"path":324,"priority":322},"README.md",{"path":326,"priority":327},"LICENSE","high","rule",{"basePath":258,"description":254,"displayName":247,"installMethods":330,"license":239,"rationale":331,"selectedPaths":332,"source":328,"sourceLanguage":18,"type":259},{"claudeCode":247},"plugin manifest at .claude-plugin/plugin.json",[333,335,336,337,340,342,344,346,348,350,352,354,356],{"path":334,"priority":322},".claude-plugin/plugin.json",{"path":324,"priority":322},{"path":326,"priority":327},{"path":338,"priority":339},"skills/linkedin-comment-drafter/SKILL.md","medium",{"path":341,"priority":339},"skills/linkedin-content-planner/SKILL.md",{"path":343,"priority":339},"skills/linkedin-employee-advocacy/SKILL.md",{"path":345,"priority":339},"skills/linkedin-engager-analytics/SKILL.md",{"path":347,"priority":339},"skills/linkedin-hook-extractor/SKILL.md",{"path":349,"priority":339},"skills/linkedin-humanizer/SKILL.md",{"path":351,"priority":339},"skills/linkedin-post-writer/SKILL.md",{"path":353,"priority":339},"skills/linkedin-profile-optimizer/SKILL.md",{"path":355,"priority":339},"skills/linkedin-reply-handler/SKILL.md",{"path":357,"priority":339},"skills/linkedin-thread-monitor/SKILL.md",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-comment-drafter","Draft a LinkedIn comment on someone else's post from its URL. Use when the user pastes a post URL and asks to comment, engage, or be first commenter. Produces 1-3 variants in the user's voice, picks a reaction, and schedules via Publora on approval. Not for replying to existing comments (use linkedin-reply-handler).","linkedin-comment-drafter",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-comment-drafter/SKILL.md",[365,367,369,371],{"path":366,"priority":322},"SKILL.md",{"path":368,"priority":339},"references/comment-templates.md",{"path":370,"priority":339},"references/examples.md",{"path":372,"priority":339},"references/voice-rules.md",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-content-planner","Generate a 7-day LinkedIn content plan from a theme, audience, and pillars. Produces per-day post pillar, format, hook type, CTA, posting time, daily comment targets, and a weekly inbound-readiness check. Use when the user wants to plan a week or month of content, not draft a single post.","linkedin-content-planner",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-content-planner/SKILL.md",[380,381,383],{"path":366,"priority":322},{"path":382,"priority":339},"references/example-plan-week.md",{"path":384,"priority":339},"references/pillars-framework.md",{"basePath":245,"description":10,"displayName":13,"installMethods":386,"rationale":387,"selectedPaths":388,"source":328,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-employee-advocacy/SKILL.md",[389,390,392,394],{"path":366,"priority":322},{"path":391,"priority":339},"references/advocacy-principles.md",{"path":393,"priority":339},"references/governance-playbook.md",{"path":395,"priority":339},"references/team-cadence-matrix.md",{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-engager-analytics","Pull the people who liked or commented on any LinkedIn post and segment them by ICP fit (peer / aspirational / prospect / other). Produces an engager roster, tier breakdown, and outbound action lists (follow back, comment-drop, DM-able with one-line openers). Powered by Apify, no LinkedIn login. Triggers on \"who liked my post\", \"who engaged\", \"engagers report\", \"audience analytics\". Not for tracking author replies to your comments (use linkedin-thread-monitor).","linkedin-engager-analytics",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-engager-analytics/SKILL.md",[403,404],{"path":366,"priority":322},{"path":405,"priority":339},"references/output-spec.md",{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-hook-extractor","Reverse-engineer the hook formula from a viral LinkedIn post URL. Returns which of the 10 canonical 2026 formulas it uses (anaphora, R.I.P., year-pivot, time-anchor, self-proving, odd-money, paid-vs-free, curiosity-gap, contrarian, comment-gate), why it worked, and a blank template. Use to learn from a competitor's post, not to write your own (use linkedin-post-writer).","linkedin-hook-extractor",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-hook-extractor/SKILL.md",[413,414,416],{"path":366,"priority":322},{"path":415,"priority":339},"references/classification-rules.md",{"path":370,"priority":339},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-humanizer","Scrub AI tells from any text draft OR audit a finished post against the 2026 algorithm heuristic checklist. Tier-based rewriter (forensic / strict / aesthetic / all) plus `--mode audit` for detection-only pass-fail review covering length, hook, CTA, format penalties, AI vocab. Sub-tools: emoji-pattern detector, multi-detector spread tester (GPTZero, Originality.ai, ZeroGPT, Sapling, Copyleaks), rule explainer. Triggers on \"humanize\", \"de-AI\", \"review this draft\", \"audit before posting\", \"is this ready\".","linkedin-humanizer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-humanizer/SKILL.md",[424,425,427,429,431,433,435,436,438,440,442,444,447,449],{"path":366,"priority":322},{"path":426,"priority":339},"references/audit-ai-tells.md",{"path":428,"priority":339},"references/audit-checklist.md",{"path":430,"priority":339},"references/audit-examples.md",{"path":432,"priority":339},"references/detector-list.md",{"path":434,"priority":339},"references/emoji-patterns.md",{"path":370,"priority":339},{"path":437,"priority":339},"references/rules-explainer.md",{"path":439,"priority":339},"references/scrub-rules.md",{"path":441,"priority":339},"references/tier-rationale.md",{"path":443,"priority":339},"references/voice-fingerprint.md",{"path":445,"priority":446},"scripts/detectors.env.example","low",{"path":448,"priority":446},"scripts/requirements.txt",{"path":450,"priority":446},"scripts/test_detectors.py",{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-post-writer","Draft a new LinkedIn post from scratch using a 2026 hook formula (anaphora, R.I.P., year-pivot, time-anchor, self-proving, paid-vs-free, curiosity-gap, odd-money, contrarian). Runs the humanizer pass and schedules via Publora on approval. Use when the user asks to write a post, needs a hook, or wants a proven format. Not for reviewing existing drafts (use linkedin-humanizer --mode audit).","linkedin-post-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-post-writer/SKILL.md",[458,459,461,463],{"path":366,"priority":322},{"path":460,"priority":339},"references/algorithm-heuristics.md",{"path":462,"priority":339},"references/hook-formulas.md",{"path":464,"priority":339},"references/humanizer-checklist.md",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-profile-optimizer","Audit and rewrite a LinkedIn profile end-to-end for 2026: headline, About 7-step, Featured, banner, photo, Experience metrics, Skills, custom URL, recommendations. Triggers on \"review my profile\", \"rewrite my headline\", \"fix my About\", \"optimize banner\", \"profile audit\", \"LinkedIn bio\". Converts resume-style profiles to ones that convert 3-5x better.","linkedin-profile-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-profile-optimizer/SKILL.md",[472,473,475,477,479,481],{"path":366,"priority":322},{"path":474,"priority":339},"references/about-section-templates.md",{"path":476,"priority":339},"references/banner-photo-specs.md",{"path":478,"priority":339},"references/experience-skills-rules.md",{"path":480,"priority":339},"references/featured-section-playbook.md",{"path":482,"priority":339},"references/profile-headline-formulas.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-reply-handler","Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publora on approval. Not for top-level comments (use linkedin-comment-drafter).","linkedin-reply-handler",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-reply-handler/SKILL.md",[490,491,492,494],{"path":366,"priority":322},{"path":370,"priority":339},{"path":493,"priority":339},"references/reply-templates.md",{"path":495,"priority":339},"references/threading-rules.md",{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":328,"sourceLanguage":18,"type":248},"skills/linkedin-thread-monitor","Track which of your LinkedIn comments earned author replies. Flags the 6-24h Kevin Payne window where thread momentum peaks, classifies threads as hot/warm/cool/dormant, and routes warm ones to linkedin-reply-handler for follow-up drafts. Powered by Apify, no LinkedIn login. Triggers on \"what threads need follow-up\", \"author replied\", \"monitor my comments\". Not for analyzing likers on a post (use linkedin-engager-analytics).","linkedin-thread-monitor",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-thread-monitor/SKILL.md",[503,504,505],{"path":366,"priority":322},{"path":405,"priority":339},{"path":506,"priority":339},"references/thread-timing.md",{"sources":508},[509],"manual",{"closedIssues90d":8,"description":511,"forks":235,"homepage":14,"license":239,"openIssues90d":8,"pushedAt":236,"readmeSize":233,"stars":237,"topics":512},"Claude Code skills for LinkedIn growth: write human-sounding posts, craft comments that get noticed, analyze your feed, and build a publishing cadence — all from your terminal. Plug-and-play skills for content creators, founders, and marketers using Claude Code.",[276,513,514,515,516,517,518,274,213,519,520,521,522,523,524],"ai-content","ai-marketing","anthropic","awesome-claude","claude-code","claude-skills","linkedin-automation","llm-tools","mcp","personal-branding","prompt-engineering","social-media-automation",{"classifiedAt":526,"discoverAt":527,"extractAt":528,"githubAt":528,"updatedAt":526},1778697044829,1778697040628,1778697042787,[215,213,214,218,219,216,217],{"evaluatedAt":243,"extractAt":288,"updatedAt":531},1778697381402,[],[534,566,589,617,639,666],{"_creationTime":535,"_id":536,"community":537,"display":538,"identity":544,"providers":548,"relations":559,"tags":562,"workflow":563},1778675056600.264,"k17169sg21srwv5sf3enw3dgcd86m4sh",{"reviewCount":8},{"description":539,"installMethods":540,"name":542,"sourceUrl":543},"When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.",{"claudeCode":541},"alirezarezvani/claude-skills","Social Content","https://github.com/alirezarezvani/claude-skills",{"basePath":545,"githubOwner":546,"githubRepo":518,"locale":18,"slug":547,"type":248},"marketing-skill/skills/social-content","alirezarezvani","social-content",{"evaluate":549,"extract":558},{"promptVersionExtension":206,"promptVersionScoring":207,"score":550,"tags":551,"targetMarket":220,"tier":296},100,[214,217,274,552,553,554,213,555,556,557],"content-strategy","scheduling","twitter","instagram","tiktok","facebook",{"commitSha":278,"license":239},{"parentExtensionId":560,"repoId":561},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[274,552,557,555,213,214,553,217,556,554],{"evaluatedAt":564,"extractAt":565,"updatedAt":564},1778685179349,1778675056600,{"_creationTime":567,"_id":568,"community":569,"display":570,"identity":574,"providers":577,"relations":585,"tags":586,"workflow":587},1778675056600.2642,"k17aczx5qdprvyyqzzhkg5epys86nv76",{"reviewCount":8},{"description":571,"installMethods":572,"name":573,"sourceUrl":543},"Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media performance, calculating engagement rate, measuring campaign ROI, comparing platform metrics, or benchmarking against industry standards.",{"claudeCode":541},"Social Media Analyzer",{"basePath":575,"githubOwner":546,"githubRepo":518,"locale":18,"slug":576,"type":248},"marketing-skill/skills/social-media-analyzer","social-media-analyzer",{"evaluate":578,"extract":584},{"promptVersionExtension":206,"promptVersionScoring":207,"score":550,"tags":579,"targetMarket":220,"tier":296},[217,214,580,581,219,582,583],"analytics","performance-tracking","engagement-metrics","benchmarking",{"commitSha":278,"license":239},{"parentExtensionId":560,"repoId":561},[580,583,582,214,581,219,217],{"evaluatedAt":588,"extractAt":565,"updatedAt":588},1778685204538,{"_creationTime":590,"_id":591,"community":592,"display":593,"identity":599,"providers":602,"relations":610,"tags":613,"workflow":614},1778698867338.3027,"k171kgm311805z9fa64vzfgkqs86nb64",{"reviewCount":8},{"description":594,"installMethods":595,"name":597,"sourceUrl":598},"Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions \"brand message\", \"website copy\", \"elevator pitch\", \"one-liner\", \"messaging isnt resonating\", \"brand script\", \"StoryBrand framework\", or \"customer as hero\". Also trigger when rewriting homepage copy, crafting email nurture sequences, or creating consistent messaging across sales collateral and marketing materials. Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.",{"claudeCode":596},"wondelai/skills","storybrand-messaging","https://github.com/wondelai/skills",{"basePath":597,"githubOwner":600,"githubRepo":601,"locale":18,"slug":597,"type":248},"wondelai","skills",{"evaluate":603,"extract":609},{"promptVersionExtension":206,"promptVersionScoring":207,"score":550,"tags":604,"targetMarket":220,"tier":296},[214,605,606,607,608,216],"messaging","branding","storytelling","copywriting",{"commitSha":278},{"parentExtensionId":611,"repoId":612},"k17bj16z8e1yp2wwfd2hxagjtd86m0fp","kd7aexggvp8qjwjtgjbetg0jch86mg5a",[606,608,214,605,216,607],{"evaluatedAt":615,"extractAt":616,"updatedAt":615},1778699553427,1778698867338,{"_creationTime":618,"_id":619,"community":620,"display":621,"identity":625,"providers":627,"relations":635,"tags":636,"workflow":637},1778698867338.298,"k17eany15hcz465k5n1zhc55cd86nzs2",{"reviewCount":8},{"description":622,"installMethods":623,"name":624,"sourceUrl":598},"Apply the six principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity) to product design, copy, and sales. Use when the user mentions \"social proof\", \"persuasive copy\", \"why users dont convert\", \"ethical persuasion\", \"reciprocity\", \"scarcity tactics\", or \"commitment and consistency\". Also trigger when designing testimonial sections, crafting urgency messaging, or improving trust signals on landing pages. For deal negotiation tactics, see negotiation. For viral word-of-mouth, see contagious.",{"claudeCode":596},"Influence Psychology",{"basePath":626,"githubOwner":600,"githubRepo":601,"locale":18,"slug":626,"type":248},"influence-psychology",{"evaluate":628,"extract":634},{"promptVersionExtension":206,"promptVersionScoring":207,"score":550,"tags":629,"targetMarket":220,"tier":296},[214,608,630,631,632,633,216],"product-design","psychology","persuasion","ux",{"commitSha":278,"license":239},{"parentExtensionId":611,"repoId":612},[608,214,632,630,631,216,633],{"evaluatedAt":638,"extractAt":616,"updatedAt":638},1778699285462,{"_creationTime":640,"_id":641,"community":642,"display":643,"identity":649,"providers":652,"relations":660,"tags":662,"workflow":663},1778696113180.8096,"k178v7r3z8w5bqgxd6qnv8km5586m1ch",{"reviewCount":8},{"description":644,"installMethods":645,"name":647,"sourceUrl":648},"Designing interactive calculators (ROI calculators, pricing estimators, savings projections, mortgage calculators, custom assessments) that deliver real decision-support value while serving as lead magnets and qualified-traffic generators. Honest about vanity-calculator (no real value), lead-trap (hides the answer behind email), and transparent-decision-tool (gives the result and earns the email through tiered value) patterns. Triggers on calculator, ROI calculator, pricing estimator, savings calculator, custom calculator, interactive tool, decision tool, financial calculator. Also triggers when an audience needs a calculation-driven lead magnet, when a vanity calculator is producing leads but no qualified ones, or when a calculator is being scoped for the first time.",{"claudeCode":646},"rampstackco/claude-skills","calculator-design","https://github.com/rampstackco/claude-skills",{"basePath":650,"githubOwner":651,"githubRepo":518,"locale":18,"slug":647,"type":248},"skills/calculator-design","rampstackco",{"evaluate":653,"extract":659},{"promptVersionExtension":206,"promptVersionScoring":207,"score":550,"tags":654,"targetMarket":220,"tier":296},[655,219,656,657,658,214],"calculator","pricing","growth-tooling","lead-generation",{"commitSha":278},{"repoId":661},"kd7bebccrrd1xf6w868aggftrd86m86v",[655,657,658,214,656,219],{"evaluatedAt":664,"extractAt":665,"updatedAt":664},1778696406184,1778696113180,{"_creationTime":667,"_id":668,"community":669,"display":670,"identity":676,"providers":679,"relations":686,"tags":689,"workflow":690},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":671,"installMethods":672,"name":674,"sourceUrl":675},"Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.",{"claudeCode":673},"iterationlayer/skills","generate-social-media-book-promo","https://github.com/iterationlayer/skills",{"basePath":677,"githubOwner":678,"githubRepo":601,"locale":18,"slug":674,"type":248},"skills/generate-social-media-book-promo","iterationlayer",{"evaluate":680,"extract":685},{"promptVersionExtension":206,"promptVersionScoring":207,"score":550,"tags":681,"targetMarket":220,"tier":296},[682,214,217,683,684],"image-generation","book-promotion","api",{"commitSha":278},{"parentExtensionId":687,"repoId":688},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[684,683,682,214,217],{"evaluatedAt":691,"extractAt":692,"updatedAt":691},1778693472094,1778691104676]