session-start

session-start is a skill for Claude Code, Codex from sandraschi/gitee-mcp. It costs 0 tokens per session (175 once invoked), scanned A, original, MIT.

A session-start guide for connecting to Gitee, a Chinese code-hosting platform similar to GitHub. It provides repository search, activity monitoring, repository details, and Chinese-to-English translation through local tools.

In plain words
What is it for?
Use it to explore active Gitee projects, inspect repositories and users, translate repository information, and save useful findings for later.
Why use it?
It gives coding sessions a consistent way to inspect Gitee activity and repositories while keeping requests within the service’s anonymous usage limits.

Skill for Claude CodeCodex

Part of the gitee-mcp plugin — 3 skills, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sandraschi/gitee-mcp/session-start
Any agent
npx skills add sandraschi/gitee-mcp --skill session-start
Clone the repo
git clone --depth 1 https://github.com/sandraschi/gitee-mcp

Made for: Claude Code, Codex.

Or install gitee-mcp, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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 session-start

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandraschi/gitee-mcp/session-start.svg)](https://agentmods.dev/skills/sandraschi/gitee-mcp/session-start)
Your own site
<a href="https://agentmods.dev/skills/sandraschi/gitee-mcp/session-start"><img src="https://agentmods.dev/badge/skills/sandraschi/gitee-mcp/session-start.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 175 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00000 $0.00175
Opus 5 $0.00000 $0.00088
Sonnet 5 $0.00000 $0.00035
Haiku 4.5 $0.00000 $0.00017

Measured 5d ago against content hash 2c417f1ac7cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

session-start 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 5d 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

Copies of this mod

1 near-identical copy found in the catalogue:

  • gitee-mcp — 92% identical, 7 lines differ
.agents/skills/session-start/SKILL.md · 17 lines

What it actually says

Gitee MCP

Bridge to Gitee (gitee.com), China's largest Chinese-language code hosting platform: live activity radar, repo intel, user/repo search and zh->en translation via your local LLM.

Before starting work:

  1. Check what is humming: gitee_explore(operation="humming", limit=10)
  2. Check status/tier: show_gitee_status_card() or gitee_help()

At end of work, save insights:

  • Offer a watchlist of interesting repos you found (radar + repo commits)
  • Respect the anonymous budget (~60 req/hour) - cache-aware, small limits

Tools: gitee_explore, gitee_repo, gitee_search, gitee_translate, gitee_webhook, gitee_help, show_gitee_humming_card, show_gitee_status_card.

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. 5d ago First seen · 17 lines · 0 tokens per session scan A 2c417f1ac7cb

Subscribe to this mod's changes

session-start is a skill published in the GitHub repository sandraschi/gitee-mcp (2 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 175 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

adversarial-research

Run a parallel bull/bear adversarial research pipeline on a specific ticker. Use when the user asks for "adversarial research", "bull bear analysis", "deep research on [ticker]", a bull-bear debate on X, or wants a rigorous debate-style investment thesis. (Bare "should I buy X?" belongs to pre-trade-check.) Then…

tusharagg1/aifolimizer · 88 tokens

auto-rebalance

Monthly rebalance + DCA prompt for the long-term core ETF sleeve only (broad-market index ETFs) - NOT single-stock adds (use cash-deployment) and NOT max-Sharpe reweighting (use optimize-allocation). Use when the user asks "should I rebalance?", "where should I deploy my paycheck?", "DCA recommendation", "is my…

tusharagg1/aifolimizer · 117 tokens

daily-briefing

Run a one-shot morning portfolio digest that ties together health, alerts, macro regime, crowding risk, concentration, and earnings calendar into a single decision-ready brief. Use when the user asks for "morning briefing", "daily digest", "what's happening today?", "what changed overnight?", or "give me the morning…

tusharagg1/aifolimizer · 83 tokens

pre-trade-check

Forced discipline gate before any discretionary buy or sell. Use BEFORE placing any trade - intraday, swing, or position. Triggers on "should I buy X?", "thinking about X", "going to enter X", "is now a good time for X?", "I want to buy X", "saw X on twitter", "X is ripping". Refuses approval when FOMO, sizing, or…

tusharagg1/aifolimizer · 94 tokens

weekly-mirror

Brutally honest weekly performance mirror. Use every Sunday or when the user asks "how am I doing?", "weekly review", "am I making money?", "show me my track record", "should I keep trading?". Surfaces real win rate, average win/loss R-multiple, trading P&L vs boring-core P&L, and recommends continue / cool-off /…

tusharagg1/aifolimizer · 83 tokens

momentum-scanner

Scan portfolio holdings for 12-month price momentum and 52-week high proximity. Use when user asks "which stocks have momentum?", "rank my holdings by performance", "momentum scan", "12-month winners and losers", "52-week high analysis", "which momentum laggards should I trim?", or "show momentum signals".

tusharagg1/aifolimizer · 72 tokens