MCP-doctypes/DocTypes/HR/SKILL.md
# 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 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ |
npx skillsauth add epiusecx/cohenix_mcp_frappe MCP-doctypes/DocTypes/HRInstall 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.
SkillHR000field:skill_name| Role | Read | Write | Create | Delete | Submit | Cancel | Amend | Report | Import | Export | Print | Email | Share | Set User Perms | |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| | System Manager | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | | HR Manager | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Fieldname | Label | Type | Options | Required | Hidden | Read Only | Default | Description |
|---|---|---|---|---|---|---|---|---|
| skill_name | Skill Name | Data | None | | | | None | None |
| description | Description | Text | None | | | | None | None |
No custom fields found.
.py)Could not get document class.
.js & Custom Script)Path: /workspace/cohenix-bench/apps/hrms/hrms/hr/doctype/skill/skill.js
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors
// For license information, please see license.txt
frappe.ui.form.on("Skill", {
// refresh: function(frm) {
// }
});
No active workflows found for this DocType.
No linked reports found.
No dashboard charts found.
No number cards found.
No enabled email alerts found.
No enabled notifications found.
No enabled webhooks found.
tools
# 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.
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? | | ------------------------------------------------------ | --------------------------