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

tapps-brain

يحتوي tapps-brain على 60 من skills المجمعة من wtthornton، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

tapps-brain
المهن الحاسوبية الأخرى

Persistent cross-session memory + knowledge graph for AI coding agents. Use when you need to recall prior decisions before making a non-trivial choice, save the rationale behind a decision so it survives the session, share findings across agents in a project (Hive), or record an experience event / KG triple. Talk to the deployed brain at http://127.0.0.1:8080/mcp/ via MCP tools — never via raw psycopg.

2026-07-20
tapps-flow-frontend
مطوّرو الويب

Frontend work flow combining UX playbook and standard finish pipeline. Use when the task is primarily UI/UX implementation or accessibility.

2026-07-20
tapps-handoff-session
المهن الحاسوبية الأخرى

Write a structured cross-session handoff and close the TAPPS session lifecycle so the next chat can continue without a long paste. Use when ending a session, handing off to a fresh chat, or the user says hand off, save session state, or continue next time.

2026-07-20
tapps-flow-frontend
مطوّرو الويب

Frontend work flow combining UX playbook and standard finish pipeline. Use when the task is primarily UI/UX implementation or accessibility.

2026-07-20
tapps-handoff-session
المهن الحاسوبية الأخرى

Write a structured cross-session handoff and close the TAPPS session lifecycle so the next chat can continue without a long paste. Use when ending a session, handing off to a fresh chat, or the user says hand off, save session state, or continue next time.

2026-07-20
tapps-brain
المهن الحاسوبية الأخرى

Persistent cross-session memory + knowledge graph for AI coding agents. Use when you need to recall prior decisions before making a non-trivial choice, save the rationale behind a decision so it survives the session, share findings across agents in a project (Hive), or record an experience event / KG triple. Talk to the deployed brain at http://127.0.0.1:8080/mcp/ via MCP tools — never via raw psycopg.

2026-07-19
tapps-domain-frontend
مصممو واجهات الويب والرقمية

Frontend/UX TAPPS workflow: playbook, UI library docs, and quality gate on scored files. Use when building UI components, accessibility fixes, or client-side routing changes.

2026-07-17
tapps-domain-security
محللو أمن المعلومات

Security-focused TAPPS workflow: playbook, library docs, security scan, and CVE check. Use when implementing auth, secrets, input validation, or pre-release security passes.

2026-07-17
tapps-domain-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing-focused TAPPS workflow: playbook, pytest docs, diff impact, and validation. Use when adding tests, fixing test gaps, or validating affected tests after refactors.

2026-07-17
tapps-finish-task
مطوّرو البرمجيات

Run the end-of-task TAPPS pipeline in one shot — validate_changed, then checklist, then an optional memory save for anything architectural or patterned learned this session. The recommended final step before declaring work complete. Use when you have finished implementing a task and want to validate, run the checklist, and save learnings in one shot.

2026-07-17
tapps-flow-develop
مطوّرو البرمجيات

Standard feature/bugfix development flow via the shared TAPPS pipeline. Use when starting daily implementation work and you want session start, lookup docs, quick_check loop, and finish-task without a domain specialist.

2026-07-17
tapps-flow-review
محللو ضمان جودة البرمجيات والمختبرون

QA/review flow: parallel review pipeline or single-file review ending in checklist. Use when reviewing PRs, audit findings, or validating another agent's changes.

2026-07-17
tapps-tool-reference
مطوّرو البرمجيات

Look up when to use each TappsMCP tool. Full tool reference with per-tool guidance for session start, scoring, validation, checklist, docs, experts, and more. Use when you need guidance on which TappsMCP tool to call for a given situation.

2026-07-17
tapps-domain-frontend
مطوّرو البرمجيات

Frontend/UX TAPPS workflow: playbook, UI library docs, and quality gate on scored files. Use when building UI components, accessibility fixes, or client-side routing changes.

2026-07-17
tapps-domain-security
محللو أمن المعلومات

Security-focused TAPPS workflow: playbook, library docs, security scan, and CVE check. Use when implementing auth, secrets, input validation, or pre-release security passes.

2026-07-17
tapps-domain-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing-focused TAPPS workflow: playbook, pytest docs, diff impact, and validation. Use when adding tests, fixing test gaps, or validating affected tests after refactors.

2026-07-17
tapps-finish-task
مطوّرو البرمجيات

Run the end-of-task TAPPS pipeline in one shot: validate changed files, verify the checklist, and optionally save learnings to memory. Use when you have finished implementing a task and want to validate, checklist, and save learnings in one shot.

2026-07-17
tapps-flow-develop
مطوّرو البرمجيات

Standard feature/bugfix development flow via the shared TAPPS pipeline. Use when starting daily implementation work and you want session start, lookup docs, quick_check loop, and finish-task without a domain specialist.

2026-07-17
tapps-flow-review
محللو ضمان جودة البرمجيات والمختبرون

QA/review flow: parallel review pipeline or single-file review ending in checklist. Use when reviewing PRs, audit findings, or validating another agent's changes.

2026-07-17
tapps-tool-reference
مطوّرو البرمجيات

Look up when to use each TappsMCP tool. Full tool reference with per-tool guidance for session start, scoring, validation, checklist, docs, experts. Use when you need guidance on which TappsMCP tool to call for a given situation.

2026-07-17
linear-issue
مطوّرو البرمجيات

Create, lint, validate, or triage Linear issues and epics for agents. MANDATORY for all Linear writes — never call plugin save_issue directly. Routes to docs-mcp generator/validator/triage tools and the Linear plugin by user intent. Use when creating, linting, validating, or triaging a Linear issue or epic.

2026-06-22
linear-release-update
مطوّرو البرمجيات

Post a structured Linear project update document on a version release. Orchestrates tapps_release_update → docs_validate_release_update → save_document → cache invalidation. Use when posting a release announcement to Linear after shipping a new version.

2026-06-22
tapps-continue-session
مطوّرو البرمجيات

Bootstrap a fresh session from the last handoff by reading session-handoff.md, optional Linear context, and TAPPS session start — without pasting a long manifesto. Use when the user says continue, pick up where we left off, resume, or start a new session on an existing task (optional TAP-#### argument).

2026-06-22
tapps-docs-bootstrap
مطوّرو البرمجيات

Bootstrap documentation for a new or under-documented project: README, CONTRIBUTING, onboarding, completeness check. Use when creating a README, onboarding guide, or initial doc scaffold (Anthropic documentation skill parity).

2026-06-22
tapps-docs-finish-task
مطوّرو البرمجيات

End-of-doc-work validation bundle: drift, links, cross-refs, completeness, optional release gate. Use when documentation edits are complete and you need a pass/fail verdict before merging or releasing.

2026-06-22
tapps-docs-generate
مطوّرو البرمجيات

Quick doc generation: README, llms.txt, changelog. Use for a minimal generate pass; prefer tapps-docs-bootstrap for new projects.

2026-06-22
tapps-docs-refresh
مطوّرو البرمجيات

Full documentation refresh workflow: cross-refs, narrative docs, API/diagrams, validation suite. Codifies docs/tutorials/05-docs-refresh-workflow.md. Use when refreshing project docs, auditing doc health, or preparing docs before a release.

2026-06-22
tapps-docs-report
مطوّرو البرمجيات

Generate a documentation quality report. Runs project scan, completeness check, and Diataxis balance analysis. Use when you need a doc health dashboard or audit summary.

2026-06-22
tapps-docs-validate
مطوّرو البرمجيات

Validate documentation quality. Checks drift, freshness, links, and Diataxis balance. Use for a lighter validation pass than tapps-docs-finish-task.

2026-06-22
tapps-engagement
المهن الحاسوبية الأخرى

Change the TappsMCP enforcement intensity (high, medium, or low). Controls which quality tools are mandatory vs optional. Use when you want to switch between strict, balanced, or advisory enforcement modes.

2026-06-22
tapps-init
مطوّرو البرمجيات

Bootstrap TappsMCP in a project. Creates AGENTS.md, TECH_STACK.md, platform rules, hooks, agents, skills, and MCP config. Use when setting up TappsMCP in a new or existing project for the first time.

2026-06-22
tapps-memory
مطوّرو البرمجيات

Manage shared project memory via tapps-mcp CLI and session notes. Use when saving cross-session decisions, searching prior patterns, or checking brain bridge health. For chat handoffs use tapps-handoff-session.

2026-06-22
tapps-refactor
مطوّرو البرمجيات

Function-level refactor workflow using call graph tools (Epic 114). Use before changing a symbol's signature, deleting a function, or refactoring callers — maps blast radius via tapps_call_graph and diff_impact.

2026-06-22
tapps-research
مطوّرو البرمجيات

Look up library documentation and research best practices for the technologies used in this project. Use when writing code that uses an external library or when you need API reference or version-specific guidance.

2026-06-22
tapps-review-pipeline
مطوّرو البرمجيات

Orchestrate a parallel review-fix-validate pipeline across multiple changed files. Spawns tapps-review-fixer agents in worktrees for parallel processing. Use when you have multiple changed Python files that need parallel review, scoring, and quality gate fixing before declaring work complete.

2026-06-22
tapps-security
محللو أمن المعلومات

Run a comprehensive security audit including vulnerability scanning and dependency CVE checks. Use when reviewing security-sensitive changes, before a security audit, or before a production release.

2026-06-22
tapps-upgrade
مطوّرو البرمجيات

Upgrade tapps-mcp / docs-mcp in this project to the latest version. Reinstalls global CLIs, restarts the MCP servers, refreshes scaffolding via `tapps-mcp upgrade` (dry-run preview + timestamped backup), and verifies via doctor + checklist. Use when a new tapps-mcp or docs-mcp version is available and the project scaffolding needs to be refreshed.

2026-06-22
linear-release-update
مطوّرو البرمجيات

Post a structured Linear project update document on a version release. Orchestrates tapps_release_update → docs_validate_release_update → save_document → cache invalidation. Use when posting a release announcement to Linear after shipping a new version.

2026-06-22
tapps-docs-bootstrap
مطوّرو البرمجيات

Bootstrap README, CONTRIBUTING, onboarding for new projects. Use when creating a README, onboarding guide, or initial doc scaffold.

2026-06-22
tapps-docs-finish-task
مطوّرو البرمجيات

Doc-work finish bundle: drift, links, cross-refs, completeness, optional release gate. Use when documentation edits are complete before merge/release.

2026-06-22
عرض أهم 40 من أصل 60 skills مجمعة في هذا المستودع.