By Attuned-Corp
Query engineering, project management, and investment data from the Span Knowledge Graph API
Skills for querying Span. Compatible with Claude Code and Cursor.
| Skill | Command | Description |
|---|---|---|
| ask | /span:ask | Query engineering metrics, team velocity, PRs, deployments, investments, and more |
Install directly from within Claude Code:
/plugin marketplace add Attuned-Corp/skills
/plugin install span@span-skills
Or from the terminal:
claude plugin marketplace add Attuned-Corp/skills
claude plugin install span@span-skills
For local development or customization:
git clone https://github.com/Attuned-Corp/skills.git ~/span-plugin
ln -s ~/span-plugin ~/.claude/plugins/span
Load the plugin for a single session:
git clone https://github.com/Attuned-Corp/skills.git ~/span-plugin
claude --plugin-dir ~/span-plugin
For teams who want to pin a specific version:
git submodule add https://github.com/Attuned-Corp/skills.git vendor/span-plugin
claude --plugin-dir vendor/span-plugin
After installation, verify the plugin is loaded:
/plugin list
You should see span in the list of installed plugins.
Cursor natively supports skills using the same SKILL.md format. Clone the repo and symlink the skills into your project or user-level skills directory:
git clone https://github.com/Attuned-Corp/skills.git ~/span-skills
# Project-level (add to a specific project)
ln -s ~/span-skills/skills/ask .cursor/skills/ask
# Or user-level (available in all projects)
ln -s ~/span-skills/skills/ask ~/.cursor/skills/ask
For more details on how Cursor discovers and invokes skills or alternative methods of installation, see the Cursor Skills documentation.
In Claude Code:
/span:ask
In Cursor, type / followed by the skill name in Agent chat:
/ask
The AI agent automatically activates the skill when you ask relevant questions:
| You ask... | What happens |
|---|---|
| "How many PRs did we merge last week?" | Queries PR count with time filter |
| "What's the cycle time for the core team?" | Fetches team cycle time metrics |
| "Who merged the most PRs last month?" | Ranks contributors by PR volume |
| "Show me deployment frequency trends" | Returns time-series deployment data |
| "Compare velocity across teams" | Aggregates metrics by team |
To use the span plugin, you need:
On first use, the skill will guide you through configuration.
The plugin stores configuration in ~/.spanrc/ by default:
~/.spanrc/
├── auth.json # Your token (you create this)
├── metadata-cache.json # API metadata (auto-generated)
└── api-version-detected # API version from last metadata fetch (auto-generated)
To use a custom location, set the SPAN_CONFIG_DIR environment variable:
export SPAN_CONFIG_DIR="/path/to/custom/folder"
Span is the AI-native engineering intelligence platform that brings clarity to engineering organizations. This plugin brings Span's insights directly into your terminal.
MIT License - see LICENSE for details.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub attuned-corp/skills --plugin spanProductivity metrics and analytics dashboard
Commands for team workflows, PR reviews, and collaboration
Generate analytics reports and dashboard configurations from project data
Project orchestration from planning to delivery. Master Scrum, Kanban, sprint planning, roadmaps, retrospectives, team metrics, and stakeholder management.
Project management agents — agile coach, delivery manager, progress tracking
Project management plugin that aligns initiatives with GitHub data - turns repositories, issues, and projects into status dashboards