一键导入
flex-ax
flex-ax 收录了来自 planetarium 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use when working in this repository to inspect a logged-in flex.team workspace, map sidebar menus to flex-cli command groups, and implement new live flex-cli subcommands without assuming crawled data or a local SQLite DB. Trigger for requests like exploring flex.team menus, turning a menu into a command, or adding attendance/document/people style live commands.
Use when you need to discover the request sequence and payloads of a new flex.team write API (approval document creation, time-off request, e-contract, etc.) before adding a flex-cli subcommand. Attaches to a browser session via playwright-cli and intercepts XHR to capture real calls. Trigger - flex API exploration, flex payload capture, automating a flex.team action with flex-cli when the call sequence is not yet in the codebase.