MCP-doctypes/Python Modules/hrms/hr/doctype/skill/SKILL.md
# Python Module Analysis: `/workspace/cohenix-bench/apps/hrms/hrms/hr/doctype/skill/skill.py` ## Classes ### `Skill` **Inherits:** `Document` **Docstring:** ``` ``` **Methods:** No methods found. ## Functions No top-level functions found in this file.
npx skillsauth add epiusecx/cohenix_mcp_frappe MCP-doctypes/Python Modules/hrms/hr/doctype/skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/workspace/cohenix-bench/apps/hrms/hrms/hr/doctype/skill/skill.pySkillInherits: Document
Docstring:
Methods: No methods found.
No top-level functions found in this file.
tools
# Master Control Plan: `Skill` ## 1. Doctype Schema & Metadata ### Core Properties - **Module:** `HR` - **Custom:** `0` - **Is Table:** `0` - **Is Submittable:** `0` - **Autoname:** `field:skill_name` - **Description:** None ### Permissions | Role | Read | Write | Create | Delete | Submit | Cancel | Amend | Report | Import | Export | Print | Email | Share | Set User Perms | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | System Manager | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ |
tools
# Master Control Plan: `Skill` ## 1. Doctype Schema & Metadata ### Core Properties - **Module:** `HR` - **Custom:** `0` - **Is Table:** `0` - **Is Submittable:** `0` - **Autoname:** `field:skill_name` - **Description:** None ### Permissions | Role | Read | Write | Create | Delete | Submit | Cancel | Amend | Report | Import | Export | Print | Email | Share | Set User Perms | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | System Manager | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ |
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------