Skip to main content
josix
ملف منشئ GitHub

josix

عرض على مستوى المستودعات لـ 49 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
49
مستودعات
6
محدث
2026-07-27
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
claude-running-coach
14 skills · 2026-05-29
مطوّرو البرمجياتمدربو التمرينات الرياضية ومدربو اللياقة البدنية الجماعية
2 فئات مهنية · 100% مصنفة
29%الحصة
#02
agent-flow
11 skills · 2026-07-22
مطوّرو البرمجياتمتخصصو إدارة المشاريعأساتذة علوم الحاسوب في التعليم العاليالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونموظفو الملفات
6 فئات مهنية · 100% مصنفة
22%الحصة
#03
claude-jp-learner
10 skills · 2026-04-14
أساتذة اللغات الأجنبية والأدب في التعليم العاليالمشرفون الأوائل على عمال الترفيه (باستثناء خدمات القمار)مدرسو التعليم الأساسي للبالغين واللغة الإنجليزية كلغة ثانيةمعلمو التطوير الذاتيالمشرفون في الخط الأول على عمال الخدمات الشخصيةمطوّرو البرمجيات
7 فئات مهنية · 100% مصنفة
20%الحصة
#04
agentic-contributor
6 skills · 2026-06-12
مطوّرو البرمجياتالمهن الحاسوبية الأخرى
2 فئات مهنية · 100% مصنفة
12%الحصة
#05
agentic-retrieval
6 skills · 2026-07-27
مطوّرو البرمجيات
1 فئات مهنية · 67% مصنفة
12%الحصة
#06
agentic-gtd
2 skills · 2026-06-12
متخصصو إدارة المشاريعمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
4.1%الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

adapt-plan
مطوّرو البرمجيات

Applies 1/2/3-strike adjustment rules to plan.json based on a single workout's analysis dict. Mutates plan only when thresholds fire. Called after every workout log.

2026-05-29
generate-daily-workout
مطوّرو البرمجيات

Renders today's workout card from plan.json and daily_state.json as a Markdown block. Use for every /run-today invocation. No writes — pure read-and-render.

2026-05-29
log-workout
مطوّرو البرمجيات

Conversationally captures a completed workout (duration, distance, RPE, HR, splits, notes) and writes it to workouts.json. Triggers analyze-workout and adapt-plan downstream. Use for /run-log.

2026-05-29
recovery-protocol
مطوّرو البرمجيات

Inserts a post-race or injury-flag recovery block into plan.json: 4 days rest + 3 easy jog days (post-race), or 3 rest + 1 recovery (red-flag-fatigue), or 7 rest days (injury). Use after /run-race-recap or when adapt-plan returns red_flag_recovery.

2026-05-29
research-methodology
مطوّرو البرمجيات

Web-search-backed Q&A for novel coaching questions outside the plan's standard logic: heat acclimation, recovery from illness, pacing strategies for unique courses. Use for /run-research and when the Coach cannot answer from training data alone.

2026-05-29
weekly-review
مطوّرو البرمجيات

Aggregates the past 7 days of completed workouts: total mileage, quality session adherence, fatigue indicators (RPE creep, HR drift). Decides hold/advance/recovery for the next week. Use for /run-week.

2026-05-29
fetch-garmin-activity
مطوّرو البرمجيات

Pulls recent run activities from the garmin-givemydata MCP server: triggers garmin_sync to refresh the local SQLite, queries activity IDs in the requested date range, fetches per-activity detail (with splits, HR zones, weather, running dynamics), normalizes to workouts.json schema via garmin_normalize.py, deduplicates by garmin_activity_id with preferred_source tiebreaker, and runs the same analyze-workout + adapt-plan pipeline as manual logging. Requires users.integrations.garmin.connected = true.

2026-05-02
fetch-strava-activity
مطوّرو البرمجيات

Pulls recent run activities from the Strava MCP server, normalizes them to the workouts.json schema using strava_normalize.py helpers, deduplicates by strava_activity_id with preferred_source tiebreaker, and runs the same analyze-workout + adapt-plan pipeline as manual logging. Requires users.integrations.strava.connected = true.

2026-05-02
عرض أهم 8 من أصل 14 skills مجمعة في هذا المستودع.
agentsview-usage
مطوّرو البرمجيات

Search prior session history to recall how similar work was handled before. Use when you want to leverage a past approach, check prior experience on a topic, answer "how was this handled before", or cross-verify current handling against precedent from earlier sessions.

2026-07-22
skill-agent-mapping
المهن الحاسوبية الأخرى

This skill should be used when looking up which agents own or consume specific skills, understanding skill-agent relationships, or routing tasks based on skill ownership.

2026-07-22
prompt-refinement
متخصصو إدارة المشاريع

This skill should be used when the user provides a vague request, asks to clarify requirements, structure a task, or refine a prompt for multi-agent orchestration.

2026-07-15
verification-gates
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when handling verification steps, quality gates, pre-commit checks, test failures, lint errors, build verification, or mandatory validation before task completion.

2026-07-15
agent-behavior-constraints
متخصصو إدارة المشاريع

This skill should be used when handling agent model selection, tool access permissions, behavioral guardrails, MCP tool preferences, or any question about what agents can/cannot do.

2026-05-18
explainer-design-system
أساتذة علوم الحاسوب في التعليم العالي

Turn any codebase into a beautiful, interactive single-page HTML course that teaches how the code works to non-technical people. Use this skill whenever someone wants to create an interactive course, tutorial, or educational walkthrough from a codebase or project. Also trigger when users mention 'turn this into a course,' 'explain this codebase interactively,' 'teach this code,' 'interactive tutorial from code,' 'codebase walkthrough,' 'learn from this codebase,' or 'make a course from this project.' This skill produces a stunning, self-contained HTML file with scroll-based navigation, animated visualizations, embedded quizzes, and code-with-plain-English side-by-side translations.

2026-05-07
task-classification
متخصصو إدارة المشاريع

This skill should be used when classifying tasks, routing to agents, determining complexity, or handling task routing, agent selection, verification requirements, and multi-component changes.

2026-05-07
personal-kb-usage
موظفو الملفات

This skill should be used when querying the user's personal knowledge base (cross-project personal knowledge graph) for prior learnings, notes, or decisions that apply across projects.

2026-04-16
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
build-study-plan
معلمو التطوير الذاتي

Generate a personalized 24-week Japanese study plan structure based on the learner's goal, level, daily time budget, and topic preferences.

2026-04-14
build-weekly-review
المشرفون الأوائل على عمال الترفيه (باستثناء خدمات القمار)

Synthesize the past week's task history, self-ratings, and mistake patterns into a compressed weekly summary with weak areas, strong areas, and a recommended focus for the next week.

2026-04-14
generate-daily-tasks
منسّقو التدريس

Generate an ordered list of daily study tasks tailored to the learner's current week focus, recent performance, and available time.

2026-04-14
generate-listening-drill
مدرسو التعليم الأساسي للبالغين واللغة الإنجليزية كلغة ثانية

Produce a structured listening comprehension drill from data/listening.json, including transcript segments, key vocabulary callouts, comprehension questions, and a summary task.

2026-04-14
generate-shadowing-drill
أساتذة اللغات الأجنبية والأدب في التعليم العالي

Create a shadowing drill from listening or speaking content, with sentence-by-sentence guidance, rhythm cues, and repetition instructions.

2026-04-14
generate-speaking-prompt
مدرسو التعليم الأساسي للبالغين واللغة الإنجليزية كلغة ثانية

Deliver a structured speaking task from data/speaking.json, with hint scaffolding, target patterns, and a timer target — revealing the sample answer only after the learner attempts.

2026-04-14
review-answer
معلمو التطوير الذاتي

Analyze a learner's Japanese answer and return a corrected version, a natural native version, a list of mistakes with Chinese explanations, and brief coaching advice.

2026-04-14
select-grammar-items
أساتذة اللغات الأجنبية والأدب في التعليم العالي

Select grammar patterns from data/grammar.json tailored to the learner's current week focus and recent performance, with examples and a practice prompt.

2026-04-14
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
issue-drafting
مطوّرو البرمجيات

This skill should be used when the user asks to draft a bug report, file a new issue, report a bug in a project, draft a feature request, propose a feature, write up an issue for a project, or open an issue about a problem or improvement. Trigger phrases include: "draft a bug report", "file a new issue", "report a bug in X", "draft a feature request", "propose a feature", "write up an issue for X", "open an issue about". All output from this skill is a DRAFT for the user's review — never posted automatically.

2026-06-12
oss-scenario-routing
مطوّرو البرمجيات

This skill should be used when the orchestrator needs to classify a user's open-source contribution intent into one of the nine supported scenarios. Trigger phrases include: "find an issue to contribute", "check project status", "draft a question to maintainers", "understand contribution norms", "set up the project locally", "claim an issue", "give feedback on a PR", "respond to PR review", "draft a bug report", "file a new issue", "propose a feature", and close variants of each.

2026-06-12
contribution-norms
المهن الحاسوبية الأخرى

This skill should be used when the user asks to learn how to contribute to an open-source project, understand a project's governance, find out about CLA or DCO requirements, learn the correct commit or PR title format, or find out where project decisions happen. Trigger phrases include: "how do I contribute to X", "what are the contribution norms", "do I need to sign a CLA", "what's the DCO", "where do decisions happen", "what's the governance model", "CONTRIBUTING guide", "how should I format my PR title", "what mailing list should I use".

2026-06-11
dev-env-setup
مطوّرو البرمجيات

This skill should be used when the user asks to set up their local development environment for an open-source project. Trigger phrases include: "set up the project locally", "how do I clone and build X", "help me get the dev environment running", "how do I run the tests for X", "I can't get the build to work", "set up apache/airflow locally", "set up apache/spark locally", "what are the prerequisites for X".

2026-06-11
issue-matching
مطوّرو البرمجيات

This skill should be used when the user asks to find or match an issue or PR suited to them in a target open-source project. Trigger phrases include: "find an issue to work on", "match me to a task", "suggest a good first issue", "what can I contribute", "find a PR I can help with", "show me newcomer-friendly issues", and close variants. The skill runs after oss-researcher has gathered raw issue/PR data and applies the matching/ranking logic on top of it.

2026-06-11
smart-questions
مطوّرو البرمجيات

This skill should be used when the user asks to draft a question to maintainers, draft PR feedback on someone else's in-progress pull request, draft a reply to review comments on their own PR, or draft a claim comment for an issue they want to take. Trigger phrases include: "draft a question to maintainers", "I want to ask about this issue", "draft PR feedback", "help me review this PR", "draft a review reply", "respond to maintainer feedback", "draft a claim comment", "I want to take this issue". All output from this skill is a DRAFT for the user's review — never posted automatically.

2026-06-11
lucene-retrieval-usage
غير مصنف

This skill should be used when indexing or searching a corpus with the pi-serini Lucene BM25 retriever, tuning BM25 k1/b parameters for long documents, handling missing Java 21 / pyserini dependencies, or when corpus scale demands a production-grade Lucene index.

2026-07-27
retrieval
غير مصنف

Compare six retrieval strategies — contextual retrieval (TF-IDF/BM25/RRF fusion), its LLM-enriched lexical+ctx variant, turbovec (dense ANN), pi-serini (Lucene BM25), hybrid (lexical + dense fused with RRF), and tree-sitter (AST-boundary chunking with enclosing scope context) — with a stdlib-only offline core and graceful degradation when optional backends are missing. Use when the user wants to compare retrieval strategies on their project, search project files, or set up the retrieval engine.

2026-07-27
code-retrieval-usage
مطوّرو البرمجيات

This skill should be used when indexing or searching a code/script corpus with the tree-sitter retriever, wanting AST-boundary chunk spans plus an enclosing function/class breadcrumb on hits, or handling the RuntimeError raised when the treesitter extra is not installed.

2026-07-24
dense-retrieval-usage
مطوّرو البرمجيات

This skill should be used when indexing or searching a corpus with the turbovec dense ANN retriever, choosing quantized embedding-based retrieval over lexical matching, handling the RuntimeError raised when the turbovec + local extras are not installed, or when keyword search misses paraphrases and synonyms (vocabulary-mismatch problems).

2026-07-24
hybrid-retrieval-usage
مطوّرو البرمجيات

This skill should be used when combining lexical, dense, and Lucene retrieval rankings via reciprocal rank fusion, choosing which single retrieval method fits a task, deciding whether to add LLM/heuristic contextualization before indexing, or when a single retrieval method returns unsatisfying results and rankings should be combined.

2026-07-24
lexical-retrieval-usage
مطوّرو البرمجيات

This skill should be used when indexing or searching a corpus with the contextual lexical retriever (TF-IDF + BM25 fused with reciprocal-rank fusion), optionally enriching document text with LLM-generated context before indexing, or when a zero-dependency offline search over project files is needed.

2026-07-24
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات