Skip to content

Agent skills for the ecosystem of Paper Compute Co. software using flake-skills

Notifications You must be signed in to change notification settings

papercomputeco/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Compute Co. skills

Our curated AI agent skills.

Use them in your project's flake with flake-skills:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
    paper-skills.url = "github:papercomputeco/skills";
    paper-skills.inputs.nixpkgs.follows = "nixpkgs";
  };

  outputs = { self, nixpkgs, paper-skills }:
    let
      system = "x86_64-linux";
      pkgs   = nixpkgs.legacyPackages.${system};
      skills = paper-skills.lib;
    in
    {
      devShells.${system}.default = pkgs.mkShell {
        shellHook = skills.mkSkillsHook {
          skills = [ "dagger-check" ];
        };
      };
    };
}

Enter the dev shell nix develop for skills to automatically propagate.


Skill Description
dagger-check Tell the agent how to run dagger check

About

Agent skills for the ecosystem of Paper Compute Co. software using flake-skills

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages