Text Statistics
sarveshtalele/mcp-skills-registryCompute readability and structural statistics for a block of text: word count, sentence count, character count, average word length, and an approximate Flesch reading-ease score. Trigger when the user asks to analyze text, count words, measure readability, or get text statistics.
At a glance
git clone --depth 1 https://github.com/sarveshtalele/mcp-skills-registry
cp -r mcp-skills-registry/skills/text-statistics ~/.claude/skills/text-statistics
Setup, runtime and requirements describe sarveshtalele/mcp-skills-registry, the repo this skill ships in.
Also in sarveshtalele/mcp-skills-registry
View the repoPerform a deterministic, graph-driven Change Impact Analysis for a repository. Given a set of changed files, builds a dependency graph, find...
Create a Jira issue via the Jira Cloud REST API. Requires JIRA_BASE_URL, JIRA_EMAIL, and JIRA_API_TOKEN environment variables on the server....
Reverse-engineer / discover a codebase. Works in two modes — provide EXACTLY one input: `repo_url` (a github.com URL) clones the repo server...
One or two sentences describing what the skill does, followed by trigger phrases the agent should recognize. Trigger when the user says: ...
Create a ServiceNow incident via the Table API. Requires SERVICENOW_INSTANCE, SERVICENOW_USER, and SERVICENOW_PASSWORD environment variables...
Validate a set of engineering artifacts against governance rules and emit a deterministic pass/fail audit report with a compliance score. Tr...
Generate a project constitution for spec-driven development: the guiding principles, quality bars, and constraints every later artifact must...
Turn an approved specification into a technical plan (plan.md): architecture, components, data model, key decisions, and milestones. Trigger...
Turn a plain feature description into a structured specification (spec.md): overview, user stories, functional and non-functional requiremen...
Break a technical plan into an ordered, testable task backlog (tasks.md) with IDs, dependencies, and acceptance checks. Trigger on: break in...
Convert a specification into a structured, dependency-ordered backlog as tasks.yaml with stories, tasks, estimates, and acceptance checks. T...
Generate a test strategy and starter test stubs for given modules across unit, integration, and e2e layers (pytest/jest/playwright). Trigger...