Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-stuff

يحتوي claude-stuff على 17 من skills المجمعة من eighttrigrams، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
17
Stars
6
محدث
2026-07-25
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

rhizome-development
مطوّرو البرمجيات

Describes the current local development setup, for when we want to perform development tasks on the actual Rhizome app

2026-07-25
plurama-cli
مطوّرو البرمجيات

How to talk to the deployed plurama apps (treina, …) from the shell with the plurama-cli command — a curl-like client that carries baked-in prod credentials. Use whenever a task means reading or writing live plurama app data over HTTP, when `plurama-cli` is missing or unauthorized, or when a new app must be added to it.

2026-07-25
tracker-api
مطوّرو البرمجيات

Tracker's HTTP API — authenticate as a machine user, read tasks/meets/journals/today-board, ingest mail messages, write through the recording-mode gate via curl

2026-06-20
develop-tracker-bot
مطوّرو البرمجيات

How to run, test and develop the natural-language Telegram bot that queries tracker. The bot is NOT in tracker — it lives in the plurama umbrella app (plurama/src/plurama/app/agent). Covers the agent architecture, the secrets/config it needs, the locked-box egress-proxy gotcha, seeding a testable conversation, and driving it from the host as if you were Telegram.

2026-06-20
develop-tracker-ui
مطوّرو الويب

To develop the user interface of the application, you need to know how to start, stop, restart the app and where to find it.

2026-05-18
rhizome-rest-api
مطوّرو البرمجيات

Rhizome's local REST API — search, read, and create contexts/items via curl

2026-05-17
docker-sandboxing-cutoff-egress
محللو أمن المعلومات

Sandbox a Docker container so only an explicit allowlist of outside hosts is reachable. Use when running an untrusted/AI agent container and you want a hard egress cutoff with optional inbound port forwarding.

2026-05-11
deduplication
مطوّرو البرمجيات

Recognize and remove duplication in Clojure code — extract shared logic into helper functions, threading macros, or higher-order forms. Use when writing or reviewing Clojure code that contains repeated patterns.

2026-05-09
migrations
مصممو قواعد البيانات

Use this skill for anything related to database migrations in apps composed under the plurama umbrella JVM — adding, editing, or rolling back ragtime migrations, debugging migration loading or apply errors, deciding where new migration files go, renaming or reorganising the migrations directory, troubleshooting cross-app classpath collisions, and verifying that one composed app's migrations don't accidentally touch another's database.

2026-05-09
rhizome-books
مطوّرو البرمجيات

Modelling of books inside Rhizome's native data model

2026-05-01
navigate-rhizome-user-interface
مطوّرو البرمجيات

Use to navigate Rhizome's UI during development

2026-05-01
telegram
مطوّرو البرمجيات

Recipe for integrating a Telegram bot into a web app, using webhooks and direct HTTP calls to the Telegram Bot API

2026-04-22
developing-plugins
مطوّرو البرمجيات

Findings and notes about developing Claude Code plugins. Use when working on plugin structure, skills, hooks, or marketplace setup in the eighttrigrams repo.

2026-03-19
editor-layouts
مطوّرو البرمجيات

Knowledge about the save-editor-layout VS Code extension. Use when working with editor layouts, the .editor-layouts.json file, or bookmark management in VS Code.

2026-03-19
writing-tests
محللو ضمان جودة البرمجيات والمختبرون

General guidance on writing tests

2026-03-15
clj-nrepl-eval
مطوّرو البرمجيات

Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.

2026-03-14
architecture-review
مطوّرو البرمجيات

Architecture review guidance. Use when reviewing architectural changes, assessing system design, or evaluating code structure.

2026-02-08