发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
仓库指南
本仓库是一个用于小红书自动化的 Python Skill 包。 - `scripts/` 包含全部可执行逻辑:`publish_pipeline.py`(主流程)、`cdp_publish.py`(CDP 自动化与账号命令)、`chrome_launcher.py`(Chrome 生命周期管理)以及辅助模块(`image_downloader.py`、`account_manager.py`、`run_lock.py`)。 - `config/accounts.json.example` 是账号与 Profile 的配置模板。 - `docs/` 存放集成说明(例如 `docs/claude-code-integration.md`)。 - `images/publish_temp/` 是临时素材目录占位。
cc-changelog-monitor
Monitors `@anthropic-ai/claude-code` on npm and sends Telegram alerts when a new version is detected, including a diff summary of what changed between versions.
VB.NET CODING AGENT SKILL REFERENCE
**Target**: Claude-Code, Codex, AI coding agents **Version**: 2026 Modern .NET **Max Lines**: 500
SwiftUI Patterns
Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization.
Swift Protocol-Based Dependency Injection for Testing
Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enables deterministic tests without I/O.
Swift 6.2 Approachable Concurrency
Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance.
Swift Actors for Thread-Safe Persistence
Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time.
Spring Boot Verification Loop
Run before PRs, after major changes, and pre-deploy.
Python Testing Patterns
Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices.
Project Guidelines Skill (Example)
This is an example of a project-specific skill. Use this as a template for your own projects.
NanoClaw REPL
Use this skill when running or extending `scripts/claw.js`.