linkedin-mcp-server-ts: Skill for Claude Code

.agents/skills/improve/SKILL.md

improve is a skill for Claude Code, Codex from joaovjo/linkedin-mcp-server-ts. It costs 35 tokens per session (1,140 once invoked), scanned A, a copy of improve, MIT.

A review step for finding concrete ways to improve work after a task or review. Suggestions are tied to observations from the current session and separated from general ideas.

In plain words
What is it for?
Use it before handoff, after significant code changes, when reviewing newly written code or when asking what could be improved. It produces prioritised suggestions based on observed files, errors or behaviour.
Why use it?
It helps turn discovered problems or recurring patterns into practical follow-up actions. It also avoids proposing changes without evidence or overlooking risks to interfaces, permissions or data structures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is joaovjo/linkedin-mcp-server-ts's own configuration. It tells Claude Code and Codex how to work on linkedin-mcp-server-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything linkedin-mcp-server-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to joaovjo/linkedin-mcp-server-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/joaovjo/linkedin-mcp-server-ts/main/.agents/skills/improve/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/joaovjo/linkedin-mcp-server-ts

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for improve

README.md
[![agentmods](https://agentmods.dev/badge/skills/joaovjo/linkedin-mcp-server-ts/improve.svg)](https://agentmods.dev/skills/joaovjo/linkedin-mcp-server-ts/improve)
Your own site
<a href="https://agentmods.dev/skills/joaovjo/linkedin-mcp-server-ts/improve"><img src="https://agentmods.dev/badge/skills/joaovjo/linkedin-mcp-server-ts/improve.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.01140
Opus 5 $0.00017 $0.00570
Sonnet 5 $0.00007 $0.00228
Haiku 4.5 $0.00003 $0.00114

Measured 8d ago against content hash 51cb0871a0c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

improve scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to improve — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/improve/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Improve

Structured improvement pass grounded in what was observed during this session.

Principles (Always Active)

  • Every suggestion must cite a specific observation — file path, error seen, pattern noticed, or behavior verified. "I saw X" beats "common practice suggests Y."
  • Distinguish grounded suggestions (observed evidence) from speculative ones (general knowledge). Mark speculative suggestions explicitly.
  • Prioritize by impact to the user, not by ease of description.
  • Do not suggest improvements that would change public API contracts, auth boundaries, or data schemas without flagging as high-risk.
  • Simplicity is a feature. Do not suggest adding complexity unless it prevents a concrete problem observed in this session.

When to Use

  • User asks "knowing what you know now, what are some improvements?" or similar
  • Before claiming done in a ralph loop (self-check)
  • Before generating a handoff
  • After completing a significant chunk of work
  • When reviewing code that was just written or modified

When Not to Use

  • At the start of a session before meaningful work has been done
  • When the user explicitly asks to skip review and ship
  • For architectural redesigns (use spec/plan flow instead)

Dimensions

Analyze across these dimensions. Skip any dimension with nothing grounded to say.

Correctness

Error handling gaps, unhandled edge cases, type safety issues, race conditions, missing validation at system boundaries.

Simplicity

Unnecessary indirection, dead code, naming that obscures intent, over-engineered abstractions, complexity that doesn't earn its keep. Reference the simplify skill for implementation.

Security

Auth boundary gaps, input validation holes, secret handling issues, OWASP concerns observed in touched code.

Test Coverage

Untested code paths observed during the session, missing test layers (unit/integration/e2e), fixture realism gaps, assertions that don't verify meaningful behavior.

Performance

Bottlenecks observed during the session (slow queries, N+1 patterns, unnecessary recomputation). Only flag what was actually observed, not hypothetical.

Read the full file on GitHub · 120 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 120 lines · 35 tokens per session scan A 51cb0871a0c8

Subscribe to this mod's changes

improve is a skill published in the GitHub repository joaovjo/linkedin-mcp-server-ts (4 stars, last pushed 20d ago), licensed MIT. It adds 35 tokens to every session and 1,140 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to improve, differing in 0 lines, and is treated as a copy.