MCPcopy Create free account

hub / github.com/Factory-AI/factory-plugins / functions

Functions78 in github.com/Factory-AI/factory-plugins

↓ 8 callersFunctionrun
(args: list[str], *, capture: bool = False)
plugins/droid-control/scripts/capture-terminal-bytes.py:74
↓ 5 callersFunctioncurrent_segment_results
Filter results to the current segment only.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:59
↓ 5 callersFunctionfind_baseline
Find the baseline metric (first experiment in current segment).
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:110
↓ 4 callersFunctioncompute_confidence
Compute confidence score: |best_improvement| / MAD. Returns None if fewer than 3 data points or MAD is 0.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:73
↓ 4 callersFunctionfind_best_kept
Find the best kept metric in the current segment.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:116
↓ 4 callersFunctionpctToFraction
Parse a percentage string (e.g. "25%") to a 0–1 fraction.
plugins/droid-control/remotion/src/components/ZoomEffect.tsx:12
↓ 4 callersFunctionpctToNum
(val: string)
plugins/droid-control/remotion/src/components/SpotlightOverlay.tsx:10
↓ 4 callersFunctionread_jsonl
Read a JSONL file, returning (config, results) where config is the latest config header.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:24
↓ 2 callersFunctionclamp01
(v: number)
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:20
↓ 2 callersFunctionfmt
(row: dict[str, str] | None = None)
plugins/droid-control/scripts/capture-terminal-bytes.py:214
↓ 2 callersFunctioninRange
(line: number, ranges: CodeRange[])
plugins/droid-control/remotion/src/components/CodeAnnotationOverlay.tsx:11
↓ 2 callersFunctionresolve_targets
(requested: list[str], supported: tuple[str, ...], label: str)
plugins/droid-control/scripts/capture-terminal-bytes.py:55
↓ 1 callersFunctionbuildPrismTheme
(palette: Palette)
plugins/droid-control/remotion/src/components/CodeAnnotationOverlay.tsx:14
↓ 1 callersFunctioncalculateShowcaseDuration
( props: z.infer<typeof showcaseSchema>, fps = 30 )
plugins/droid-control/remotion/src/lib/duration.ts:7
↓ 1 callersFunctioncapture_matrix
(skill_dir: Path, backends: list[str], combos: list[str], args: argparse.Namespace)
plugins/droid-control/scripts/capture-terminal-bytes.py:114
↓ 1 callersFunctioncompute_mad
Compute Median Absolute Deviation.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:64
↓ 1 callersFunctionescaped_bytes
(raw: bytes)
plugins/droid-control/scripts/capture-terminal-bytes.py:68
↓ 1 callersFunctiongarbleText
* Deterministic "garbled" subtitle: replace ~30% of characters with random ASCII, * seeded by character index.
plugins/droid-control/remotion/src/components/GlitchTitle.tsx:30
↓ 1 callersFunctiongetPalette
(preset: Preset)
plugins/droid-control/remotion/src/lib/palettes.ts:36
↓ 1 callersFunctiongetPresetConfig
(preset: Preset)
plugins/droid-control/remotion/src/lib/presets.ts:70
↓ 1 callersFunctiongetTransitionPresentation
( style: TransitionStyle, palette: Palette, )
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:326
↓ 1 callersFunctionis_better
(current, best, direction)
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:132
↓ 1 callersFunctionmain
()
plugins/droid-control/scripts/pty-hex-dumper.py:25
↓ 1 callersFunctionmain
()
plugins/droid-control/scripts/capture-terminal-bytes.py:227
↓ 1 callersFunctionmain
()
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:340
↓ 1 callersFunctionnormalize_hex_snapshot
(snapshot: str)
plugins/droid-control/scripts/capture-terminal-bytes.py:102
↓ 1 callersFunctionparse_args
()
plugins/droid-control/scripts/pty-hex-dumper.py:8
↓ 1 callersFunctionparse_args
()
plugins/droid-control/scripts/capture-terminal-bytes.py:17
↓ 1 callersFunctionpositionToAnchor
( position: CodeAnnotation['position'], margin: number, )
plugins/droid-control/remotion/src/components/CodeAnnotationOverlay.tsx:26
↓ 1 callersFunctionprint_table
(results: list[dict[str, str]])
plugins/droid-control/scripts/capture-terminal-bytes.py:205
↓ 1 callersFunctionresolveFidelity
( props: z.infer<typeof showcaseSchema> )
plugins/droid-control/remotion/src/compositions/Showcase.tsx:71
↓ 1 callersFunctionsend_combo
(tctl: str, session: str, combo: str)
plugins/droid-control/scripts/capture-terminal-bytes.py:86
FunctionActiveInputPulse
({ y = '50%', color = '#EE6018', active = true })
plugins/droid-control/remotion/src/components/ActiveInputPulse.tsx:10
FunctionBackground
({ palette, config, totalFrames })
plugins/droid-control/remotion/src/components/Background.tsx:25
FunctionBreathingZoom
({ children })
plugins/droid-control/remotion/src/components/ZoomEffect.tsx:112
FunctionCodeAnnotationOverlay
({ annotations, palette, config })
plugins/droid-control/remotion/src/components/CodeAnnotationOverlay.tsx:220
FunctionCodeCard
({ annotation, palette, config, enterFrame, exitFrame })
plugins/droid-control/remotion/src/components/CodeAnnotationOverlay.tsx:52
FunctionColorGradeOverlay
({ palette, intensity = 0.04 })
plugins/droid-control/remotion/src/components/ColorGradeOverlay.tsx:19
FunctionDroidOutro
({ palette })
plugins/droid-control/remotion/src/components/DroidOutro.tsx:9
FunctionDroidWordmark
({ palette, logoColor, taglineColor })
plugins/droid-control/remotion/src/components/DroidWordmark.tsx:18
FunctionFlashPresentation
({ children, presentationDirection, presentationProgress, passedProps })
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:75
FunctionFloatingParticles
({ count = 30, color = '#EE6018', opacity = 0.07 })
plugins/droid-control/remotion/src/components/FloatingParticles.tsx:16
FunctionFrostedSweep
({ triggerFrame })
plugins/droid-control/remotion/src/components/SectionTransition.tsx:16
FunctionGlitchLitePresentation
({ children, presentationDirection, presentationProgress })
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:231
FunctionGlitchTitle
({ title, subtitle, palette })
plugins/droid-control/remotion/src/components/GlitchTitle.tsx:73
FunctionGlowBar
({ event, color, fps, frame })
plugins/droid-control/remotion/src/components/GlowLines.tsx:26
FunctionGlowLines
({ events, color = '#EE6018' })
plugins/droid-control/remotion/src/components/GlowLines.tsx:82
FunctionKeystrokeOverlay
({ keys, palette, config })
plugins/droid-control/remotion/src/components/KeystrokeOverlay.tsx:73
FunctionKeystrokePill
({ label, palette, config, enterFrame, exitFrame })
plugins/droid-control/remotion/src/components/KeystrokeOverlay.tsx:12
FunctionLightLeakPresentation
({ children, presentationDirection, presentationProgress, passedProps })
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:175
FunctionMotionBlurPresentation
({ children, presentationDirection, presentationProgress })
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:27
FunctionNoiseOverlay
({ opacity = 0.03 })
plugins/droid-control/remotion/src/components/NoiseOverlay.tsx:6
FunctionRemotionRoot
()
plugins/droid-control/remotion/src/Root.tsx:5
FunctionRotorMark
({ size = 24, width, height, color = 'white', style })
plugins/droid-control/remotion/src/components/RotorMark.tsx:12
FunctionSectionHeaderOverlay
({ sections, palette, config })
plugins/droid-control/remotion/src/components/SectionHeader.tsx:82
FunctionSectionTitle
({ title, palette, config, enterFrame, exitFrame })
plugins/droid-control/remotion/src/components/SectionHeader.tsx:13
FunctionSectionTransitionOverlay
({ sections })
plugins/droid-control/remotion/src/components/SectionTransition.tsx:65
FunctionShowcaseComposition
( props )
plugins/droid-control/remotion/src/compositions/Showcase.tsx:175
FunctionSideBySideLayout
({ clips, labels, config, palette, objectFit })
plugins/droid-control/remotion/src/compositions/Showcase.tsx:129
FunctionSingleLayout
({ clip, config, palette, windowTitle, objectFit })
plugins/droid-control/remotion/src/compositions/Showcase.tsx:88
FunctionSpotlightOverlay
({ startTime, duration, region, dim = 0.6 })
plugins/droid-control/remotion/src/components/SpotlightOverlay.tsx:19
FunctionStaggeredPanelEntrance
({ delay = 0, children })
plugins/droid-control/remotion/src/components/StaggeredPanelEntrance.tsx:7
FunctionTitleCard
({ title, subtitle, palette, speedNote })
plugins/droid-control/remotion/src/components/TitleCard.tsx:22
FunctionTrafficLight
({ color, cx })
plugins/droid-control/remotion/src/components/WindowChrome.tsx:8
FunctionTrafficLightRing
({ color, cx })
plugins/droid-control/remotion/src/components/WindowChrome.tsx:13
FunctionWatermark
({ opacity = 0.2, size = 48 })
plugins/droid-control/remotion/src/components/Watermark.tsx:13
FunctionWhipPanPresentation
({ children, presentationDirection, presentationProgress })
plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx:119
FunctionWindowBar
({ config, palette, width, title })
plugins/droid-control/remotion/src/components/WindowChrome.tsx:22
FunctionWindowChrome
({ config, palette, width, height, title, animate = true, children })
plugins/droid-control/remotion/src/components/WindowChrome.tsx:80
FunctionWindowReflection
({ opacity = 0.06, children })
plugins/droid-control/remotion/src/components/WindowReflection.tsx:8
FunctionZoomEffect
({ startTime, duration, to, children })
plugins/droid-control/remotion/src/components/ZoomEffect.tsx:35
FunctionbuildBlockGrid
* Build a deterministic grid of pixel blocks that represent the title area. * Each block gets a fixed scatter target computed from its index.
plugins/droid-control/remotion/src/components/GlitchTitle.tsx:48
Functioncmd_evaluate
Evaluate whether a new metric value should be kept or discarded.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:213
Functioncmd_init
Write a config header to the JSONL file.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:136
Functioncmd_log
Append an experiment result to the JSONL file.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:151
Functioncmd_status
Print current status (baseline, best, confidence) as JSON for programmatic use.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:310
Functioncmd_summary
Print a summary of the experiment session.
plugins/autoresearch/skills/autoresearch/autoresearch_helper.py:258
FunctionuseShadowParallax
()
plugins/droid-control/remotion/src/components/DynamicShadowParallax.tsx:11