Scrape websites simply. Streaming HTML parser combined with a flexible HTTP client.
MCP server for Skim — clean web reader for AI agents. Pays $0.002 per call in USDC over x402. No signup, no API keys.
MCP Server for Skim - Intelligent code compression for LLM context optimization
Skim CLI
Skim an object of unnecessary data
Skim over text in JavaScript strings
Blob store that will read from a remote blob store and cache it to a local one
Move attachments into Manta and out of the registry
CLI utility for verbose command summary/capture (head+tail+tee+timeout). With agent skill packaging.
DeepSeek AI-powered CLI agent for code assistance and automation
Smart code reader - streaming code transformation for AI agents
Keep a historical record of each update sequence from the skim registry and store it in a leveldb instance by seq
An easier way to scan Redis keys.
> Import maps: a way to control the behavior of JavaScript imports. [WICG/import-maps](https://github.com/WICG/import-maps)
publish release of x-cmd organization
AI-powered vulnerability scanner for any codebase
Social toolkit for personalized software
commitizen adapter for conventional commit messages with emoji
Chromosome visualization for the web
AI-friendly video contact sheets, strips, clips, and select reels.
Make a registry with all attachments intact
Powerful and versatile 100% javascript object database
H·AI·K·U methodology — universal lifecycle orchestration with hat-based workflows, completion criteria, and automatic context preservation.
Human- and agent-friendly CLI to search Claude Code and OpenCode sessions
Fuzzy Finder in rust!
Fuzzy Finder in rust!
Fuzzy Finder in rust!
Fuzzy Finder in rust!
Fuzzy Finder in rust!
The most intelligent context optimization engine for coding agents. Code-aware AST parsing, command rewriting, output compression.
An interactive toolbox using skim
An `sk` command that can handle Nushell's structured data
A tool for searching current dir with fuzzy pinyin power
🏛 A friendlier skim façade.
Rust-native fuzzy completion bridge for zsh — drop-in fzf replacement for fzf-tab using skim
Toolkit for writing TUI applications
Fat-free client-side templates with Slim and CoffeeScript
Transcripts and commentary for long boring videos on YouTube!
Filter your collections with database-configurable rules
Provides some Backbone/Marionette generators for Rails 4. Installs assets via Bower with bower-rails gem. For now, only provides a starter app, and only with slim and skim templates.
A simple wrapper around the Skimlinks APIs
The default backtrace handling for rspec is ... okay. It would be nice if you could find the source of exceptions during test runs without having to see *all* the backtraces, right? That's what this thing is for: it compacts backtraces, skims out things that should be ignored (and respects ignore_patterns), then trims filenames and contracts repetition into a legible format.
==== QDox - http://qdox.codehaus.org QDox is a high speed, small footprint parser for extracting class/interface/method definitions from Java source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. QDox is a Java library. Therefore this RubyGem needs JRuby. ==== Quickstart Step 1: Load your Java sources. In JRuby (or +jirb+) write: require 'qdox' builder = QDox::JavaDocBuilder.new builder.add_source_tree(java.io.File.new(".") (Source: http://qdox.codehaus.org/usage.html) Step 2: Inspect the source model. src = builder.sources.first pkg = src.package puts pkg.name # e.g. "com.bla.foo" imports = src.imports # => e.g. ["java.util.List", "java.util.Set"] some_class = src.classes.first # => a QDox::Model::JavaClass # output the javadoc comment for the first method in some_class puts some_class.methods.first.comment (Source: http://qdox.codehaus.org/model.html) As you may have noticed, the Java packages used have been aliased to shorter Ruby Module names: The Java package com.thoughtworks.qdox is the Ruby module QDox etc. ==== In a Nutshell A custom built parser has been built using JFlex and BYacc/J. These have been chosen because of their proven performance and they require no external libraries at runtime. The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc and member declarations. The parser ignores things such as actual method implementations to avoid overhead (while in method blocks, curly brace counting suffices). The end result of the parser is a very simple document model containing enough information to be useful. ==== License Apache License, Version 2.0 QDox was created by Joe Walnes, Aslak Hellesoy, Paul Hammant, Mike Williams, Mauro Talevi, Robert Scholte, and others. The RubyGem was created by Benjamin Bock.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.