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

dotfiles

يحتوي dotfiles على 18 من skills المجمعة من ianyimi، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
0
محدث
2026-06-06
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

design
مطوّرو البرمجيات

Use this skill when the user wants to save, update, or reference visual design assets for the project. Triggers on "save design", "update designs", "sync designs", "add visual", "design assets", "claude design export", "design folder", "/design". Also fires proactively when the agent is about to write UI code (React components, CSS, Tailwind classes, layout) — in that case, read the active design first so code matches the visual spec. The design folder is always at `.pi/design/` and the agent should always check it before writing any UI-facing code.

2026-06-06
jsdoc-conventions
مطوّرو البرمجيات

Pointer to the jsdoc-conventions standards file. Read this before writing or editing any JSDoc in a project.

2026-06-06
spec-structure
مطوّرو البرمجيات

Pointer to the spec-structure standards file. Read this before writing or editing any implementation spec.

2026-06-06
sync-project-harness
مطوّرو البرمجيات

Port new paradigms from the global base harness (~/.pi/agent/) into the current project's .pi/ harness, adapting them to match the project's stack, workflow tier, and conventions. Run in any project to pull in improvements made to another project's harness.

2026-06-06
create-tasks
مطوّرو البرمجيات

Break down a spec.md or requirements.md into an actionable tasks.md with strategic grouping and ordering. Used after spec creation and before implementation.

2026-04-22
detect-project-type
مطوّرو البرمجيات

Detect the project type from code signals and reorganize standards folders to match — web app, backend API, CLI, library, dotfiles, mobile, or monorepo.

2026-04-22
discover-standards
مطوّرو البرمجيات

Extract tribal knowledge and recurring patterns from the codebase into concise, documented standards files in agent-os/standards/.

2026-04-22
implement-spec
مطوّرو البرمجيات

Execute an approved spec plan, implementing each task in sequence with mandatory build/test verification before reporting completion.

2026-04-22
improve-skills
مطوّرو البرمجيات

Analyze your workflow and codebase for repetitive patterns, then generate or refine Pi skills to automate them. Bridges standards discovery with skill creation.

2026-04-22
index-standards
مطوّرو البرمجيات

Rebuild and maintain the agent-os/standards/index.yml file so /inject-standards can suggest relevant standards without reading all files.

2026-04-22
init-standards
مطوّرو البرمجيات

Set up project standards by detecting dependencies, fetching library docs (checking llms.txt first), generating use-case standards, and updating the standards index.

2026-04-22
inject-standards
مطوّرو البرمجيات

Inject relevant standards into the current context — auto-suggests based on what you're working on, or accepts explicit paths. Adapts output format for conversation, skill-building, or planning.

2026-04-22
plan-product
مطوّرو البرمجيات

Establish foundational product documentation (mission, roadmap, tech-stack) in agent-os/product/ through an interactive conversation.

2026-04-22
excalidraw-diagram
مطوّرو البرمجيات

Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.

2026-04-22
1-dev-spec
مطوّرو البرمجيات

Write a scoped implementation spec for a feature or change. Produces plan.md, shape.md, standards.md, and references.md in .pi/agent-docs/specs/. Evolves per project via sync-spec.

2026-04-22
2-sync-spec
مطوّرو البرمجيات

Post-implementation upkeep runner. Extracts developer patterns and updates project skills, runs configured upkeep tasks, and keeps the harness in sync with how the project is actually built. Configured per project by 0-project-init.

2026-04-22
3-commit
مطوّرو البرمجيات

Stage and commit changes with a structured, conventional commit message. Reads git diff to summarize what changed. Developer confirms message before committing. Appends to implementation log.

2026-04-22
implement-spec
مطوّرو البرمجيات

Execute an approved spec plan step by step, verifying build and tests after each task. Language-agnostic. Workflow-tier aware — pauses at significant decisions on high-care projects.

2026-04-22