← Browse

@minthcm/mintmcp

B

Use this skill whenever using the MintHCM MCP to check whether the task you are about to perform, or the information you are looking for, is already in the documentation.

skillclaude

Install

agr install @minthcm/mintmcp --target claude

Writes 14 files into .claude/skills/, pinned to git-0f138bcc.

  • .claude/skills/mintmcp/.gitignore
  • .claude/skills/mintmcp/.htaccess
  • .claude/skills/mintmcp/MCPApp.php
  • .claude/skills/mintmcp/README.md
  • .claude/skills/mintmcp/SKILL.md
  • .claude/skills/mintmcp/bootstrap.php
  • .claude/skills/mintmcp/composer.json
  • .claude/skills/mintmcp/composer.lock
  • .claude/skills/mintmcp/index.php
  • .claude/skills/mintmcp/internal.php
  • .claude/skills/mintmcp/oauth.php
  • .claude/skills/mintmcp/package-lock.json
  • .claude/skills/mintmcp/phpstan-baseline.neon
  • .claude/skills/mintmcp/phpstan.neon

Document


name: mintmcp version: 1.0.0 description: "Use this skill whenever using the MintHCM MCP to check whether the task you are about to perform, or the information you are looking for, is already in the documentation."

MintMCP

Use this skill whenever using the MintHCM MCP.

Flow:

  1. Use browse_documentation first o discover available documentation sections and choose the right area.
  2. Then use get_documentation_entry to read the exact guidance, parameters, and limitations in detail.
  3. Check if the task or needed information is already documented to avoid unnecessary MCP calls and follow documented patterns.
  4. Use other MCP tools when documentation does not answer the need, or when documentation gives a clear plan to execute.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicensecopyleft/unknown — index-and-link only

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-0f138bcce4922026-07-30