Loading...
Loading...
Found 1,217 Skills
Use when pylint configuration including pylintrc, message control, plugins, and scoring system.
Use when syncing contacts or lists to HubSpot CRM. Automatically uses HUBSPOT_API_TOKEN from environment.
Local reminder scheduling skill. It caters to users' reminder requests like "Remind me to do something in a period of time/at a specific time", and is especially suitable for non-technical users. It is responsible for service checking, automatic startup, dependency installation and invoking reminder scripts.
使用 gen_image_verbatim 工具从文字描述生成图片,适用于无参考图的文生图场景
查询 Dreamina 生成任务结果,获取图片/视频下载链接
Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-python.
Send SMTP email notifications after Codex completes a task. Use when one Codex or Claude run is finished, or when you need to notify on task completion with device name, project name, status, and summary via email.
Pydantic models and validation. Use when: (1) Defining schemas, (2) Validating input/output, (3) Generating JSON schema.
Get current time, format dates, calculate date differences, and convert time zones. Use this skill when users ask questions related to time, date, time zones, today, now, day of the week, or what time it is. Keywords: time, date, time zone, today, now, weekday, what time
Python error handling patterns for FastAPI, Pydantic, and asyncio. Follows "Let it crash" philosophy - raise exceptions, catch at boundaries. Covers HTTPException, global exception handlers, validation errors, background task failures. Use when: (1) Designing API error responses, (2) Handling RequestValidationError, (3) Managing async exceptions, (4) Preventing stack trace leakage, (5) Designing custom exception hierarchies.
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
Identifies anti-patterns specific to amplihack philosophy. Use when reviewing code for quality issues or refactoring. Detects: over-abstraction, complex inheritance, large functions (>50 lines), tight coupling, missing __all__ exports. Provides specific fixes and explanations for each smell.