Loading...
Loading...
Found 41 Skills
Complete syntax reference for Frappe Server Scripts. Use this skill when Claude needs to write Python code for Server Scripts in ERPNext/Frappe, including Document Events, API endpoints, Scheduler Events, and Permission Queries. Covers sandbox limitations, available frappe.* methods, event name mapping, and correct syntax for v14/v15/v16.
Implementation workflows and decision trees for ERPNext Server Scripts. Use when determining HOW to implement server-side features: document validation, automated calculations, API endpoints, scheduled tasks, permission filtering. Triggers: how do I implement server-side, when to use server script vs controller, which script type, build custom API, automate validation, schedule task, filter documents per user.
Use the official xurl CLI for the X API. Covers install, safe auth setup, app selection, common shortcuts, and raw endpoint access.
Получение и обновление профиля текущего пользователя, управление статусом, кастомные поля сотрудников. Используй когда нужно: получить свой профиль, обновить статус, узнать дополнительные поля. НЕ используй для: управления другими сотрудниками (→ pachca-users).
A股K线数据查询。获取日线、周线、月线行情。 当用户询问"茅台日K""万科周线""A股月线""K线走势"时触发。
A股市场机制数据。涨跌停价格、停复牌信息、新股IPO、交易日历、复权因子。 当用户询问"涨跌停""停复牌""新股IPO""交易日历""复权因子"时触发。
Detect if a web application uses Supabase by analyzing client-side code, network patterns, and API endpoints.
Agent skill for base-template-generator - invoke with $agent-base-template-generator
美股实时行情查询。批量获取美股证券实时报价。 当用户询问"苹果实时价格""美股实时行情""AAPL报价""美股现价"时触发。
港股基础数据查询。港股列表、交易日历。 当用户询问"港股列表""港股交易日""港股代码查询"时触发。
cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code.
Build real-time API monitoring dashboards with metrics, alerts, and health checks. Use when tracking API health and performance metrics. Trigger with phrases like "monitor the API", "add API metrics", or "setup API monitoring".