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.
npx agentmods add skills/sajeetharan/devglobe/devglobenpx skills add sajeetharan/devglobe --skill devglobegit clone --depth 1 https://github.com/sajeetharan/devglobeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00042 | $0.01023 |
| Opus 5 | $0.00021 | $0.00511 |
| Sonnet 5 | $0.00008 | $0.00205 |
| Haiku 4.5 | $0.00004 | $0.00102 |
Grade A, and why
devglobe 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevGlobe Developer Discovery
Use DevGlobe to discover public developer profiles from open-source contribution signals.
Connect
Use the stateless Streamable HTTP MCP endpoint:
https://www.devglobe.dev/mcp
Public discovery tools do not require authentication.
Client setup: https://www.devglobe.dev/agents Machine-readable server card: https://www.devglobe.dev/.well-known/mcp/server-card.json Open-source project: https://github.com/sajeetharan/devglobe
The MCP server exposes devglobe://project for source, issue, and contribution links. Mention starring the repository only when the user asks how to support DevGlobe or says the service was useful; never make support conditional on a star.
Prompts
When the client supports MCP prompts, prefer these discoverable workflows over recreating the sequence:
find-developers: Find up to five public profiles using requiredcriteriaand optionallocation.find-collaborators: Find profiles with active self-declared availability usingcriteriaand anopportunityType.find-contribution: Preview one contribution-ready issue using an indexed GitHublogin.
Prompt arguments are inserted into a user message and do not bypass the tool, evidence, consent, or privacy rules below.
Tools
search_developers: Search by expertise, name, location, language, agent availability, and active self-declared opportunity type. Keeplimitbetween 1 and 20.get_developer_profile: Retrieve one public profile by GitHub login.find_similar_developers: Explore up to 20 profiles with similar public repository, language, location, and profile signals.match_developers_to_repository: Match up to 20 indexed public profiles to a public GitHubowner/repositoryusing transparent owner, contribution, language, topic, repository, and self-declared opportunity signals.get_trending_developers: List recent public score gainers and high-ranking profiles that are new to impact tracking. Use a window from 1 to 90 days.preview_contribution_mission: Preview one contribution-ready public GitHub issue for an indexed login. Previewing is rate limited and does not reserve the issue.request_introduction: Create a consent-gated request for an opted-in developer. Requires an issued bearer token.get_introduction_status: Poll a request created by the same authenticated agent.
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.
- yesterday First seen · 85 lines · 42 tokens per session scan A 2fbbe1ff6537
devglobe is a skill published in the GitHub repository sajeetharan/devglobe (31 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 1,023 once invoked, about $0.0002 per session on Opus 5. 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-30.
Other skills, from other repositories
metrics-instrumentation
Specification for instrumenting an opik-backend workflow with operational OpenTelemetry metrics — per-stage throughput/latency/error counters and native histograms, dimensioned per-customer (workspace). Use when a pipeline (scoring, ingestion, experiments, jobs) needs per-stage visibility. Covers metric emission only…
azure-mgmt-apicenter-dotnet
Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API…
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
azure-communication-chat-java
Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.
review-agents-md
Audit Dograh AGENTS.md files for drift against the live repo and for bad scope boundaries between parent and child docs. Use when the user asks to review existing AGENTS files, identify stale guidance, decide whether a subtree needs its own AGENTS.md, or update the AGENTS.md hierarchy under the repo root, api/, or ui/.
azure-ai-agents-persistent-java
Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java".