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

lobby_analysis

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

skills مجمعة
26
Stars
3
محدث
2026-05-14
Forks
0
التغطية المهنية
11 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

audit-papers
أمناء الأرشيف

Check papers/ structure for completeness and accuracy — every PDF has text extraction, every paper is indexed in PAPER_INDEX.md and summarized in PAPER_SUMMARIES.md, summaries are factually accurate. Prompts the user for discrepancies.

2026-05-14
clean-worktrees
مطوّرو البرمجيات

Use when you want to clean up accumulated git worktrees in a repo. Lists all worktrees with status, verifies data symlinks, ensures code and docs are committed, copies non-symlinked data files to main worktree, asks which to merge or keep, runs post-merge audits on new docs/papers, and removes merged worktrees.

2026-05-14
maintaining-decision-docs
مطوّرو البرمجيات

Use after creating or modifying decision documents in docs/ to keep DOCS_INDEX.md and DOCS_SUMMARY.md consistent. Also use as a standalone audit to find coverage gaps, broken links, and ADR format issues. Works across any repo with a docs/ directory. Run alongside updating-noridocs when finishing a branch that includes decision docs.

2026-05-14
brainstorming
متخصصو إدارة المشاريع

IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

2026-04-10
finish-convo
مطوّرو البرمجيات

End a research session — runs update-docs to checkpoint all progress, then commits and pushes. Use update-docs for mid-session checkpoints without ending the session.

2026-04-10
code-review-reception
محللو ضمان جودة البرمجيات والمختبرون

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-04-10
systematic-debugging
محللو ضمان جودة البرمجيات والمختبرون

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions

2026-04-10
test-driven-development-tdd
مطوّرو البرمجيات

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

2026-04-10
updating-noridocs
مطوّرو البرمجيات

Use this when you have finished making code changes and you are ready to update the documentation based on those changes.

2026-04-10
write-a-plan
متخصصو إدارة المشاريع

Use when a research conversation has produced something ready to implement — creates implementation plans that reference their originating conversation, carry epistemic context, and assume the implementing agent has zero codebase context

2026-04-10
add-paper
أمناء الأرشيف

Add a paper to the research collection — download PDF, extract text, add to PAPER_INDEX.md and PAPER_SUMMARIES.md. Ensures every paper is fully integrated with text extraction and indexed summaries.

2026-04-10
audit-docs
موظفو الملفات

Check docs/active/ structure for consistency — every convo indexed in RESEARCH_LOG, every plan linked to a convo, no orphaned files. Prompts the user for discrepancies rather than auto-fixing.

2026-04-10
building-ui-ux
مصممو واجهات الويب والرقمية

Use when implementing user interfaces or user experiences - guides through exploration of design variations, frontend setup, iteration, and proper integration

2026-04-10
creating-debug-tests-and-iterating
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when faced with a difficult debugging task where you need to replicate some bug or behavior in order to see what is going wrong.

2026-04-10
creating-skills
مطوّرو البرمجيات

Use when you need to create a new custom skill for a profile - guides through gathering requirements, creating directory structure, writing SKILL.md, and optionally adding bundled scripts

2026-04-10
finishing-a-development-branch
مطوّرو البرمجيات

Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.

2026-04-10
handle-large-tasks
متخصصو إدارة المشاريع

Use this skill to split large plans into smaller chunks. This skill manages your context window for large tasks. Use it when a task will take a long time and cause context issues.

2026-04-10
init-research-repo
مطوّرو البرمجيات

Use when setting up a new repo (or an existing repo) for the research-first workflow — creates docs/active/ and docs/historical/ directories, adds Research Context to CLAUDE.md, seeds STATUS.md with the Archived Research Lines table

2026-04-10
nori-skillsets
موظفو الاستقبال والمعلومات

Use when the user asks about nori, nori-skillsets, skillsets, or how the system works

2026-04-10
root-cause-tracing
مطوّرو البرمجيات

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

2026-04-10
testing-anti-patterns
محللو ضمان جودة البرمجيات والمختبرون

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

2026-04-10
update-docs
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Checkpoint research progress mid-session — create/update convo summary, save results with provenance, update RESEARCH_LOG and STATUS.md. Core operation that finish-convo builds on.

2026-04-10
use-worktree
مديرو الشبكات وأنظمة الحاسوب

Use this whenever you need to create an isolated workspace — includes data/ symlink to prevent data loss on worktree cleanup

2026-04-10
taking-and-analyzing-screenshots
ممثلو خدمة العملاء

Use this to capture screen context.

2026-04-10
getting-started-with-abilities
مساعدو الموارد البشرية (باستثناء الرواتب وضبط الوقت)

Describes how to use abilities. Read before any conversation.

2026-04-10
webapp-testing
محللو ضمان جودة البرمجيات والمختبرون

Use this skill to build features or debug anything that uses a webapp frontend.

2026-04-10