Agent skill
docs-prodyna-yasm-yasm-api-go
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/docs-prodyna-yasm-yasm-api-go
SKILL.md
ExperienceSkill
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ExperienceInMonth | Pointer to int32 | [optional] [default to 0] |
Methods
NewExperienceSkill
func NewExperienceSkill() *ExperienceSkill
NewExperienceSkill instantiates a new ExperienceSkill object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewExperienceSkillWithDefaults
func NewExperienceSkillWithDefaults() *ExperienceSkill
NewExperienceSkillWithDefaults instantiates a new ExperienceSkill object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetExperienceInMonth
func (o *ExperienceSkill) GetExperienceInMonth() int32
GetExperienceInMonth returns the ExperienceInMonth field if non-nil, zero value otherwise.
GetExperienceInMonthOk
func (o *ExperienceSkill) GetExperienceInMonthOk() (*int32, bool)
GetExperienceInMonthOk returns a tuple with the ExperienceInMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetExperienceInMonth
func (o *ExperienceSkill) SetExperienceInMonth(v int32)
SetExperienceInMonth sets ExperienceInMonth field to given value.
HasExperienceInMonth
func (o *ExperienceSkill) HasExperienceInMonth() bool
HasExperienceInMonth returns a boolean if a field has been set.
[Back to Model list] [Back to API list] [Back to README]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?