
Specstory Project Stats
- 224 installs
- 31 repo stars
- Updated January 31, 2026
- specstoryai/agent-skills
Use specstory-project-stats for development tasks
About
specstory-project-stats: A skill for development. This provides functionality for development workflows.
- specstory-project-stats
Specstory Project Stats by the numbers
- 224 all-time installs (skills.sh)
- +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #1,736 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/specstoryai/agent-skills --skill specstory-project-statsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 224 |
|---|---|
| repo stars | ★ 31 |
| Last updated | January 31, 2026 |
| Repository | specstoryai/agent-skills ↗ |
What it does
Use specstory-project-stats for development tasks
Files
SpecStory Project Stats
Fetches project statistics from SpecStory's cloud platform, showing contributor counts, session activity, and other project metrics.
How It Works
1. Identifies the project via .specstory/.project.json, git remote, or folder name 2. Calls the SpecStory Cloud API 3. Returns project statistics in JSON format 4. Presents the data in a readable summary
Prerequisites
- Project must be synced to SpecStory Cloud
- Node.js must be available to run the script
Usage
Slash Command
| User says | Action |
|---|---|
/specstory-project-stats | Fetch stats for current project |
/specstory-project-stats | Same as above (no arguments needed) |
Direct Script Usage
# Fetch stats for current project
node skills/specstory-project-stats/scripts/get-stats.js
# With custom API endpoint (for development)
SPECSTORY_API_URL=http://localhost:5173 node skills/specstory-project-stats/scripts/get-stats.jsOutput
The script outputs JSON with project statistics:
{
"project_id": "specstoryai/agent-skills",
"sessions": {
"total": 156,
"last_30_days": 47,
"last_7_days": 12
},
"contributors": {
"total": 5,
"active_last_30_days": 3
},
"activity": {
"first_session": "2025-10-15",
"last_session": "2026-01-28",
"avg_sessions_per_week": 8.2
}
}Project ID Resolution
The script determines project ID in this order:
1. `.specstory/.project.json` - Uses git_id or workspace_id field 2. Git remote - Extracts repo name from origin remote URL 3. Folder name - Falls back to current directory name
Error Handling
| Error | Meaning | Action |
|---|---|---|
| 404 | Project not found | Project needs to sync to SpecStory Cloud first |
| 401 | Unauthorized | API endpoint may require authentication |
| Network error | Can't reach API | Check internet connection |
Present Results to User
After fetching stats, present them in a friendly format:
Example Response (success)
Here are the stats for **specstoryai/agent-skills**:
**Sessions**
- Total: 156 sessions captured
- Last 30 days: 47 sessions
- Last 7 days: 12 sessions
**Contributors**
- Total: 5 contributors
- Active recently: 3
**Activity**
- First session: October 15, 2025
- Most recent: January 28, 2026
- Average: ~8 sessions per week
Your project has been actively using AI-assisted coding!Example Response (404 error)
This project doesn't exist on SpecStory Cloud yet.
To get started:
1. Make sure you have SpecStory installed
2. Run `specstory sync` to push your local sessions to the cloud
3. Try this command again
Need help? Check the docs at https://docs.specstory.comEnvironment Variables
| Variable | Default | Description |
|---|---|---|
SPECSTORY_API_URL | https://cloud.specstory.com | API endpoint |
Notes
- Statistics are fetched from SpecStory Cloud, not local history
- Project must have synced sessions to show meaningful stats
- The API is public and doesn't require authentication for basic stats
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.SpecStory Project Stats
A Claude Code skill that fetches project statistics for the current project from SpecStory's cloud platform.
Overview
This skill automatically determines your project ID and fetches statistics from the SpecStory API. The project ID is calculated using a deterministic algorithm that ensures consistency across different environments.
Project ID Calculation
The skill determines the project ID using the following priority:
1. `.specstory/.project.json`: If this file exists, it uses:
git_idfield (preferred)workspace_idfield (fallback)
2. Git Repository: If no project JSON exists, it extracts the repository name from .git/config (remote "origin")
3. Folder Name: If no git repository is found, it uses the current folder name
The identifier is then hashed using SHA256, truncated to 16 characters, and formatted as xxxx-xxxx-xxxx-xxxx.
Usage
As a Claude Code Skill
Simply invoke the skill:
/specstory-project-statsDirect Script Execution
You can also run the script directly:
node skills/specstory-project-stats/scripts/get-stats.jsCustom API Endpoint
To use a different SpecStory API endpoint (e.g., production):
SPECSTORY_API_URL=https://cloud.specstory.com node skills/specstory-project-stats/scripts/get-stats.jsBy default, the script uses https://cloud.specstory.com, for local development you can override it with SPECSTORY_API_URL=http://localhost:5173.
API Endpoint
The skill calls:
{baseUrl}/api/v1/projects/{projectId}/statsWhere:
baseUrldefaults tohttps://cloud.specstory.com(configurable viaSPECSTORY_API_URL, usehttp://localhost:5173for local development)projectIdis calculated as described above
Requirements
- Node.js (uses built-in modules:
fs,path,crypto,https) - No external dependencies required
Files
scripts/get-stats.js: Main script that calculates project ID and fetches statsSKILL.md: Claude Code skill instructionsREADME.md: This documentation file
Example Output
Project ID: a1b2-c3d4-e5f6-7890
Fetching stats from: https://cloud.specstory.com/api/v1/projects/a1b2-c3d4-e5f6-7890/stats
Stats:
{
"project": "example/repo",
"total_commits": 1234,
"contributors": 56,
...
}Error Handling
The script will exit with an error if:
- The API endpoint is unreachable
- The API returns a non-200 status code
- The response cannot be parsed as JSON
Error messages will include helpful context for debugging.
#!/usr/bin/env node
const fs = require('fs');
const path = require('path');
const crypto = require('crypto');
const https = require('https');
/**
* Creates a hash from input string
* Takes first 16 characters of SHA256 hash and formats as xxxx-xxxx-xxxx-xxxx
*/
function createHash(input) {
const fullHash = crypto.createHash('sha256').update(input).digest('hex');
const truncatedHash = fullHash.substring(0, 16);
return truncatedHash.replace(/(.{4})(.{4})(.{4})(.{4})/, '$1-$2-$3-$4');
}
/**
* Gets the repo name from .git/config file
*/
function getRepoNameFromGitConfig() {
const gitConfigPath = path.join(process.cwd(), '.git', 'config');
if (!fs.existsSync(gitConfigPath)) {
return null;
}
try {
const configContent = fs.readFileSync(gitConfigPath, 'utf8');
const lines = configContent.split('\n');
let inOriginSection = false;
for (const line of lines) {
if (line.trim() === '[remote "origin"]') {
inOriginSection = true;
continue;
}
if (inOriginSection && line.includes('url =')) {
const url = line.split('url =')[1].trim();
// Extract repo name from URL
// Handles both SSH (git@github.com:user/repo.git) and HTTPS (https://github.com/user/repo.git)
const match = url.match(/[\/:]([^\/]+\/[^\/]+?)(\.git)?$/);
if (match) {
return match[1].replace('.git', '');
}
}
// Stop when we hit the next section
if (inOriginSection && line.trim().startsWith('[')) {
break;
}
}
} catch (error) {
console.error('Error reading .git/config:', error.message);
}
return null;
}
/**
* Gets the current folder name
*/
function getCurrentFolderName() {
return path.basename(process.cwd());
}
/**
* Calculates the project ID
*/
function calculateProjectId() {
// First, check if .specstory/.project.json exists
const projectJsonPath = path.join(process.cwd(), '.specstory', '.project.json');
if (fs.existsSync(projectJsonPath)) {
try {
const projectData = JSON.parse(fs.readFileSync(projectJsonPath, 'utf8'));
// Prefer git_id, fallback to workspace_id
if (projectData.git_id) {
return projectData.git_id;
}
if (projectData.workspace_id) {
return projectData.workspace_id;
}
} catch (error) {
console.error('Error reading .specstory/.project.json:', error.message);
}
}
// Calculate from repo name or folder name
const repoName = getRepoNameFromGitConfig();
const identifier = repoName || getCurrentFolderName();
return createHash(identifier);
}
/**
* Fetches stats from the API
*/
function fetchStats(projectId, baseUrl) {
const url = `${baseUrl}/api/v1/projects/${projectId}/stats`;
const urlObj = new URL(url);
const isHttps = urlObj.protocol === 'https:';
const http = require('http');
const httpModule = isHttps ? https : http;
return new Promise((resolve, reject) => {
httpModule.get(url, (res) => {
let data = '';
res.on('data', (chunk) => {
data += chunk;
});
res.on('end', () => {
if (res.statusCode === 200) {
try {
const jsonData = JSON.parse(data);
resolve(jsonData);
} catch (error) {
reject(new Error(`Failed to parse JSON response: ${error.message}`));
}
} else {
reject(new Error(`API returned status ${res.statusCode}: ${data}`));
}
});
}).on('error', (error) => {
reject(new Error(`Request failed: ${error.message}`));
});
});
}
/**
* Main function
*/
async function main() {
try {
const baseUrl = process.env.SPECSTORY_API_URL || 'https://cloud.specstory.com';
const projectId = calculateProjectId();
console.log(`Project ID: ${projectId}`);
console.log(`Fetching stats from: ${baseUrl}/api/v1/projects/${projectId}/stats\n`);
const stats = await fetchStats(projectId, baseUrl);
console.log('Stats:');
console.log(JSON.stringify(stats, null, 2));
} catch (error) {
console.error('Error:', error.message);
process.exit(1);
}
}
main();