{ "name": "sp-global", "description": "S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries", "version": "1.0.0", "author": { "name": "Kensho Technologies", "email": "spglobal-agent-skills-maintainers@kensho.com" }, "homepage": "https://www.marketplace.spglobal.com/en/solutions/kensho-llm-ready-api-%28a156fe9f-5564-4f60-a624-95d8645dc98f%29", "repository": "https://github.com/kensho-technologies/spglobal-agent-skills", "license": "Apache-2.0", "keywords": [ "sp-global", "finance", "capital-iq", "tearsheets", "earnings", "transactions", "excel" ], "mcpServers": { "spglobal": { "type": "http", "url": "https://kfinance.kensho.com/integrations/mcp" } } }
Claude Plugin
sp-global
S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries
Editor's Note
S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries
Plugin Overview
This item is backed by a plugin manifest rather than a `SKILL.md` file, so the most useful fields are surfaced here first.
Plugin Name
sp-global
Version
1.0.0
Author
Kensho Technologies (spglobal-agent-skills-maintainers@kensho.com)
Manifest Description
S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries
Manifest Keywords
Raw Manifest
The structured plugin fields above are derived from the same upstream manifest shown below.
Related Items
Claude Plugin
azure
Microsoft Azure MCP and Skills integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.
Claude Plugin
ccboard
Comprehensive TUI/Web dashboard for Claude Code monitoring and management
Claude Plugin
claude-code-setup
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Claude Plugin
codebase-documenter
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>