Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

aim

aim에는 hellopoisonx에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
5
업데이트
2026-06-05
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

aim-shared-domain
소프트웨어 개발자

aim 的进程内共享包域。对应 `app/shared` 模块。

2026-06-05
aim-database-migration
데이터베이스 아키텍트

AIM 数据库迁移规范与 Docker Compose 集成。当修改 migration SQL 文件、新增迁移、修改 docker-compose.yaml 的 migrate 服务、或排查迁移失败时使用。

2026-06-04
aim-attachment-domain
소프트웨어 개발자

AIM 的附件域。涉及 `app/attachment`、AttachmentService gRPC、上传/下载授权、SeaweedFS/S3 签名、附件元数据、`aim.attachment.uploaded` 事件时使用。

2026-06-03
aim-auth-domain
소프트웨어 개발자

aim 的认证域。对应 `auth` 模块。

2026-06-03
aim-core-domain
소프트웨어 개발자

aim 的核心域。对应 `core` 模块。

2026-06-03
aim-dev-tool
소프트웨어 개발자

AIM 开发测试工具(dev-tool)。Python CLI,覆盖 gateway 全部 REST 端点与 WebSocket 帧协议,支持多 profile 多用户并行测试、并发压测。当需要调试 REST/WS 接口、运行集成测试、压力测试、或新增命令时使用。

2026-06-03
aim-gateway-domain
소프트웨어 개발자

aim 的网关域。对应 `gateway` 模块。

2026-06-03
aim-logic-domain
소프트웨어 개발자

aim 的逻辑域。对应 `logic` 模块。

2026-06-03
aim-proto-domain
소프트웨어 개발자

aim 的 Protobuf 协议域。定义跨端/跨服务线缆协议。对应 `shared/proto` 目录。

2026-06-02
aim-bot-domain
소프트웨어 개발자

aim 的 Bot OpenAPI 域。覆盖第三方 Bot 接入、token 鉴权、Webhook 投递与运维 provision。

2026-05-30
aim-data-parsing-domain
소프트웨어 개발자

AIM 的附件解析域。涉及 `app/data_parsing`、`aim.attachment.uploaded` 消费、媒体元数据提取、缩略图/派生对象、解析结果回写、`aim.attachment.parsed` 事件时使用。

2026-05-28
aim-repo-mapping
소프트웨어 개발자

aim 仓库导航 Skill。用于快速判断需求应该落到哪个业务域、哪个控制器、哪个工作流或哪个配置文件;当需求入口不清晰、需要先找模块边界、接口总览、运行入口或改动影响面时使用。

2026-05-28
aim-docker-datastore
소프트웨어 개발자

AIM 本地 Docker 数据存储运维 Skill。Use when the user asks to inspect, connect to, query, debug, or verify Docker Compose Kafka, Redis, or PostgreSQL in this project; proactively call aim_docker_status, aim_kafka, aim_redis, and aim_pg extension tools instead of asking the user to run docker commands.

2026-05-28
golang-documentation
소프트웨어 개발자

Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tests, API docs, and llms.txt. Use when writing or reviewing doc comments, documentation, adding code examples, setting up doc sites, or discussing documentation best practices. Triggers for both libraries and applications/CLIs.

2026-05-26
zero-skills
소프트웨어 개발자

This skill should be used when the user asks to "create a go-zero API", "build a REST service with go-zero", "generate code with goctl", "add middleware to go-zero", "implement a gRPC service", "set up service discovery", "add circuit breaker or rate limiting", "use go-zero database model", "troubleshoot go-zero errors", or is working with go-zero microservices, .api files, .proto files, or a go.mod containing github.com/zeromicro/go-zero.

2026-05-26
aim-ws-token-management
소프트웨어 개발자

WebSocket 连接 Token 生命周期管理。覆盖 Token 过期导致 WS 断连的排查与修复、JWT TTL 配置链路、WSClient 自动刷新机制、压测长跑场景下的 Token 续期策略。

2026-05-22