github.com/alirezarezvani/claude-skills
| Skill | Added | Review |
|---|---|---|
stress-test c-level-advisor/executive-mentor/skills/stress-test/SKILL.md /em:stress-test — Business assumption stress testing. Use before betting on a plan whose core assumptions are unvalidated — e.g. stress-testing 'enterprise buyers will tolerate a 6-month pilot' or a hockey-stick revenue model. | 63 63 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
strict-api .gemini/skills/strict-api/SKILL.md Use when the user says 'no hallucinations', 'verify APIs', 'reality check', or 'don't invent functions'. Prevents the agent from calling methods, imports, or variables that do not provably exist in the user's installed version. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
strict-api engineering/strict-api/SKILL.md Use when the user says 'no hallucinations', 'verify APIs', 'reality check', or 'don't invent functions'. Prevents the agent from calling methods, imports, or variables that do not provably exist in the user's installed version. | 65 65 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
stripe-integration-expert .gemini/skills/stripe-integration-expert/SKILL.md Production-grade Stripe integrations: subscriptions with trials and proration, one-time payments, usage-based billing, checkout sessions, idempotent webhook handlers, customer portal, and invoicing. Covers Next.js, Express, and Django patterns. Use when integrating Stripe for the first time, debugging webhook reliability issues, migrating from a different payment provider, or adding usage-based billing to an existing subscription product. | 68 68 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 19392f7 | |
stripe-integration-expert engineering-team/skills/stripe-integration-expert/SKILL.md Production-grade Stripe integrations: subscriptions with trials and proration, one-time payments, usage-based billing, checkout sessions, idempotent webhook handlers, customer portal, and invoicing. Covers Next.js, Express, and Django patterns. Use when integrating Stripe for the first time, debugging webhook reliability issues, migrating from a different payment provider, or adding usage-based billing to an existing subscription product. | 64 64 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
swedish-mentor .gemini/skills/swedish-mentor/SKILL.md Mentor Swedish language learners by selecting YouTube video clips and podcast episodes by CEFR level and skill (listening, reading, writing, speaking), and building a simple learning path. Use when the user asks about a Swedish learning path, YouTube clips or podcasts for Swedish, SFI videos, level assessment for svenska, or requests for Peter SFI / Lätt Svenska med Oskar / Radio Sweden på lätt svenska / Klartext-style recommendations. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
swedish-mentor productivity/swedish-mentor/SKILL.md Mentor Swedish language learners by selecting YouTube video clips and podcast episodes by CEFR level and skill (listening, reading, writing, speaking), and building a simple learning path. Use when the user asks about a Swedish learning path, YouTube clips or podcasts for Swedish, SFI videos, level assessment for svenska, or requests for Peter SFI / Lätt Svenska med Oskar / Radio Sweden på lätt svenska / Klartext-style recommendations. | 75 75 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
syllabus .gemini/skills/syllabus/SKILL.md Generates a curated supplementary reading list from any course syllabus using Consensus academic search. Grill-me intake (syllabus input format + course audience + year range) plus a grouping forcing-options checkpoint before any search runs — so the reading list matches the course's level and recency need. Parses the syllabus to extract topics and learning outcomes, searches Consensus for recent peer-reviewed papers per topic, and produces a professionally formatted .docx with clickable Consensus links, plain-language summaries calibrated to audience level, and Bloom-higher-order discussion questions tied to course learning goals. Use when the user uploads a syllabus, course outline, or curriculum document and wants supplementary readings (e.g., 'create a reading list from this syllabus', 'find recent papers for my course') — even casual mentions with a syllabus attached should trigger this skill. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
syllabus research/syllabus/skills/syllabus/SKILL.md Generates a curated supplementary reading list from any course syllabus using Consensus academic search. Grill-me intake (syllabus input format + course audience + year range) plus a grouping forcing-options checkpoint before any search runs — so the reading list matches the course's level and recency need. Parses the syllabus to extract topics and learning outcomes, searches Consensus for recent peer-reviewed papers per topic, and produces a professionally formatted .docx with clickable Consensus links, plain-language summaries calibrated to audience level, and Bloom-higher-order discussion questions tied to course learning goals. Use when the user uploads a syllabus, course outline, or curriculum document and wants supplementary readings (e.g., 'create a reading list from this syllabus', 'find recent papers for my course') — even casual mentions with a syllabus attached should trigger this skill. | 77 77 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
tc .gemini/skills/tc/SKILL.md Track technical changes with structured records, a state machine, and session handoff. Usage: /tc <init|create|update|status|resume|close|export|dashboard> [args] | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
tc-tracker .gemini/skills/tc-tracker/SKILL.md Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions. Covers init/create/update/status/resume/close/export workflows for structured code change documentation. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
tc-tracker engineering/skills/tc-tracker/SKILL.md Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions. Covers init/create/update/status/resume/close/export workflows for structured code change documentation. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
tdd .gemini/skills/tdd/SKILL.md Run a red-green-refactor TDD workflow — generate failing tests first, implement to green, then check coverage gaps. Usage: /tdd <generate|coverage|validate> [target] | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
tdd-guide .gemini/skills/tdd-guide/SKILL.md Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
tdd-guide engineering-team/skills/tdd-guide/SKILL.md Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. | 67 67 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
team-communications .gemini/skills/team-communications/SKILL.md Write internal company communications — 3P updates (Progress/Plans/Problems), company-wide newsletters, FAQ roundups, incident reports, leadership updates, status reports, project updates, and general internal comms. Use this skill any time the user asks to draft, edit, or format something meant for internal audiences. Trigger on keywords like "3P", "weekly update", "newsletter", "FAQ", "internal comms", "status report", "company update", "team update", "incident report", or any request to summarize work for leadership, teammates, or the broader company. Even casual requests like "write my update" or "summarize what my team did this week" should trigger this skill. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 19392f7 | |
team-communications project-management/skills/team-communications/SKILL.md Write internal company communications — 3P updates (Progress/Plans/Problems), company-wide newsletters, FAQ roundups, incident reports, leadership updates, status reports, project updates, and general internal comms. Use this skill any time the user asks to draft, edit, or format something meant for internal audiences. Trigger on keywords like "3P", "weekly update", "newsletter", "FAQ", "internal comms", "status report", "company update", "team update", "incident report", or any request to summarize work for leadership, teammates, or the broader company. Even casual requests like "write my update" or "summarize what my team did this week" should trigger this skill. | 71 71 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
tech-debt .gemini/skills/tech-debt/SKILL.md Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options] | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
tech-debt-tracker .gemini/skills/tech-debt-tracker/SKILL.md Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality, refactoring priority, debt scoring, cleanup sprints, or code health assessment. Also use for legacy code modernization planning and maintenance cost estimation. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 19392f7 | |
tech-debt-tracker engineering/skills/tech-debt-tracker/SKILL.md Scan codebases for technical debt, score severity, track trends, and generate prioritized remediation plans. Use when users mention tech debt, code quality, refactoring priority, debt scoring, cleanup sprints, or code health assessment. Also use for legacy code modernization planning and maintenance cost estimation. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 |