General
PromptBeginner5 minmarkdown
Untitled Skill
193
| Name | Type | Description | Notes |
Loading actions...
Main instructions and any bundled files for this skill.
| Name | Type | Description | Notes |
|---|---|---|---|
| skill | SkillReference | ||
| skill_level | String | ||
| id | Integer | [optional] | |
| certified_flag | Boolean | [optional] | |
| years_experience | Integer | [optional] | |
| notes | String | [optional] | |
| member | MemberReference | [optional] | |
| _info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::MemberSkill.new(
skill: null,
skill_level: null,
id: null,
certified_flag: null,
years_experience: null,
notes: null,
member: null,
_info: null
)
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks