Skip to main content
jeremylongshore
Profil créateur GitHub

jeremylongshore

Vue par dépôt de 5 105 skills collectés dans 17 dépôts GitHub.

skills collectés
5 105
dépôts
17
mis à jour
9 sept. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
tons-of-skills-marketplace
3 430 skills · 26 août 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationScientifiques des donnéesSpécialistes en gestion de projets
30 catégories métier · 100 % classifié
67 %part
#02
claude-code-plugins-plus-skills
1 578 skills · 23 juil. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationScientifiques des donnéesArchitectes de bases de données
17 catégories métier · 100 % classifié
31 %part
#03
plugins-nixtla
53 skills · 4 mai 2026
Scientifiques des donnéesDéveloppeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes financiers et en placementsEnseignants en informatique, postsecondaireAnalystes en études de marché et spécialistes en marketing
9 catégories métier · 100 % classifié
1 %part
#04
oss-agent-lab
11 skills · 9 sept. 2026
classification en attente
0,2 %part
#05
j-rig-skill-binary-eval
7 skills · 28 juin 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
0,1 %part
#06
intent-audit-harness
5 skills · 6 juin 2026
Autres occupations informatiquesDéveloppeurs de logiciels
2 catégories métier · 100 % classifié
0,1 %part
#07
intent-outreach
4 skills · 21 juin 2026
Représentants de vente de services (sauf publicité, assurance, services financiers et voyages)Autres occupations informatiques
2 catégories métier · 100 % classifié
0,1 %part
#08
bobs-big-brain-registrar
3 skills · 19 juil. 2026
Autres occupations informatiques
1 catégories métier · 100 % classifié
0,1 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

langchain-deploy-integration
Développeurs de logiciels

Deploy a LangChain 1.0 / LangGraph 1.0 app to Cloud Run, Vercel, or LangServe correctly — with timeouts sized for chain length, cold-start mitigation, SSE anti-buffering headers, and Secret Manager over .env. Use when prepping a first production deploy,…

26 août 2026
langchain-langgraph-agents
Développeurs de logiciels

Build a correct LangGraph 1.0 ReAct agent with create_react_agent — typed tools, error propagation, recursion caps, and stop conditions that actually stop. Use when writing a first tool-calling agent, migrating from AgentExecutor or initialize_agent, or…

26 août 2026
langchain-langgraph-human-in-loop
Développeurs de logiciels

Build LangGraph 1.0 human-in-the-loop approval flows with interrupt_before / interrupt_after and Command(resume=...) — JSON-serializable state, clean resume semantics, and UI wiring for approval decisions. Use when adding an approval gate before an expensive…

26 août 2026
langchain-multi-env-setup
Développeurs de logiciels

Build reliable dev / staging / prod isolation for LangChain 1.0 services — Pydantic Settings + SecretStr, cloud Secret Manager in prod, per-env prompt and model version pinning, env-specific checkpointer and observability. Use when graduating from .env-in-dev…

26 août 2026
langchain-sdk-patterns
Développeurs de logiciels

Compose LangChain 1.0 Python runnables with the production defaults the docs do not warn about: parallel batching, narrow fallbacks, and brace-safe prompts. Use when building an LCEL chain with RunnableSequence / RunnableParallel, adding resilience via…

26 août 2026
podium-rate-limit-survival
Développeurs de logiciels

Survive the rate-limit failure modes that crater production Podium integrations — cascading 429s that burn the daily quota by lunch, ignored Retry-After hints, silent daily-quota breaches, per-endpoint budget exhaustion, end-of-day review-request bursts, and…

26 août 2026
detecting-exposed-secrets-files
Analystes en sécurité de l'information

Probe a target for accidentally-served secret-bearing files in the web root — .git/, .env, .DS_Store, backup files, database dumps, key files, CI configs, IDE configs. Use when: post-deploy verification on a new release, or SOC2 auditor asked "what's…

26 août 2026
agreement-generator
Parajuristes et assistants juridiques

Generates customized business agreements for 10 common relationship types with plain English annotations. Use when formalizing a business relationship, creating a partnership agreement, or drafting a service contract from scratch. Trigger with…

26 août 2026
Affichage de 8 skills collectés sur 3 430.
clerk-core-workflow-a
Développeurs de logiciels

Implement user sign-up and sign-in flows with Clerk. Use when building authentication UI, customizing sign-in experience, or implementing OAuth social login. Trigger with phrases like "clerk sign-in", "clerk sign-up", "clerk login flow", "clerk OAuth", "clerk…

23 juil. 2026
clerk-core-workflow-b
Développeurs de logiciels

Implement session management and middleware with Clerk. Use when managing user sessions, configuring route protection, or implementing token refresh and custom JWT templates. Trigger with phrases like "clerk session", "clerk middleware", "clerk route…

23 juil. 2026
clerk-enterprise-rbac
Développeurs de logiciels

Configure enterprise SSO, role-based access control, and organization management. Use when implementing SSO integration, configuring role-based permissions, or setting up organization-level controls. Trigger with phrases like "clerk SSO", "clerk RBAC", "clerk…

23 juil. 2026
clerk-hello-world
Développeurs de logiciels

Create your first authenticated request with Clerk. Use when making initial API calls, testing authentication, or verifying Clerk integration works correctly. Trigger with phrases like "clerk hello world", "first clerk request", "test clerk auth", "verify…

23 juil. 2026
clerk-install-auth
Développeurs de logiciels

Install and configure Clerk SDK/CLI authentication. Use when setting up a new Clerk integration, configuring API keys, or initializing Clerk in your project. Trigger with phrases like "install clerk", "setup clerk", "clerk auth", "configure clerk API key",…

23 juil. 2026
walkie-talkie
Autres occupations informatiques

Use when two or more agent sessions — same or different platforms (Claude Code, Codex, Gemini CLI, Copilot, Cursor) — work the same repo concurrently, hand off in-flight work, or need to interrogate each other about a handoff. Triggers: "set up comms with the…

23 juil. 2026
skill-creator
Autres occupations informatiques

Create production-grade agent skills aligned with the 2026 AgentSkills.io spec and Anthropic best practices (2026). Also validates existing skills against the Intent Solutions 100-point rubric. Use when building, testing, validating, or optimizing Claude Code…

23 juil. 2026
validate-skillmd
Autres occupations informatiques

Validate a SKILL.md file against the four-tier validation system: Tier 0 (locate), Tier 1 (standard or marketplace grading per the IS 100-point rubric), Tier 2 (static production gate — allowed-tools accuracy, auth protocol, dead code, tool safety,…

23 juil. 2026
Affichage de 8 skills collectés sur 1 578.
nixtla-skills-bootstrap
Développeurs de logiciels

Generate and configure Nixtla Skills using the CLI for forecasting workflows. Use when installing or updating skills. Trigger with 'install nixtla skills' or 'update nixtla'.

4 mai 2026
nixtla-model-benchmarker
Scientifiques des données

Generate benchmarking pipelines to compare forecasting models and summarize accuracy/speed trade-offs. Use when evaluating TimeGPT vs StatsForecast/MLForecast/NeuralForecast on a dataset. Trigger with "benchmark models", "compare TimeGPT vs StatsForecast", or…

4 mai 2026
nixtla-research-assistant
Enseignants en informatique, postsecondaire

Research and summarize Nixtla ecosystem updates and time-series forecasting content from the web and GitHub. Use when gathering release notes, recent changes, or best-practice references. Trigger with "Nixtla updates", "what's new with TimeGPT", or "find…

4 mai 2026
timegpt-pipeline-builder
Développeurs de logiciels

Generate production-ready TimeGPT forecasting pipeline code from requirements. Use when scaffolding a pipeline with validation, logging, visualization, and repeatable runs. Trigger with "create TimeGPT pipeline", "build TimeGPT integration", or "generate…

4 mai 2026
nixtla-baseline-review
Scientifiques des données

Analyze Nixtla baseline forecasting results (sMAPE/MASE on M4 or other benchmark datasets). Use when the user asks about baseline performance, model comparisons, or metric interpretation for Nixtla time-series experiments. Trigger with "baseline review",…

4 mai 2026
changelog-orchestrator
Développeurs de logiciels

Orchestrate 6-phase changelog generation workflow with AI synthesis, multi-source data fetching (GitHub/Slack/Git), quality validation, and automated PR creation. Use when automating release notes, weekly changelogs, or documentation updates. Trigger with…

3 mai 2026
nixtla-explain-analyst
Analystes financiers et en placementsAnalystes en études de marché et spécialistes en marketing

Analyze and explain TimeGPT forecast results in plain English. Generates executive summaries with driver analysis. Use when stakeholders need forecast explanations, board presentations, or compliance documentation. Trigger with "explain forecast", "why is the…

3 mai 2026
nixtla-timegpt-finetune-lab
Scientifiques des données

Fine-tunes TimeGPT on custom datasets to improve forecasting accuracy. Use when TimeGPT's zero-shot performance is insufficient or domain-specific accuracy is needed. Trigger with "finetune TimeGPT", "train TimeGPT", "adapt TimeGPT".

2 mai 2026
Affichage de 8 skills collectés sur 53.
autoresearch
non classé

Generate deterministic prototype hypotheses, simulated experiment findings, and aggregate confidence summaries. Use when exercising an offline research-loop contract, not when collecting real evidence. Trigger with research prototype.

9 sept. 2026
browser-ai
non classé

Simulate browser navigation metadata, selector extraction, and screenshot paths without network or file writes. Use when testing the Browser AI contract offline. Trigger with simulate browser or browser contract.

9 sept. 2026
deer-flow
non classé

Exercise an offline prototype that returns synthetic research findings, code stubs, and packaged artifact dictionaries. Use when testing a Deer Flow-shaped pipeline contract. Trigger with prototype research and code.

9 sept. 2026
gui-agent
non classé

Simulate element detection, UI actions, and form-validation results without opening a browser or changing a page. Use when exercising the GUI Agent contract offline. Trigger with simulate GUI or page-agent prototype.

9 sept. 2026
knowledge-graph
non classé

Generate synthetic graph counts, ranked artificial entities, and relationship paths from input strings. Use when testing the Knowledge Graph response contract, not when analyzing real source code. Trigger with simulate knowledge graph.

9 sept. 2026
opinion-analyst
non classé

Score supplied text with deterministic keyword heuristics for sentiment, stance, and bias. Use when testing explainable offline classification behavior, not for population-level opinion claims. Trigger with analyze text heuristically.

9 sept. 2026
repo-scanner
non classé

Estimate a repository score from its owner/name string and optionally scaffold a local specialist directory. Use when exercising OSS Agent Lab's offline repo intake prototype. Trigger with scan repo prototype.

9 sept. 2026
sandbox
non classé

Validate snippets with local keyword rules and return simulated execution output without running code. Use when testing the Sandbox response contract safely. Trigger with validate snippet or simulate execution.

9 sept. 2026
Affichage de 8 skills collectés sur 11.
12 dépôts affichés sur 17