NSBen
User๐ฅ SkillFoundry (forge) โ open, vendor-neutral toolchain for authoring, validating, testing & publishing AI agent skills. Works across Claude Code / Cursor / Codex / OpenCode / Cline. Ships 15 starter skills.
Categories
Indexed Skills (16)
weekly-report
Use when it is the end of the week and you need to summarize commits, PRs, and incidents into a concise weekly progress report.
api-client-gen
Use when you have an OpenAPI/Swagger spec and need to generate a typed API client instead of hand-writing HTTP calls.
changelog
Use when you cut a release or want a CHANGELOG entry derived from conventional commits and PRs without hand-writing it.
commit-msg
Use when you have staged changes and need a clear, conventional-commits style message that explains the why, not just the what.
dependency-upgrade
Use when a dependency is outdated or has a known vulnerability and you need to upgrade it safely with the right changelog and migration notes.
doc-gen
Use when code lacks documentation and you need to generate accurate docstrings, README sections, or API reference text derived from the implementation.
explain-codebase
Use when you need to understand an unfamiliar repository or module and produce a structured walkthrough of how it works and where to change it.
explain-error
Use when a stack trace, exception, or failing build appears and you need the root cause and a concrete fix, not a guess.
i18n
Use when an app needs localization and you must extract user-facing strings and scaffold translation files without breaking existing copy.
pr-review
Use when a pull request or git diff is ready and you need a thorough review covering bugs, security, tests, and style before it is merged.
refactor-smell
Use when code shows duplication, long functions, or confusing control flow and you want safe refactors that preserve behaviour.
release-notes
Use when a version is shipping and you need release notes or an announcement that highlights impact for users, not the commit log.
security-audit
Use when reviewing code for common vulnerabilities (SQL injection, XSS, leaked secrets, unsafe eval) and proposing concrete fixes.
sql-optimize
Use when a SQL query or migration is slow and you need to find the bottleneck and propose indexes or rewrites that make it fast.
test-data-gen
Use when tests need realistic fixtures or mock data and you want to generate them deterministically instead of copying production data.
write-tests
Use when a module or function lacks tests and you need to generate meaningful unit or integration tests that cover the real behaviour.
Bio shown is the top-scored skill's repo description as a fallback โ real GitHub bios land in a future update.