.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/firma-ai/openfirma
home/skills/firma-ai/openfirma
firma-ai avatar

firma-ai/openfirma

15 skills

View on GitHub
$npx skills add firma-ai/openfirma
SkillInstalls
adversarial-reviewReview changes ahead of opening a new PR, modifying an existing one or on demand by the user.—buildCompile OpenFirma to verify changes build successfully. Use this after code changes and before running broader verification.—commit-guidelinesDirty repo, uncommitted changes, commit, amend, split, changeset, PR history: inspect repository state and prepare atomic Git commits or jj changesets.—docs-guidelinesGeneral documentation guidelines for OpenFirma code, docs, and contributor-facing material.—edit-prEdit a pre-existing GitHub pull request for OpenFirma. Use whenever you are asked to make changes to commits, branches or bookmarks that would affect an open…—fix-jj-conflictsFix merge conflicts in a jj change and its ancestors, starting from the oldest conflict. Use only in clones that use Jujutsu.—lintCheck formatting and lint rules for OpenFirma Rust, TOML, and Markdown changes.—open-prOpen a GitHub pull request for OpenFirma. Use whenever you are asked to open a PR.—review-rust-codeReview Rust changes for correctness, robustness, documentation quality, and test coverage.—run-rust-testsRun Rust tests for the affected OpenFirma crates or a specific crate/test.—rust-docs-guidelinesGuidelines for writing Rust documentation in OpenFirma.—rust-tests-guidelinesGuidelines for writing Rust tests in OpenFirma.—split-jj-changesetjj split, mixed changeset, atomic revision, reviewed history: split a jj changeset into atomic focused changesets without interactive commands.—verifyFinal verification for OpenFirma changes, including per-commit or per-changeset validation when work is split into atomic revisions.—write-rust-testsWrite Rust tests for OpenFirma crates while avoiding redundant coverage.—