Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
scitex-ai
Perfil de creador de GitHub

scitex-ai

Vista por repositorio de 112 skills recopiladas en 59 repositorios de GitHub.

skills recopiladas
112
repositorios
59
actualizado
2026-07-16
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

skills-overview
Otras ocupaciones informáticas

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-07-10
skills-overview
Otras ocupaciones informáticas

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-07-10
autonomous
Otras ocupaciones informáticas

Autonomous work mode — never ask user to run commands, never stand by, always take next action. Use when working independently on tasks.

2026-06-14
claude-code
Desarrolladores de software

Claude Code setup and configuration reference. Skills, commands, hooks, MCP servers, CLI, and permissions.

2026-06-14
code-review
Analistas de garantía de calidad de software y probadores

Code audit, cleanup, refactoring, API minimization, test review, examples, and project evaluation. Use when reviewing code quality or preparing for release.

2026-06-14
development-philosophy
Desarrolladores de software

Core development philosophy including development cycles, naming conventions, architectural decisions, and multi-agent workflows. Use when establishing project foundations or making architectural decisions.

2026-06-14
element-inspector
Desarrolladores de software

Inspect DOM elements via playwright-cli eval for autonomous CSS/layout debugging.

2026-06-14
elisp-development
Desarrolladores de software

Emacs Lisp development best practices including file templates, project structure, testing, and coding style. Use when writing Emacs Lisp packages or configuration.

2026-06-14
Mostrando las 8 principales de 27 skills recopiladas en este repositorio.
scitex-ssh
Administradores de redes y sistemas informáticos

[WHAT] Persistent, auto-reconnecting SSH reverse tunnels for NAT traversal — installs an `autossh` systemd unit on the local host so a bastion/relay server can SSH back in even through firewalls and dynamic IPs. [WHEN] Use whenever the user asks to "set up a reverse SSH tunnel", "keep SSH alive through NAT", "access a lab machine from outside", "tunnel through a bastion", "autossh systemd service", "check tunnel status", "remove a tunnel", "expose this machine via a jump host", or mentions bastion server, NAT traversal, autossh, reverse SSH, HPC login node. [HOW] `pip install scitex-ssh` then `import scitex_ssh`; see leaf skills for details.

2026-05-27
skills-overview
Otras ocupaciones informáticas

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-04-28
development-philosophy
Desarrolladores de software

Core development philosophy including development cycles, naming conventions, architectural decisions, and multi-agent workflows. Use when establishing project foundations or making architectural decisions.

2026-03-11
elisp-development
Desarrolladores de software

Emacs Lisp development best practices including file templates, project structure, testing, and coding style. Use when writing Emacs Lisp packages or configuration.

2026-03-11
programming-common
Desarrolladores de software

General programming best practices applicable to all languages. Covers clean code, testing, refactoring, version control, and development workflows. Use when writing or reviewing code in any language.

2026-03-11
project-management
Especialistas en gestión de proyectos

Project organization, multi-agent coordination, bug reporting, feature requests, and documentation practices. Use when managing projects, coordinating work, or organizing development workflows.

2026-03-11
python-scitex
Desarrolladores de software

Python development for scientific computing and SciTeX projects. Includes testing, debugging, ML practices, and environment management.

2026-03-11
scientific-writing
Redactores técnicos

Apply rigorous scientific writing standards for academic manuscripts. Use when writing abstracts, introductions, methods, results, or discussions for papers, grants, theses, or mermaid figure.

2026-03-11
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
scitexification
Desarrolladores de software

[WHAT] Scitexification — the verb: translate existing code (a script, a notebook, a small repo, a published-paper supplement) into SciTeX form so it gains the ecosystem's session-managed I/O, scitex-clew evidence binding, publication-quality figures, and project structure. Single source of truth for the migration act itself, package-agnostic; per-package patterns delegate to the per-pkg SKILL.md, and Clew-specific specialization layers on top of this skill via `scientific/04_clew_*`. [WHEN] You have existing code that works and want to bring it into the SciTeX ecosystem with minimal rewrite, OR an agent is asked to translate a research capsule, paper supplement, or one-off notebook into a SciTeX project. Load this skill BEFORE picking the per-chapter topic. [HOW] Read this SKILL.md first to orient on the 5-stage translation arc; then drill into the topic chapter you need next (`01_io-patterns`, `02_session-config`, `03_plt-patterns`, `04_repro-clew`, `05_naming-and-numbering`). Per-package details (full stx.i

2026-06-20
scientific
Desarrolladores de software

[WHAT] Scientific-methodology skills for the SciTeX ecosystem — publication-quality figures, statistics, experiment reproducibility. Distinct from `general/` (which covers package engineering) and per-package skills (which cover package-specific APIs). Load when authoring analysis scripts, preparing figures for manuscripts, or checking scientific rigour of ecosystem output. [WHEN] Authoring analysis scripts, preparing figures or PDF reports for manuscripts, or auditing scientific outputs of any ecosystem package. [HOW] Read SKILL.md as the index, then drill into the numbered sub-skill leaves (`01_figures_*`, `02_research-project_*`, `03_reporting_*`) for the relevant topic.

2026-06-20
scitex-dev
Desarrolladores de software

[WHAT] Developer utilities for maintaining the whole SciTeX ecosystem across ~15 packages — version audit and mismatch fixing, editable-install sync, per-host git pull/commit/diff via SSH, bulk rename across files + contents + directories + symlinks (with git-safety guards), aggregated docs search across all packages, a Result/ErrorCode envelope shared by CLI + MCP, DevConfig/HostConfig, a local +… [WHEN] Use whenever the user asks to "list scitex versions", "check for version mismatches", "fix version drift", "rename old_name → new_name across all files", "sync my changes to the HPC / laptop / servers", "run tests on the HPC via Slurm", "poll my sbatch job", "fetch HPC test output", "search the docs for save_fig", "commit remote changes on gpu01", "pull all repos", "audit the ecosystem before a… [HOW] See sub-skills index for entry points.

2026-06-17
general
Desarrolladores de software

[WHAT] Canonical engineering standards every `scitex-*` package and research project must follow — 3-layer architecture cascade, dependency/version pinning, local-state directory layout (`~/.scitex/<pkg-short>/` and `<project>/.scitex/<pkg-short>/`), repo layout (src/tests/scripts/examples), the five interfaces (Python API → CLI → MCP → Skills → optional HTTP) with their delegation rules and the noun-verb CLI convention, README/Sphinx docs, version-control workflow plus `scitex-dev ecosystem …` release automation, skill-authoring rules (layout, editable-vs-wheel install, public-vs-private), and the periodic quality checklist. Use as the single entry point for creating, auditing, reviewing, or releasing any SciTeX package. [WHEN] Creating, auditing, reviewing, or releasing any SciTeX package, or onboarding a research repo to ecosystem standards. [HOW] Read SKILL.md as the index, then drill into the per-category sub-dirs (`01_ecosystem/`, `02_package/`, `03_interface/`, `04_docs/`, `05_development/`, `09_qualit

2026-06-14
scitex-dev-linter
Desarrolladores de software

[WHAT] AST-based linter for reproducible-research Python — 47 built-in rules across 7 categories: STX-I (imports), STX-IO (forbid raw pd.read_csv / np.load / pickle / fig.savefig — use scitex.io.save / scitex.io.load instead), STX-P (path handling — resolve via scitex.path, no hardcoded `/home/...`), STX-PA (plot/axes), and more. [WHEN] User asks to lint scitex code, check scitex conventions, list linter rules, show STX-IO001 meaning, or enforce reproducible-research style; mentions STX-*, scitex-dev linter, scitex conventions, reproducibility lint. [HOW] `scitex-dev linter check <path>` (CLI) or `scitex_dev.linter.check(path)` (Python). Hook integration auto-runs on PreToolUse for Edit/Write.

2026-06-14
playwright-cli
Analistas de garantía de calidad de software y probadores

ALWAYS invoke this skill when the user wants to navigate websites, fill forms, take screenshots, test web UIs, extract page data, or debug frontend behavior. Do not spawn browser automation without loading this skill first.

2026-05-02
skill-creator
Otras ocupaciones informáticas

ALWAYS invoke this skill when the user creates, edits, optimizes, benchmarks, or evaluates a Claude Code skill, or asks to improve a skill's activation rate. Do not write or modify SKILL.md files without loading this skill first.

2026-05-02
skills-overview
Otras ocupaciones informáticas

ALWAYS invoke this skill at the start of any task to pick the right specialized skill. Do not begin development work without consulting this master index first.

2026-05-02
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
scitex-template
Desarrolladores de software

[WHAT] Project scaffolding cloner + code snippet library for the SciTeX ecosystem — 6 templates (pip-project, minimal, cloud-module, research, singularity, paper) vendored in a single monorepo and populated into user targets via a `~/.scitex/template/cache/` shallow-clone. [WHEN] Starting a new SciTeX-flavored project (pip package, research repo, paper, container, or cloud module) and you want the canonical layout. [HOW] `scitex-template clone <id> <target>`, or `from scitex_template import clone_template_from_cache`. MCP: `template_clone`, `template_list`.

2026-05-04
pip-project-template
Desarrolladores de software

Template for new Python packages — clone and customize for a FastMCP-ready pip package with agentic (planning + TDD) workflows. Use when bootstrapping a new Python library from this template.

2026-04-24
scitex-research-template
Desarrolladores de software

Template for research projects using the SciTeX framework — clone and customize for reproducible experiments, manuscript writing, and publication-ready figures. Use when starting a new SciTeX-based research project.

2026-04-24
scitex-research-template
Desarrolladores de software

Standard template for scientific research projects using the SciTeX framework. Provides reproducible experiment tracking, automated data management, manuscript writing, and publication-ready visualization.

2026-04-24
skills-overview
Otras ocupaciones informáticas

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-04-24
scitex-hub
Desarrolladores de software

[WHAT] SciTeX Hub operational surface — 55 MCP tools across 6 categories — project_* (cloud project CRUD), repo_* (self-hosted Gitea clone/push/pull/PRs/issues), cloud_sdk_data/files/jobs_* (DataStore/FileVault/JobQueue SDK — submit compute jobs, upload/download files, CRUD records), api_* (Scholar paper search, CrossRef lookup, BibTeX enrichment, LaTeX compile via cloud), app_* (install/switch app plugins), onsite_* (in-browser Playwright on the live Django site). [WHEN] Use whenever the user asks to create a cloud project, push/clone via Gitea, submit a cloud job, upload to FileVault, compile LaTeX on cloud, search papers via Scholar, enrich BibTeX, switch app plugin, deploy to staging/production, or mentions SciTeX Hub, Gitea, DataStore, FileVault, JobQueue, CloudClient. [HOW] `pip install scitex-hub` then `import scitex_hub`; see leaf skills for details.

2026-06-03
scitex-hub-cloud
Desarrolladores de software

SciTeX Hub web service integration — health monitoring, web app context, JavaScript evaluation, and browser UI control. Module-level helpers wrap CloudClient.

2026-05-30
scitex-hub-module
Desarrolladores de software

Mark functions as SciTeX workspace modules with the @module decorator and collect structured outputs. Canonical home — the umbrella scitex.module re-exports from here.

2026-05-30
scitex-hub-project
Desarrolladores de software

SciTeX Hub project management — CRUD plus secure MCP handlers for list, read, write, search, and execute within project sandboxes.

2026-05-30
Mostrando 12 de 59 repositorios