Running Skills | Bondar Academy
Course: Claude Code for Playwright
Module: Playwright Workflows with Claude Code
Instructor: Artem Bondar
Lesson Summary
Skills are a powerful feature that extends the capabilities of an agent in the Bondur Academy LMS. This lesson covers the organization and invocation of skills within the platform. Key Concepts Rules vs. Skills: Rules are automatically loaded for every conversation. Skills can be loaded contextually or invoked manually by the user. Workflows: Skills can encapsulate repetitive steps in workflows, making them reusable. Skill Levels: Skills exist at both the project level and user level . User level skills take precedence over project level skills if they share the same name. Viewing and Invoking Skills To view available skills, run the following command in the cloud: skills To invoke a skill manually, use the / command followed by the skill name, such as: /PW-init Skill Configuration Some skills can be configured to be invoked only manually. This is indicated by the flag disable model invocation set to true . Skill Structure Skills are organized in folders, typically containing a skill.md file. More complex skills may include additional files like agents.md and rules.md . In summary, skills enhance the functionality of agents by allowing for dynamic loading and manual invocation, streamlining workflows, and providing a structured way to manage repetitive tasks.