Token导航 LogoToken导航TokenDH.com
运维和基础设施需要联网github未标认证来源可访问许可证需确认审计通过

linkedin-technical领英技术

Agent Skill

linkedin-technical 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,104

周安装

46

GitHub Stars

69

下载量

368
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkedin-technical(领英技术)
来源仓库:https://github.com/jonathimer/devmarketing-skills
仓库路径:skills/linkedin-technical
安装命令:
npx skills add https://github.com/jonathimer/devmarketing-skills --skill linkedin-technical
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jonathimer/devmarketing-skills --skill linkedin-technical

简介

该技能用于 GitHub 仓库协作信息的结构化整理。

  • 适合处理 Issue、Pull Request 及代码变更相关内容。
  • 可在多宿主环境中提供项目状态监控支持。
  • 使用前请确认是否涉及敏感仓库访问或代码审查权限。
  • linkedin-technical 属于运维和基础设施类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

LinkedIn for Technical Audiences

LinkedIn is where B2B developer tools win deals. This skill covers technical content that works on LinkedIn, reaching engineering managers and decision-makers, and knowing when LinkedIn beats Twitter.


Before You Start

  1. Read .agents/developer-audience-context.md if it exists
  2. Assess your LinkedIn presence (profile, connections, content history)
  3. Understand: LinkedIn rewards different content than developer Twitter

When LinkedIn Beats Twitter

LinkedIn's Unique Value

FactorLinkedIn advantage
B2B decisionsDecision-makers are here
Enterprise reachCTOs, VPs, directors active
Company contextSee role, company, team size
Professional networkSecond-degree reach is valuable
Long-form contentArticles rank in Google
Lead generationBuilt-in company/role targeting

Use LinkedIn When

ScenarioWhy
Selling to enterprisesBuyers are on LinkedIn
Reaching engineering managersMore managers here than Twitter
Recruiting developer usersProfessional context
B2B partnershipsCompanies > individuals
Industry/vertical targetingCompany data available
Longer professional contentNewsletters, articles

Use Twitter When

ScenarioWhy
Individual developersMore devs on Twitter
Real-time engagementFaster conversation
Open source projectsCommunity is on Twitter
Casual/authentic voiceLinkedIn is more formal
Technical hot takesTwitter thrives on debate

Understanding LinkedIn's Audience

Who's Actually Active

SegmentEngagement levelWhat they consume
Engineering managersHighLeadership, team building
CTOs/VPs EngineeringMediumStrategy, industry trends
Tech recruitersVery highTalent, employer branding
DevRel/Developer advocatesHighCommunity, content tactics
Solution architectsMediumTechnical evaluations
Individual developersLowerCareer, learning

What LinkedIn Values

Content typePerformanceNotes
Personal storiesVery highLinkedIn loves narrative
Career lessonsHighProfessional growth content
Contrarian opinionsHigh"Unpopular opinion:" works
Behind-the-scenesHighCompany/team stories
Technical deep divesMediumMore accessible than Twitter
Plain announcementsLowNeed personal angle
Shared linksVery lowAlgorithm deprioritizes

Content That Works

The LinkedIn Technical Post Formula

[Hook: Personal statement or question]

[Short paragraph: The context or problem]

[Bullet points: 3-5 key insights]

[Personal take: What you learned]

[CTA: Question or action]

---

[Hashtags: 3-5 relevant ones]

Example Formats

The "Here's What Happened" Post:

Last month we migrated 2TB of data from MongoDB to PostgreSQL.

Here's what we learned (and what we'd do differently):

→ Start with a test migration
   We didn't. Cost us 3 days.

→ Schema mapping is 80% of the work
   The actual migration is easy.

→ Watch for timezone handling
   MongoDB stores UTC, Postgres respects your settings.

→ Have a rollback plan
   Ours worked. Twice.

The migration took 4 days total, not the "weekend project" we planned.

What's your biggest database migration war story?

#engineering #databases #postgresql

The "Unpopular Opinion" Post:

Unpopular opinion: Most engineering teams don't need Kubernetes.

I've seen 3-person startups running K8s because "Netflix uses it."

The reality:
• Single container on Railway/Render: $20/month
• Managed K8s: $300/month minimum
• Self-hosted K8s: 1 FTE just for maintenance

Kubernetes is amazing for:
→ Multi-region deployments
→ Complex orchestration needs
→ 99.99% SLA requirements

But most apps? Docker Compose on a VM is fine.

What's the smallest team you've seen running Kubernetes?

#devops #kubernetes #startups

The "Behind the Scenes" Post:

We just hit 10,000 API calls per second.

Here's the unsexy truth about scaling:

6 months ago we could barely handle 1,000 req/s.

What changed:
→ Moved hot paths to Redis
→ Implemented connection pooling (finally)
→ Added CDN for static assets
→ Profiled and found 3 N+1 queries

No fancy architecture. No rewrite.
Just fixing obvious stuff we'd ignored.

The lesson: Optimize boring things first.

What's the simplest optimization that made your biggest impact?

Content Mix for LinkedIn

TypePercentagePurpose
Personal insights40%Build authority
Technical content30%Demonstrate expertise
Company/team stories20%Employer branding
Promotional10%Actual asks

Formatting Best Practices

Post Structure

ElementGuideline
First lineHook — make them click "see more"
Length1,200-1,500 characters optimal
Line breaksEvery 1-2 sentences
White spaceUse blank lines liberally
EmojisSparingly, for bullets (→, •)
Hashtags3-5 at the end

What Gets Hidden

LinkedIn truncates after ~210 characters. Your first 2-3 lines are critical.

Bad hook (no curiosity gap):

I wanted to share some thoughts about microservices.

Good hook (creates curiosity):

We ripped out our microservices architecture.

Here's why going back to a monolith was the right call:

Visual Content

FormatPerformanceUse for
Carousels (PDF)Very highStep-by-step, lists
Native videoHighDemos, explanations
ImagesMediumDiagrams, screenshots
Text onlyMediumStories, opinions
LinksLowExternal content

Carousel tips:

  • 5-10 slides optimal
  • First slide = thumbnail (make it count)
  • Large text, minimal per slide
  • Upload as PDF for carousel effect

Company Page vs Personal

When to Use Each

Use CaseCompany PagePersonal Profile
Product announcementsCross-post
Company newsLeadership shares
Industry thought leadership
Technical insights
Hiring postsHiring manager shares
Customer storiesPersonal angle helps

The Reality

MetricCompany PagesPersonal Profiles
Organic reachLow (2-5%)Higher (10-20%)
EngagementLowerHigher
Following growthSlowFaster
Lead gen toolsAvailableLimited
AnalyticsBetterBasic

Strategy: Post from company page, have team members share with personal commentary.


Reaching Engineering Managers

What Engineering Managers Care About

TopicWhy it resonates
Team productivityTheir main metric
Hiring/retentionConstant challenge
Technical decisionsBalancing team + business
Developer experienceTeam satisfaction
Technical debtConstant negotiation
Process improvementsMaking teams effective

Content Angles for EM Audience

AngleExample hook
Metrics"The 3 metrics our team tracks (and 5 we stopped tracking)"
Process"How we cut our sprint planning from 4 hours to 45 minutes"
Hiring"The technical interview question that tells us the most"
Tech decisions"Why we chose boring technology for our startup"
Team building"What I learned managing my first remote team"

Hashtags

Technical Hashtags That Work

HashtagAudience
#engineeringBroad engineering
#softwaredevelopmentGeneral dev
#webdevelopmentWeb devs
#devopsDevOps/SRE
#cloudcomputingCloud/infra
#startupStartup audience
#techleadershipEMs, VPs
#remoteworkRemote teams
#hiringRecruiting context
#opensourceOSS community

Hashtag Rules

  • 3-5 hashtags maximum
  • Put at the end of post
  • Mix broad (#engineering) and specific (#kubernetes)
  • Skip if post is personal/narrative

Platform-Specific Do's and Don'ts

Do's

  1. Do write posts, not status updates
  2. Do use line breaks liberally
  3. Do start with a hook
  4. Do share personal experiences
  5. Do engage in comments (first hour matters)
  6. Do cross-post from company page personally
  7. Do use carousels for educational content
  8. Do mention people and companies when relevant

Don'ts

  1. Don't post just links (algorithm kills them)
  2. Don't use LinkedIn like Twitter
  3. Don't over-hashtag (looks spammy)
  4. Don't be too promotional
  5. Don't ignore comments
  6. Don't post walls of text without breaks
  7. Don't share memes (different culture than Twitter)
  8. Don't buy engagement pods

Profile Optimization

Technical Professional Profile

SectionBest practice
PhotoProfessional, friendly
Headline[Role] at [Company]
AboutStory format: background → now → what you share
FeaturedPin your best posts, articles
ExperienceFocus on impact, not job duties
SkillsTechnical skills get endorsements

Headline examples:

Staff Engineer at Stripe | Building payments infrastructure

VP Engineering at Startup | Scaling teams from 5 to 50

DevRel at Supabase | Making databases accessible

LinkedIn Articles vs Posts

When to Use Articles

ArticlesPosts
1,000+ wordsUnder 1,500 characters
SEO value (Google indexed)No SEO
Evergreen contentTimely/current
Newsletter integrationOne-time reach
Lower immediate reachHigher immediate reach

Article Best Practices

  • Front-load value (assume people don't finish)
  • Use headers and formatting
  • Include visuals
  • End with CTA
  • Share as post after publishing

Tools

ToolUse case
OctolensMonitor LinkedIn for mentions of your product, competitors, and relevant conversations. Track when your space gets discussed.
Shield AnalyticsDetailed LinkedIn analytics
TaplioPost scheduling and analytics
AuthoredUpPost formatting and preview
CanvaCarousel design
PDF carouselsCreate in Canva, upload as PDF

Content Calendar

Weekly Template

DayContent type
MondayTechnical insight post
TuesdayEngage with others' content
WednesdayPersonal/career story
ThursdayCompany news (shared personally)
FridayIndustry opinion or hot take

Measuring Success

Metrics That Matter

MetricWhat it tells you
ImpressionsReach of content
Engagement rateContent resonance
Profile viewsInterest generation
Connection requestsNetwork growth
FollowersAudience building
Click-throughsAction conversion
CommentsDiscussion value

Good Benchmarks

MetricGoodGreat
Engagement rate2-3%5%+
Profile views/week50+200+
Post reach500+2000+

Related Skills

  • developer-audience-context — Know who you're reaching
  • x-devs — Cross-post adapted content
  • github-presence — Link from LinkedIn to GitHub
  • youtube-devrel — Share video content on LinkedIn

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.16%
按下载量换算129

Claude

32.72%
按下载量换算120

Cursor

18.76%
按下载量换算69

Gemini CLI

9.73%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills