Files
pm-claude-skills/skill-tiers.json
mohitagw15856 fc58eb7c67 feat: add YouTube Script Writer skill (experimental) (#50) (#56)
Reapplies @prajwal-28's PR #50 onto current main WITHOUT the LF->CRLF
line-ending conversion the original PR introduced across skill-tiers.json
and the export indexes:
- adds skills/youtube-script-writer/SKILL.md (retention-optimized video scripts)
- registers it in the experimental tier
- regenerates the 5 platform exports with LF endings (no whole-file churn)



Claude-Session: https://claude.ai/code/session_016JWn5jRD5tcEFKrubjQ6Px

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: prajwal-28 <prajwal-28@users.noreply.github.com>
2026-06-18 20:50:50 +01:00

65 lines
1.7 KiB
JSON

{
"_comment": "Machine-readable source for skill tiers. Keep in sync with TIERS.md. Any skill not listed here is 'stable'. Consumed by web/build-skills.mjs to tag skills.json.",
"productionReady": [
"prd-template",
"meeting-notes",
"stakeholder-update",
"user-research-synthesis",
"competitive-analysis",
"rice-prioritisation",
"feature-prioritisation",
"okr-builder",
"roadmap-narrative",
"rice-impact-matrix",
"sprint-planning",
"sprint-brief",
"user-story-writer",
"retro-analysis",
"ab-test-planner",
"product-launch-checklist",
"technical-spec-template",
"customer-journey-map",
"assumption-mapper",
"user-interview-synthesis",
"discovery-interview-guide",
"job-story-mapper",
"data-analysis-standard",
"retention-analysis",
"cohort-analysis",
"metrics-framework",
"product-health-analysis",
"cs-health-scorecard",
"churn-analysis",
"qbr-deck",
"renewal-playbook",
"customer-success-plan",
"cs-escalation-brief",
"code-review-checklist",
"incident-postmortem",
"architecture-decision-record",
"api-docs-writer",
"runbook-writer",
"changelog-generator",
"pr-description-writer",
"technical-debt-register",
"go-to-market",
"competitor-teardown",
"product-positioning-doc",
"executive-summary",
"press-release",
"skill-security-auditor"
],
"experimental": [
"instagram-post-downloader",
"substack-notes-scraper",
"thumbnail-creator",
"notebooklm-connector",
"email-triage",
"morning-intelligence",
"last-30-days-research",
"competitor-signal-tracker",
"multi-source-signal-synthesiser",
"youtube-script-writer"
]
}