specstory-project-stats

Fetch project statistics from SpecStory Cloud via local configuration or git remotes.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zapabob/Skills --skill specstory-project-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specstory-project-stats
Source: https://github.com/zapabob/Skills/tree/main/registry/skills/specstory-project-stats/variants/cursor
Command: npx skills add https://github.com/zapabob/Skills --skill specstory-project-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the retrieval of project statistics from SpecStory Cloud, providing insights into contributor activity and session metrics without manual API calls or data compilation.

Core Features & Use Cases

  • Project Identification: Automatically detects the current project using .specstory/.project.json, git remote, or folder name.
  • API Integration: Connects to SpecStory Cloud API to fetch statistics.
  • Data Presentation: Outputs statistics in a clear JSON format and provides guidance on how to present them to the user.
  • Use Case: A project manager wants to quickly see how many active contributors and sessions a project has had in the last month. They can use this skill to get an immediate, up-to-date summary.

Quick Start

Use the specstory-project-stats skill to fetch the statistics for the current project.

Frequently Asked Questions about specstory-project-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get SpecStory project statistics automatically?

To get SpecStory project statistics automatically, you can use a skill that fetches session counts and contributor activity directly from the SpecStory Cloud API. It identifies the current project automatically using local configuration files, git remotes, or directory names.

What is the best way to track SpecStory contributor activity and sessions?

The best way to track SpecStory contributor activity and sessions is by retrieving project statistics from the SpecStory Cloud. This process outputs data in a clear JSON format, providing immediate insights into metrics like active contributors without manual API calls.

How does project identification work for SpecStory analytics?

Project identification for SpecStory analytics works by automatically detecting the current project. It sequentially checks for a local `.specstory/.project.json` configuration file, a git remote, or the current folder name to determine which project to fetch statistics for.

Do I need Node.js to fetch SpecStory session counts?

Yes, you need Node.js installed to fetch SpecStory session counts. The skill requires Node.js to execute its scripts and also requires network access to communicate with the SpecStory API endpoint to retrieve the project statistics.

Can I use SpecStory project stats without a local configuration file?

Yes, you can retrieve SpecStory project stats without a local configuration file. If the `.specstory/.project.json` file is missing, the skill will identify the project by checking the git remote or falling back to the current directory name.

What format are SpecStory project statistics output in?

SpecStory project statistics are output in a clear JSON format. The skill fetches the raw statistics from the SpecStory Cloud API and provides guidance on how to present this JSON data effectively to the user.